#cc2225 color space conversions
Hex:
        #cc2225
        RGB:
        204, 34, 37
        CMY:
        20, 87, 85
        CMYK:
        0, 83, 82, 20
      HSL:
        359°, 71.4286%, 46.6667%
        HSV (HSB):
        359°, 83.3333%, 80.0000%
        XYZ:
        25.8078, 14.1150, 3.1145
        xyY:
        0.5997, 0.3280, 14.1150
      CIE-Lab:
        44.3974, 63.4395, 42.9680
        CIE-LCH:
        44.3974, 76.6213, 34.1100
        CIE-Luv:
        44.3974, 127.1553, 26.6842
        Hunter-Lab:
        37.5699, 56.8691, 21.3839
      #cc2225 color charts
#cc2225 RGB chart
      #cc2225 CMYK chart
      #cc2225 RGB pie chart
      #cc2225 color shades, tints & tones
#cc2225 color schemes
#cc2225 color preview, HTML & CSS examples
           This text has a color of #cc2225        
        
          <p style="color:#cc2225;">Text here</p>
        
        
          .mytext {color:#cc2225;}
        
        Text color #cc2225
      
           This box has a color of #cc2225        
        
          <div style="background-color:#cc2225;">Content here</div>
        
        
          .mybackground {background-color:#cc2225;}
        
        Background color #cc2225
      
           Border around this has a color of #cc2225        
        
          <div style="border:2px solid #cc2225;">Content here</div>
        
        
          .myborder {border:2px solid #cc2225;}
        
        Border color #cc2225