#cc0512 color space conversions
Hex:
        #cc0512
        RGB:
        204, 5, 18
        CMY:
        20, 98, 93
        CMYK:
        0, 98, 91, 20
      HSL:
        356°, 95.2153%, 40.9804%
        HSV (HSB):
        356°, 97.5490%, 80.0000%
        XYZ:
        25.0653, 12.9896, 1.7584
        xyY:
        0.6296, 0.3263, 12.9896
      CIE-Lab:
        42.7475, 67.4157, 50.7354
        CIE-LCH:
        42.7475, 84.3739, 36.9642
        CIE-Luv:
        42.7475, 137.4850, 28.2426
        Hunter-Lab:
        36.0411, 61.0686, 22.3360
      #cc0512 color charts
#cc0512 RGB chart
      #cc0512 CMYK chart
      #cc0512 RGB pie chart
      #cc0512 color shades, tints & tones
#cc0512 color schemes
#cc0512 color preview, HTML & CSS examples
           This text has a color of #cc0512        
        
          <p style="color:#cc0512;">Text here</p>
        
        
          .mytext {color:#cc0512;}
        
        Text color #cc0512
      
           This box has a color of #cc0512        
        
          <div style="background-color:#cc0512;">Content here</div>
        
        
          .mybackground {background-color:#cc0512;}
        
        Background color #cc0512
      
           Border around this has a color of #cc0512        
        
          <div style="border:2px solid #cc0512;">Content here</div>
        
        
          .myborder {border:2px solid #cc0512;}
        
        Border color #cc0512