#c00e31 color space conversions
Hex:
        #c00e31
        RGB:
        192, 14, 49
        CMY:
        25, 95, 81
        CMYK:
        0, 93, 74, 25
      HSL:
        348°, 86.4078%, 40.3922%
        HSV (HSB):
        348°, 92.7083%, 75.2941%
        XYZ:
        22.4496, 11.7423, 3.9890
        xyY:
        0.5880, 0.3075, 11.7423
      CIE-Lab:
        40.8036, 64.2295, 31.5123
        CIE-LCH:
        40.8036, 71.5434, 26.1335
        CIE-Luv:
        40.8036, 121.2884, 17.8166
        Hunter-Lab:
        34.2670, 56.9749, 17.0850
      #c00e31 color charts
#c00e31 RGB chart
      #c00e31 CMYK chart
      #c00e31 RGB pie chart
      #c00e31 color shades, tints & tones
#c00e31 color schemes
#c00e31 color preview, HTML & CSS examples
           This text has a color of #c00e31        
        
          <p style="color:#c00e31;">Text here</p>
        
        
          .mytext {color:#c00e31;}
        
        Text color #c00e31
      
           This box has a color of #c00e31        
        
          <div style="background-color:#c00e31;">Content here</div>
        
        
          .mybackground {background-color:#c00e31;}
        
        Background color #c00e31
      
           Border around this has a color of #c00e31        
        
          <div style="border:2px solid #c00e31;">Content here</div>
        
        
          .myborder {border:2px solid #c00e31;}
        
        Border color #c00e31