#cf002a color space conversions
Hex:
        #cf002a
        RGB:
        207, 0, 42
        CMY:
        19, 100, 84
        CMYK:
        0, 100, 80, 19
      HSL:
        348°, 100.0000%, 40.5882%
        HSV (HSB):
        348°, 100.0000%, 81.1765%
        XYZ:
        26.1500, 13.4326, 3.4050
        xyY:
        0.6083, 0.3125, 13.4326
      CIE-Lab:
        43.4079, 69.1295, 39.4167
        CIE-LCH:
        43.4079, 79.5774, 29.6912
        CIE-Luv:
        43.4079, 136.5204, 22.5331
        Hunter-Lab:
        36.6505, 63.2211, 20.1471
      #cf002a color charts
#cf002a RGB chart
      #cf002a CMYK chart
      #cf002a RGB pie chart
      #cf002a color shades, tints & tones
#cf002a color schemes
#cf002a color preview, HTML & CSS examples
           This text has a color of #cf002a        
        
          <p style="color:#cf002a;">Text here</p>
        
        
          .mytext {color:#cf002a;}
        
        Text color #cf002a
      
           This box has a color of #cf002a        
        
          <div style="background-color:#cf002a;">Content here</div>
        
        
          .mybackground {background-color:#cf002a;}
        
        Background color #cf002a
      
           Border around this has a color of #cf002a        
        
          <div style="border:2px solid #cf002a;">Content here</div>
        
        
          .myborder {border:2px solid #cf002a;}
        
        Border color #cf002a