#c4130b color space conversions
Hex:
        #c4130b
        RGB:
        196, 19, 11
        CMY:
        23, 93, 96
        CMYK:
        0, 90, 94, 23
      HSL:
        3°, 89.3720%, 40.5882%
        HSV (HSB):
        3°, 94.3878%, 76.8627%
        XYZ:
        23.0582, 12.2257, 1.4611
        xyY:
        0.6275, 0.3327, 12.2257
      CIE-Lab:
        41.5726, 63.6829, 51.7365
        CIE-LCH:
        41.5726, 82.0499, 39.0907
        CIE-Luv:
        41.5726, 129.5132, 28.9498
        Hunter-Lab:
        34.9652, 56.5248, 21.9981
      #c4130b color charts
#c4130b RGB chart
      #c4130b CMYK chart
      #c4130b RGB pie chart
      #c4130b color shades, tints & tones
#c4130b color schemes
#c4130b color preview, HTML & CSS examples
           This text has a color of #c4130b        
        
          <p style="color:#c4130b;">Text here</p>
        
        
          .mytext {color:#c4130b;}
        
        Text color #c4130b
      
           This box has a color of #c4130b        
        
          <div style="background-color:#c4130b;">Content here</div>
        
        
          .mybackground {background-color:#c4130b;}
        
        Background color #c4130b
      
           Border around this has a color of #c4130b        
        
          <div style="border:2px solid #c4130b;">Content here</div>
        
        
          .myborder {border:2px solid #c4130b;}
        
        Border color #c4130b