#c8212a color space conversions
Hex:
        #c8212a
        RGB:
        200, 33, 42
        CMY:
        22, 87, 84
        CMYK:
        0, 84, 79, 22
      HSL:
        357°, 71.6738%, 45.6863%
        HSV (HSB):
        357°, 83.5000%, 78.4314%
        XYZ:
        24.7812, 13.5342, 3.4967
        xyY:
        0.5927, 0.3237, 13.5342
      CIE-Lab:
        43.5574, 62.7088, 39.1134
        CIE-LCH:
        43.5574, 73.9070, 31.9531
        CIE-Luv:
        43.5574, 123.5282, 24.2640
        Hunter-Lab:
        36.7889, 55.8579, 20.1168
      #c8212a color charts
#c8212a RGB chart
      #c8212a CMYK chart
      #c8212a RGB pie chart
      #c8212a color shades, tints & tones
#c8212a color schemes
#c8212a color preview, HTML & CSS examples
           This text has a color of #c8212a        
        
          <p style="color:#c8212a;">Text here</p>
        
        
          .mytext {color:#c8212a;}
        
        Text color #c8212a
      
           This box has a color of #c8212a        
        
          <div style="background-color:#c8212a;">Content here</div>
        
        
          .mybackground {background-color:#c8212a;}
        
        Background color #c8212a
      
           Border around this has a color of #c8212a        
        
          <div style="border:2px solid #c8212a;">Content here</div>
        
        
          .myborder {border:2px solid #c8212a;}
        
        Border color #c8212a