#ca2800 color space conversions
Hex:
        #ca2800
        RGB:
        202, 40, 0
        CMY:
        21, 84, 100
        CMYK:
        0, 80, 100, 21
      HSL:
        12°, 100.0000%, 39.6078%
        HSV (HSB):
        12°, 100.0000%, 79.2157%
        XYZ:
        25.1159, 14.0741, 1.3928
        xyY:
        0.6189, 0.3468, 14.0741
      CIE-Lab:
        44.3391, 60.7714, 57.2584
        CIE-LCH:
        44.3391, 83.4966, 43.2952
        CIE-Luv:
        44.3391, 126.8391, 33.7496
        Hunter-Lab:
        37.5155, 53.8501, 24.0596
      #ca2800 color charts
#ca2800 RGB chart
      #ca2800 CMYK chart
      #ca2800 RGB pie chart
      #ca2800 color shades, tints & tones
#ca2800 color schemes
#ca2800 color preview, HTML & CSS examples
           This text has a color of #ca2800        
        
          <p style="color:#ca2800;">Text here</p>
        
        
          .mytext {color:#ca2800;}
        
        Text color #ca2800
      
           This box has a color of #ca2800        
        
          <div style="background-color:#ca2800;">Content here</div>
        
        
          .mybackground {background-color:#ca2800;}
        
        Background color #ca2800
      
           Border around this has a color of #ca2800        
        
          <div style="border:2px solid #ca2800;">Content here</div>
        
        
          .myborder {border:2px solid #ca2800;}
        
        Border color #ca2800