#d3251d color space conversions
Hex:
        #d3251d
        RGB:
        211, 37, 29
        CMY:
        17, 85, 89
        CMYK:
        0, 82, 86, 17
      HSL:
        3°, 75.8333%, 47.0588%
        HSV (HSB):
        3°, 86.2559%, 82.7451%
        XYZ:
        27.7473, 15.2607, 2.6456
        xyY:
        0.6078, 0.3343, 15.2607
      CIE-Lab:
        45.9893, 64.4937, 48.9508
        CIE-LCH:
        45.9893, 80.9668, 37.1985
        CIE-Luv:
        45.9893, 132.5030, 30.3390
        Hunter-Lab:
        39.0650, 58.4223, 23.3302
      #d3251d color charts
#d3251d RGB chart
      #d3251d CMYK chart
      #d3251d RGB pie chart
      #d3251d color shades, tints & tones
#d3251d color schemes
#d3251d color preview, HTML & CSS examples
           This text has a color of #d3251d        
        
          <p style="color:#d3251d;">Text here</p>
        
        
          .mytext {color:#d3251d;}
        
        Text color #d3251d
      
           This box has a color of #d3251d        
        
          <div style="background-color:#d3251d;">Content here</div>
        
        
          .mybackground {background-color:#d3251d;}
        
        Background color #d3251d
      
           Border around this has a color of #d3251d        
        
          <div style="border:2px solid #d3251d;">Content here</div>
        
        
          .myborder {border:2px solid #d3251d;}
        
        Border color #d3251d