#d8000b color space conversions
Hex:
        #d8000b
        RGB:
        216, 0, 11
        CMY:
        15, 100, 96
        CMYK:
        0, 100, 95, 15
      HSL:
        357°, 100.0000%, 42.3529%
        HSV (HSB):
        357°, 100.0000%, 84.7059%
        XYZ:
        28.3793, 14.6231, 1.6434
        xyY:
        0.6357, 0.3275, 14.6231
      CIE-Lab:
        45.1136, 70.7676, 55.9421
        CIE-LCH:
        45.1136, 90.2085, 38.3265
        CIE-Luv:
        45.1136, 147.4731, 30.8260
        Hunter-Lab:
        38.2402, 65.5506, 24.2201
      #d8000b color charts
#d8000b RGB chart
      #d8000b CMYK chart
      #d8000b RGB pie chart
      #d8000b color shades, tints & tones
#d8000b color schemes
#d8000b color preview, HTML & CSS examples
           This text has a color of #d8000b        
        
          <p style="color:#d8000b;">Text here</p>
        
        
          .mytext {color:#d8000b;}
        
        Text color #d8000b
      
           This box has a color of #d8000b        
        
          <div style="background-color:#d8000b;">Content here</div>
        
        
          .mybackground {background-color:#d8000b;}
        
        Background color #d8000b
      
           Border around this has a color of #d8000b        
        
          <div style="border:2px solid #d8000b;">Content here</div>
        
        
          .myborder {border:2px solid #d8000b;}
        
        Border color #d8000b