#c3180d color space conversions
Hex:
        #c3180d
        RGB:
        195, 24, 13
        CMY:
        24, 91, 95
        CMYK:
        0, 88, 93, 24
      HSL:
        4°, 87.5000%, 40.7843%
        HSV (HSB):
        4°, 93.3333%, 76.4706%
        XYZ:
        22.9050, 12.2844, 1.5447
        xyY:
        0.6235, 0.3344, 12.2844
      CIE-Lab:
        41.6646, 62.5935, 51.0058
        CIE-LCH:
        41.6646, 80.7436, 39.1757
        CIE-Luv:
        41.6646, 127.1372, 29.0599
        Hunter-Lab:
        35.0491, 55.3155, 21.9214
      #c3180d color charts
#c3180d RGB chart
      #c3180d CMYK chart
      #c3180d RGB pie chart
      #c3180d color shades, tints & tones
#c3180d color schemes
#c3180d color preview, HTML & CSS examples
           This text has a color of #c3180d        
        
          <p style="color:#c3180d;">Text here</p>
        
        
          .mytext {color:#c3180d;}
        
        Text color #c3180d
      
           This box has a color of #c3180d        
        
          <div style="background-color:#c3180d;">Content here</div>
        
        
          .mybackground {background-color:#c3180d;}
        
        Background color #c3180d
      
           Border around this has a color of #c3180d        
        
          <div style="border:2px solid #c3180d;">Content here</div>
        
        
          .myborder {border:2px solid #c3180d;}
        
        Border color #c3180d