#cc3132 color space conversions
Hex:
        #cc3132
        RGB:
        204, 49, 50
        CMY:
        20, 81, 80
        CMYK:
        0, 76, 75, 20
      HSL:
        360°, 61.2648%, 49.6078%
        HSV (HSB):
        360°, 75.9804%, 80.0000%
        XYZ:
        26.5759, 15.2643, 4.5632
        xyY:
        0.5727, 0.3289, 15.2643
      CIE-Lab:
        45.9941, 59.7380, 37.4159
        CIE-LCH:
        45.9941, 70.4881, 32.0603
        CIE-Luv:
        45.9941, 117.7928, 25.0702
        Hunter-Lab:
        39.0695, 53.0476, 20.4238
      #cc3132 color charts
#cc3132 RGB chart
      #cc3132 CMYK chart
      #cc3132 RGB pie chart
      #cc3132 color shades, tints & tones
#cc3132 color schemes
#cc3132 color preview, HTML & CSS examples
           This text has a color of #cc3132        
        
          <p style="color:#cc3132;">Text here</p>
        
        
          .mytext {color:#cc3132;}
        
        Text color #cc3132
      
           This box has a color of #cc3132        
        
          <div style="background-color:#cc3132;">Content here</div>
        
        
          .mybackground {background-color:#cc3132;}
        
        Background color #cc3132
      
           Border around this has a color of #cc3132        
        
          <div style="border:2px solid #cc3132;">Content here</div>
        
        
          .myborder {border:2px solid #cc3132;}
        
        Border color #cc3132