#c4102a color space conversions
Hex:
        #c4102a
        RGB:
        196, 16, 42
        CMY:
        23, 94, 84
        CMYK:
        0, 92, 79, 23
      HSL:
        351°, 84.9057%, 41.5686%
        HSV (HSB):
        351°, 91.8367%, 76.8627%
        XYZ:
        23.3682, 12.2735, 3.3279
        xyY:
        0.5997, 0.3150, 12.2735
      CIE-Lab:
        41.6476, 64.7506, 36.8608
        CIE-LCH:
        41.6476, 74.5075, 29.6517
        CIE-Luv:
        41.6476, 125.6142, 21.4616
        Hunter-Lab:
        35.0336, 57.7547, 18.8915
      #c4102a color charts
#c4102a RGB chart
      #c4102a CMYK chart
      #c4102a RGB pie chart
      #c4102a color shades, tints & tones
#c4102a color schemes
#c4102a color preview, HTML & CSS examples
           This text has a color of #c4102a        
        
          <p style="color:#c4102a;">Text here</p>
        
        
          .mytext {color:#c4102a;}
        
        Text color #c4102a
      
           This box has a color of #c4102a        
        
          <div style="background-color:#c4102a;">Content here</div>
        
        
          .mybackground {background-color:#c4102a;}
        
        Background color #c4102a
      
           Border around this has a color of #c4102a        
        
          <div style="border:2px solid #c4102a;">Content here</div>
        
        
          .myborder {border:2px solid #c4102a;}
        
        Border color #c4102a