#c2013a color space conversions
Hex:
        #c2013a
        RGB:
        194, 1, 58
        CMY:
        24, 100, 77
        CMYK:
        0, 99, 70, 24
      HSL:
        342°, 98.9744%, 38.2353%
        HSV (HSB):
        342°, 99.4845%, 76.0784%
        XYZ:
        23.0227, 11.7965, 5.0665
        xyY:
        0.5772, 0.2958, 11.7965
      CIE-Lab:
        40.8909, 66.4609, 26.1517
        CIE-LCH:
        40.8909, 71.4211, 21.4792
        CIE-Luv:
        40.8909, 122.3440, 13.3328
        Hunter-Lab:
        34.3461, 59.5457, 15.2962
      #c2013a color charts
#c2013a RGB chart
      #c2013a CMYK chart
      #c2013a RGB pie chart
      #c2013a color shades, tints & tones
#c2013a color schemes
#c2013a color preview, HTML & CSS examples
           This text has a color of #c2013a        
        
          <p style="color:#c2013a;">Text here</p>
        
        
          .mytext {color:#c2013a;}
        
        Text color #c2013a
      
           This box has a color of #c2013a        
        
          <div style="background-color:#c2013a;">Content here</div>
        
        
          .mybackground {background-color:#c2013a;}
        
        Background color #c2013a
      
           Border around this has a color of #c2013a        
        
          <div style="border:2px solid #c2013a;">Content here</div>
        
        
          .myborder {border:2px solid #c2013a;}
        
        Border color #c2013a