#cc222a color space conversions
Hex:
        #cc222a
        RGB:
        204, 34, 42
        CMY:
        20, 87, 84
        CMYK:
        0, 83, 79, 20
      HSL:
        357°, 71.4286%, 46.6667%
        HSV (HSB):
        357°, 83.3333%, 80.0000%
        XYZ:
        25.8918, 14.1486, 3.5568
        xyY:
        0.5939, 0.3245, 14.1486
      CIE-Lab:
        44.4453, 63.5840, 40.2824
        CIE-LCH:
        44.4453, 75.2701, 32.3555
        CIE-Luv:
        44.4453, 126.2132, 25.1269
        Hunter-Lab:
        37.6146, 57.0438, 20.7238
      #cc222a color charts
#cc222a RGB chart
      #cc222a CMYK chart
      #cc222a RGB pie chart
      #cc222a color shades, tints & tones
#cc222a color schemes
#cc222a color preview, HTML & CSS examples
           This text has a color of #cc222a        
        
          <p style="color:#cc222a;">Text here</p>
        
        
          .mytext {color:#cc222a;}
        
        Text color #cc222a
      
           This box has a color of #cc222a        
        
          <div style="background-color:#cc222a;">Content here</div>
        
        
          .mybackground {background-color:#cc222a;}
        
        Background color #cc222a
      
           Border around this has a color of #cc222a        
        
          <div style="border:2px solid #cc222a;">Content here</div>
        
        
          .myborder {border:2px solid #cc222a;}
        
        Border color #cc222a