#d3000d color space conversions
Hex:
        #d3000d
        RGB:
        211, 0, 13
        CMY:
        17, 100, 95
        CMYK:
        0, 100, 94, 17
      HSL:
        356°, 100.0000%, 41.3725%
        HSV (HSB):
        356°, 100.0000%, 82.7451%
        XYZ:
        26.9366, 13.8779, 1.6398
        xyY:
        0.6345, 0.3269, 13.8779
      CIE-Lab:
        44.0574, 69.5585, 54.1574
        CIE-LCH:
        44.0574, 88.1556, 37.9039
        CIE-Luv:
        44.0574, 143.7918, 29.8013
        Hunter-Lab:
        37.2531, 63.8751, 23.4674
      #d3000d color charts
#d3000d RGB chart
      #d3000d CMYK chart
      #d3000d RGB pie chart
      #d3000d color shades, tints & tones
#d3000d color schemes
#d3000d color preview, HTML & CSS examples
           This text has a color of #d3000d        
        
          <p style="color:#d3000d;">Text here</p>
        
        
          .mytext {color:#d3000d;}
        
        Text color #d3000d
      
           This box has a color of #d3000d        
        
          <div style="background-color:#d3000d;">Content here</div>
        
        
          .mybackground {background-color:#d3000d;}
        
        Background color #d3000d
      
           Border around this has a color of #d3000d        
        
          <div style="border:2px solid #d3000d;">Content here</div>
        
        
          .myborder {border:2px solid #d3000d;}
        
        Border color #d3000d