#d3332d color space conversions
Hex:
        #d3332d
        RGB:
        211, 51, 45
        CMY:
        17, 80, 82
        CMYK:
        0, 76, 79, 17
      HSL:
        2°, 65.3543%, 50.1961%
        HSV (HSB):
        2°, 78.6730%, 82.7451%
        XYZ:
        28.5214, 16.4060, 4.1460
        xyY:
        0.5812, 0.3343, 16.4060
      CIE-Lab:
        47.5027, 61.0267, 42.2019
        CIE-LCH:
        47.5027, 74.1974, 34.6651
        CIE-Luv:
        47.5027, 123.2619, 28.4367
        Hunter-Lab:
        40.5043, 54.8097, 22.2841
      #d3332d color charts
#d3332d RGB chart
      #d3332d CMYK chart
      #d3332d RGB pie chart
      #d3332d color shades, tints & tones
#d3332d color schemes
#d3332d color preview, HTML & CSS examples
           This text has a color of #d3332d        
        
          <p style="color:#d3332d;">Text here</p>
        
        
          .mytext {color:#d3332d;}
        
        Text color #d3332d
      
           This box has a color of #d3332d        
        
          <div style="background-color:#d3332d;">Content here</div>
        
        
          .mybackground {background-color:#d3332d;}
        
        Background color #d3332d
      
           Border around this has a color of #d3332d        
        
          <div style="border:2px solid #d3332d;">Content here</div>
        
        
          .myborder {border:2px solid #d3332d;}
        
        Border color #d3332d