#cc011b color space conversions
Hex:
        #cc011b
        RGB:
        204, 1, 27
        CMY:
        20, 100, 89
        CMYK:
        0, 100, 87, 20
      HSL:
        352°, 99.0244%, 40.1961%
        HSV (HSB):
        352°, 99.5098%, 80.0000%
        XYZ:
        25.1105, 12.9382, 2.2108
        xyY:
        0.6237, 0.3214, 12.9382
      CIE-Lab:
        42.6700, 67.9427, 46.5931
        CIE-LCH:
        42.6700, 82.3840, 34.4412
        CIE-Luv:
        42.6700, 136.9892, 26.2500
        Hunter-Lab:
        35.9697, 61.6641, 21.5347
      #cc011b color charts
#cc011b RGB chart
      #cc011b CMYK chart
      #cc011b RGB pie chart
      #cc011b color shades, tints & tones
#cc011b color schemes
#cc011b color preview, HTML & CSS examples
           This text has a color of #cc011b        
        
          <p style="color:#cc011b;">Text here</p>
        
        
          .mytext {color:#cc011b;}
        
        Text color #cc011b
      
           This box has a color of #cc011b        
        
          <div style="background-color:#cc011b;">Content here</div>
        
        
          .mybackground {background-color:#cc011b;}
        
        Background color #cc011b
      
           Border around this has a color of #cc011b        
        
          <div style="border:2px solid #cc011b;">Content here</div>
        
        
          .myborder {border:2px solid #cc011b;}
        
        Border color #cc011b