#d3001d color space conversions
Hex:
        #d3001d
        RGB:
        211, 0, 29
        CMY:
        17, 100, 89
        CMYK:
        0, 100, 86, 17
      HSL:
        352°, 100.0000%, 41.3725%
        HSV (HSB):
        352°, 100.0000%, 82.7451%
        XYZ:
        27.0857, 13.9376, 2.4250
        xyY:
        0.6234, 0.3208, 13.9376
      CIE-Lab:
        44.1433, 69.7931, 47.4245
        CIE-LCH:
        44.1433, 84.3811, 34.1962
        CIE-Luv:
        44.1433, 141.8807, 26.9544
        Hunter-Lab:
        37.3331, 64.1717, 22.2819
      #d3001d color charts
#d3001d RGB chart
      #d3001d CMYK chart
      #d3001d RGB pie chart
      #d3001d color shades, tints & tones
#d3001d color schemes
#d3001d color preview, HTML & CSS examples
           This text has a color of #d3001d        
        
          <p style="color:#d3001d;">Text here</p>
        
        
          .mytext {color:#d3001d;}
        
        Text color #d3001d
      
           This box has a color of #d3001d        
        
          <div style="background-color:#d3001d;">Content here</div>
        
        
          .mybackground {background-color:#d3001d;}
        
        Background color #d3001d
      
           Border around this has a color of #d3001d        
        
          <div style="border:2px solid #d3001d;">Content here</div>
        
        
          .myborder {border:2px solid #d3001d;}
        
        Border color #d3001d