#cf200a color space conversions
Hex:
        #cf200a
        RGB:
        207, 32, 10
        CMY:
        19, 87, 96
        CMYK:
        0, 85, 95, 19
      HSL:
        7°, 90.7834%, 42.5490%
        HSV (HSB):
        7°, 95.1691%, 81.1765%
        XYZ:
        26.3034, 14.3203, 1.6649
        xyY:
        0.6220, 0.3386, 14.3203
      CIE-Lab:
        44.6889, 64.2427, 54.9950
        CIE-LCH:
        44.6889, 84.5670, 40.5652
        CIE-Luv:
        44.6889, 133.4331, 32.1609
        Hunter-Lab:
        37.8422, 57.8482, 23.8810
      #cf200a color charts
#cf200a RGB chart
      #cf200a CMYK chart
      #cf200a RGB pie chart
      #cf200a color shades, tints & tones
#cf200a color schemes
#cf200a color preview, HTML & CSS examples
           This text has a color of #cf200a        
        
          <p style="color:#cf200a;">Text here</p>
        
        
          .mytext {color:#cf200a;}
        
        Text color #cf200a
      
           This box has a color of #cf200a        
        
          <div style="background-color:#cf200a;">Content here</div>
        
        
          .mybackground {background-color:#cf200a;}
        
        Background color #cf200a
      
           Border around this has a color of #cf200a        
        
          <div style="border:2px solid #cf200a;">Content here</div>
        
        
          .myborder {border:2px solid #cf200a;}
        
        Border color #cf200a