#ca232a color space conversions
Hex:
        #ca232a
        RGB:
        202, 35, 42
        CMY:
        21, 86, 84
        CMYK:
        0, 83, 79, 21
      HSL:
        357°, 70.4641%, 46.4706%
        HSV (HSB):
        357°, 82.6733%, 79.2157%
        XYZ:
        25.3761, 13.9258, 3.5410
        xyY:
        0.5923, 0.3250, 13.9258
      CIE-Lab:
        44.1263, 62.7924, 39.8274
        CIE-LCH:
        44.1263, 74.3580, 32.3857
        CIE-Luv:
        44.1263, 124.2834, 24.9315
        Hunter-Lab:
        37.3173, 56.0763, 20.4962
      #ca232a color charts
#ca232a RGB chart
      #ca232a CMYK chart
      #ca232a RGB pie chart
      #ca232a color shades, tints & tones
#ca232a color schemes
#ca232a color preview, HTML & CSS examples
           This text has a color of #ca232a        
        
          <p style="color:#ca232a;">Text here</p>
        
        
          .mytext {color:#ca232a;}
        
        Text color #ca232a
      
           This box has a color of #ca232a        
        
          <div style="background-color:#ca232a;">Content here</div>
        
        
          .mybackground {background-color:#ca232a;}
        
        Background color #ca232a
      
           Border around this has a color of #ca232a        
        
          <div style="border:2px solid #ca232a;">Content here</div>
        
        
          .myborder {border:2px solid #ca232a;}
        
        Border color #ca232a