#dd0800 color space conversions
Hex:
        #dd0800
        RGB:
        221, 8, 0
        CMY:
        13, 97, 100
        CMYK:
        0, 96, 100, 13
      HSL:
        2°, 100.0000%, 43.3333%
        HSV (HSB):
        2°, 100.0000%, 86.6667%
        XYZ:
        29.9056, 15.5458, 1.4244
        xyY:
        0.6380, 0.3316, 15.5458
      CIE-Lab:
        46.3729, 71.2264, 60.4137
        CIE-LCH:
        46.3729, 93.3971, 40.3044
        CIE-Luv:
        46.3729, 150.4532, 33.1339
        Hunter-Lab:
        39.4282, 66.3900, 25.4577
      #dd0800 color charts
#dd0800 RGB chart
      #dd0800 CMYK chart
      #dd0800 RGB pie chart
      #dd0800 color shades, tints & tones
#dd0800 color schemes
#dd0800 color preview, HTML & CSS examples
           This text has a color of #dd0800        
        
          <p style="color:#dd0800;">Text here</p>
        
        
          .mytext {color:#dd0800;}
        
        Text color #dd0800
      
           This box has a color of #dd0800        
        
          <div style="background-color:#dd0800;">Content here</div>
        
        
          .mybackground {background-color:#dd0800;}
        
        Background color #dd0800
      
           Border around this has a color of #dd0800        
        
          <div style="border:2px solid #dd0800;">Content here</div>
        
        
          .myborder {border:2px solid #dd0800;}
        
        Border color #dd0800