#ca200c color space conversions
Hex:
        #ca200c
        RGB:
        202, 32, 12
        CMY:
        21, 87, 95
        CMYK:
        0, 84, 94, 21
      HSL:
        6°, 88.7850%, 41.9608%
        HSV (HSB):
        6°, 94.0594%, 79.2157%
        XYZ:
        24.9400, 13.6161, 1.6615
        xyY:
        0.6201, 0.3386, 13.6161
      CIE-Lab:
        43.6773, 62.8729, 53.2847
        CIE-LCH:
        43.6773, 82.4152, 40.2812
        CIE-Luv:
        43.6773, 129.5628, 31.2228
        Hunter-Lab:
        36.9000, 56.0695, 23.1603
      #ca200c color charts
#ca200c RGB chart
      #ca200c CMYK chart
      #ca200c RGB pie chart
      #ca200c color shades, tints & tones
#ca200c color schemes
#ca200c color preview, HTML & CSS examples
           This text has a color of #ca200c        
        
          <p style="color:#ca200c;">Text here</p>
        
        
          .mytext {color:#ca200c;}
        
        Text color #ca200c
      
           This box has a color of #ca200c        
        
          <div style="background-color:#ca200c;">Content here</div>
        
        
          .mybackground {background-color:#ca200c;}
        
        Background color #ca200c
      
           Border around this has a color of #ca200c        
        
          <div style="border:2px solid #ca200c;">Content here</div>
        
        
          .myborder {border:2px solid #ca200c;}
        
        Border color #ca200c