#d3292d color space conversions
Hex:
        #d3292d
        RGB:
        211, 41, 45
        CMY:
        17, 84, 82
        CMYK:
        0, 81, 79, 17
      HSL:
        359°, 67.4603%, 49.4118%
        HSV (HSB):
        359°, 80.5687%, 82.7451%
        XYZ:
        28.1306, 15.6242, 4.0158
        xyY:
        0.5889, 0.3271, 15.6242
      CIE-Lab:
        46.4776, 63.9091, 41.1468
        CIE-LCH:
        46.4776, 76.0094, 32.7748
        CIE-Luv:
        46.4776, 128.1018, 26.4985
        Hunter-Lab:
        39.5275, 57.8601, 21.6457
      #d3292d color charts
#d3292d RGB chart
      #d3292d CMYK chart
      #d3292d RGB pie chart
      #d3292d color shades, tints & tones
#d3292d color schemes
#d3292d color preview, HTML & CSS examples
           This text has a color of #d3292d        
        
          <p style="color:#d3292d;">Text here</p>
        
        
          .mytext {color:#d3292d;}
        
        Text color #d3292d
      
           This box has a color of #d3292d        
        
          <div style="background-color:#d3292d;">Content here</div>
        
        
          .mybackground {background-color:#d3292d;}
        
        Background color #d3292d
      
           Border around this has a color of #d3292d        
        
          <div style="border:2px solid #d3292d;">Content here</div>
        
        
          .myborder {border:2px solid #d3292d;}
        
        Border color #d3292d