#d0000f color space conversions
Hex:
        #d0000f
        RGB:
        208, 0, 15
        CMY:
        18, 100, 94
        CMYK:
        0, 100, 93, 18
      HSL:
        356°, 100.0000%, 40.7843%
        HSV (HSB):
        356°, 100.0000%, 81.5686%
        XYZ:
        26.0986, 13.4444, 1.6714
        xyY:
        0.6332, 0.3262, 13.4444
      CIE-Lab:
        43.4253, 68.8412, 52.7520
        CIE-LCH:
        43.4253, 86.7288, 37.4624
        CIE-Luv:
        43.4253, 141.4889, 29.0555
        Hunter-Lab:
        36.6666, 62.8867, 22.9639
      #d0000f color charts
#d0000f RGB chart
      #d0000f CMYK chart
      #d0000f RGB pie chart
      #d0000f color shades, tints & tones
#d0000f color schemes
#d0000f color preview, HTML & CSS examples
           This text has a color of #d0000f        
        
          <p style="color:#d0000f;">Text here</p>
        
        
          .mytext {color:#d0000f;}
        
        Text color #d0000f
      
           This box has a color of #d0000f        
        
          <div style="background-color:#d0000f;">Content here</div>
        
        
          .mybackground {background-color:#d0000f;}
        
        Background color #d0000f
      
           Border around this has a color of #d0000f        
        
          <div style="border:2px solid #d0000f;">Content here</div>
        
        
          .myborder {border:2px solid #d0000f;}
        
        Border color #d0000f