#c32123 color space conversions
Hex:
        #c32123
        RGB:
        195, 33, 35
        CMY:
        24, 87, 86
        CMYK:
        0, 83, 82, 24
      HSL:
        359°, 71.0526%, 44.7059%
        HSV (HSB):
        359°, 83.0769%, 76.4706%
        XYZ:
        23.3529, 12.8112, 2.8321
        xyY:
        0.5989, 0.3285, 12.8112
      CIE-Lab:
        42.4773, 61.1058, 41.5653
        CIE-LCH:
        42.4773, 73.9026, 34.2242
        CIE-Luv:
        42.4773, 121.0133, 25.6002
        Hunter-Lab:
        35.7927, 53.8250, 20.3636
      #c32123 color charts
#c32123 RGB chart
      #c32123 CMYK chart
      #c32123 RGB pie chart
      #c32123 color shades, tints & tones
#c32123 color schemes
#c32123 color preview, HTML & CSS examples
           This text has a color of #c32123        
        
          <p style="color:#c32123;">Text here</p>
        
        
          .mytext {color:#c32123;}
        
        Text color #c32123
      
           This box has a color of #c32123        
        
          <div style="background-color:#c32123;">Content here</div>
        
        
          .mybackground {background-color:#c32123;}
        
        Background color #c32123
      
           Border around this has a color of #c32123        
        
          <div style="border:2px solid #c32123;">Content here</div>
        
        
          .myborder {border:2px solid #c32123;}
        
        Border color #c32123