#ca152a color space conversions
Hex:
        #ca152a
        RGB:
        202, 21, 42
        CMY:
        21, 92, 84
        CMYK:
        0, 90, 79, 21
      HSL:
        353°, 81.1659%, 43.7255%
        HSV (HSB):
        353°, 89.6040%, 79.2157%
        XYZ:
        25.0432, 13.2601, 3.4300
        xyY:
        0.6001, 0.3177, 13.2601
      CIE-Lab:
        43.1525, 65.5760, 38.8223
        CIE-LCH:
        43.1525, 76.2061, 30.6264
        CIE-Luv:
        43.1525, 128.9258, 23.0879
        Hunter-Lab:
        36.4144, 59.0345, 19.9053
      #ca152a color charts
#ca152a RGB chart
      #ca152a CMYK chart
      #ca152a RGB pie chart
      #ca152a color shades, tints & tones
#ca152a color schemes
#ca152a color preview, HTML & CSS examples
           This text has a color of #ca152a        
        
          <p style="color:#ca152a;">Text here</p>
        
        
          .mytext {color:#ca152a;}
        
        Text color #ca152a
      
           This box has a color of #ca152a        
        
          <div style="background-color:#ca152a;">Content here</div>
        
        
          .mybackground {background-color:#ca152a;}
        
        Background color #ca152a
      
           Border around this has a color of #ca152a        
        
          <div style="border:2px solid #ca152a;">Content here</div>
        
        
          .myborder {border:2px solid #ca152a;}
        
        Border color #ca152a