#ce201a color space conversions
Hex:
        #ce201a
        RGB:
        206, 32, 26
        CMY:
        19, 87, 90
        CMYK:
        0, 84, 87, 19
      HSL:
        2°, 77.5862%, 45.4902%
        HSV (HSB):
        2°, 87.3786%, 80.7843%
        XYZ:
        26.1566, 14.2294, 2.3452
        xyY:
        0.6121, 0.3330, 14.2294
      CIE-Lab:
        44.5602, 64.1900, 48.7675
        CIE-LCH:
        44.5602, 80.6140, 37.2253
        CIE-Luv:
        44.5602, 131.1366, 29.4941
        Hunter-Lab:
        37.7219, 57.7595, 22.7192
      #ce201a color charts
#ce201a RGB chart
      #ce201a CMYK chart
      #ce201a RGB pie chart
      #ce201a color shades, tints & tones
#ce201a color schemes
#ce201a color preview, HTML & CSS examples
           This text has a color of #ce201a        
        
          <p style="color:#ce201a;">Text here</p>
        
        
          .mytext {color:#ce201a;}
        
        Text color #ce201a
      
           This box has a color of #ce201a        
        
          <div style="background-color:#ce201a;">Content here</div>
        
        
          .mybackground {background-color:#ce201a;}
        
        Background color #ce201a
      
           Border around this has a color of #ce201a        
        
          <div style="border:2px solid #ce201a;">Content here</div>
        
        
          .myborder {border:2px solid #ce201a;}
        
        Border color #ce201a