#d3142d color space conversions
Hex:
        #d3142d
        RGB:
        211, 20, 45
        CMY:
        17, 92, 82
        CMYK:
        0, 91, 79, 17
      HSL:
        352°, 82.6840%, 45.2941%
        HSV (HSB):
        352°, 90.5213%, 82.7451%
        XYZ:
        27.5878, 14.5387, 3.8348
        xyY:
        0.6002, 0.3163, 14.5387
      CIE-Lab:
        44.9957, 68.1393, 39.6071
        CIE-LCH:
        44.9957, 78.8143, 30.1680
        CIE-Luv:
        44.9957, 135.2711, 23.6662
        Hunter-Lab:
        38.1296, 62.4227, 20.7277
      #d3142d color charts
#d3142d RGB chart
      #d3142d CMYK chart
      #d3142d RGB pie chart
      #d3142d color shades, tints & tones
#d3142d color schemes
#d3142d color preview, HTML & CSS examples
           This text has a color of #d3142d        
        
          <p style="color:#d3142d;">Text here</p>
        
        
          .mytext {color:#d3142d;}
        
        Text color #d3142d
      
           This box has a color of #d3142d        
        
          <div style="background-color:#d3142d;">Content here</div>
        
        
          .mybackground {background-color:#d3142d;}
        
        Background color #d3142d
      
           Border around this has a color of #d3142d        
        
          <div style="border:2px solid #d3142d;">Content here</div>
        
        
          .myborder {border:2px solid #d3142d;}
        
        Border color #d3142d