#c3141d color space conversions
Hex:
        #c3141d
        RGB:
        195, 20, 29
        CMY:
        24, 92, 89
        CMYK:
        0, 90, 85, 24
      HSL:
        357°, 81.3953%, 42.1569%
        HSV (HSB):
        357°, 89.7436%, 76.4706%
        XYZ:
        22.9776, 12.1911, 2.3045
        xyY:
        0.6132, 0.3253, 12.1911
      CIE-Lab:
        41.5183, 63.5530, 43.8472
        CIE-LCH:
        41.5183, 77.2111, 34.6030
        CIE-Luv:
        41.5183, 126.3826, 25.5662
        Hunter-Lab:
        34.9158, 56.3658, 20.5279
      #c3141d color charts
#c3141d RGB chart
      #c3141d CMYK chart
      #c3141d RGB pie chart
      #c3141d color shades, tints & tones
#c3141d color schemes
#c3141d color preview, HTML & CSS examples
           This text has a color of #c3141d        
        
          <p style="color:#c3141d;">Text here</p>
        
        
          .mytext {color:#c3141d;}
        
        Text color #c3141d
      
           This box has a color of #c3141d        
        
          <div style="background-color:#c3141d;">Content here</div>
        
        
          .mybackground {background-color:#c3141d;}
        
        Background color #c3141d
      
           Border around this has a color of #c3141d        
        
          <div style="border:2px solid #c3141d;">Content here</div>
        
        
          .myborder {border:2px solid #c3141d;}
        
        Border color #c3141d