#f0200a color space conversions
Hex:
        #f0200a
        RGB:
        240, 32, 10
        CMY:
        6, 87, 96
        CMYK:
        0, 87, 96, 6
      HSL:
        6°, 92.0000%, 49.0196%
        HSV (HSB):
        6°, 95.8333%, 94.1176%
        XYZ:
        36.5065, 19.5802, 2.1424
        xyY:
        0.6269, 0.3363, 19.5802
      CIE-Lab:
        51.3592, 73.1106, 62.1427
        CIE-LCH:
        51.3592, 95.9525, 40.3639
        CIE-Luv:
        51.3592, 157.5294, 36.8162
        Hunter-Lab:
        44.2495, 69.8283, 28.1040
      #f0200a color charts
#f0200a RGB chart
      #f0200a CMYK chart
      #f0200a RGB pie chart
      #f0200a color shades, tints & tones
#f0200a color schemes
#f0200a color preview, HTML & CSS examples
           This text has a color of #f0200a        
        
          <p style="color:#f0200a;">Text here</p>
        
        
          .mytext {color:#f0200a;}
        
        Text color #f0200a
      
           This box has a color of #f0200a        
        
          <div style="background-color:#f0200a;">Content here</div>
        
        
          .mybackground {background-color:#f0200a;}
        
        Background color #f0200a
      
           Border around this has a color of #f0200a        
        
          <div style="border:2px solid #f0200a;">Content here</div>
        
        
          .myborder {border:2px solid #f0200a;}
        
        Border color #f0200a