#d3252d color space conversions
Hex:
        #d3252d
        RGB:
        211, 37, 45
        CMY:
        17, 85, 82
        CMYK:
        0, 82, 79, 17
      HSL:
        357°, 70.1613%, 48.6275%
        HSV (HSB):
        357°, 82.4645%, 82.7451%
        XYZ:
        27.9992, 15.3615, 3.9720
        xyY:
        0.5915, 0.3245, 15.3615
      CIE-Lab:
        46.1254, 64.9077, 40.7825
        CIE-LCH:
        46.1254, 76.6565, 32.1418
        CIE-Luv:
        46.1254, 129.7872, 25.8286
        Hunter-Lab:
        39.1937, 58.9277, 21.4271
      #d3252d color charts
#d3252d RGB chart
      #d3252d CMYK chart
      #d3252d RGB pie chart
      #d3252d color shades, tints & tones
#d3252d color schemes
#d3252d color preview, HTML & CSS examples
           This text has a color of #d3252d        
        
          <p style="color:#d3252d;">Text here</p>
        
        
          .mytext {color:#d3252d;}
        
        Text color #d3252d
      
           This box has a color of #d3252d        
        
          <div style="background-color:#d3252d;">Content here</div>
        
        
          .mybackground {background-color:#d3252d;}
        
        Background color #d3252d
      
           Border around this has a color of #d3252d        
        
          <div style="border:2px solid #d3252d;">Content here</div>
        
        
          .myborder {border:2px solid #d3252d;}
        
        Border color #d3252d