#f0001f color space conversions
Hex:
        #f0001f
        RGB:
        240, 0, 31
        CMY:
        6, 100, 88
        CMYK:
        0, 100, 87, 6
      HSL:
        352°, 100.0000%, 47.0588%
        HSV (HSB):
        352°, 100.0000%, 94.1176%
        XYZ:
        36.1825, 18.6242, 2.9841
        xyY:
        0.6261, 0.3223, 18.6242
      CIE-Lab:
        50.2446, 76.8367, 53.9151
        CIE-LCH:
        50.2446, 93.8654, 35.0567
        CIE-Luv:
        50.2446, 162.1013, 31.4890
        Hunter-Lab:
        43.1558, 74.1348, 26.1093
      #f0001f color charts
#f0001f RGB chart
      #f0001f CMYK chart
      #f0001f RGB pie chart
      #f0001f color shades, tints & tones
#f0001f color schemes
#f0001f color preview, HTML & CSS examples
           This text has a color of #f0001f        
        
          <p style="color:#f0001f;">Text here</p>
        
        
          .mytext {color:#f0001f;}
        
        Text color #f0001f
      
           This box has a color of #f0001f        
        
          <div style="background-color:#f0001f;">Content here</div>
        
        
          .mybackground {background-color:#f0001f;}
        
        Background color #f0001f
      
           Border around this has a color of #f0001f        
        
          <div style="border:2px solid #f0001f;">Content here</div>
        
        
          .myborder {border:2px solid #f0001f;}
        
        Border color #f0001f