#dd0101 color space conversions
Hex:
        #dd0101
        RGB:
        221, 1, 1
        CMY:
        13, 100, 100
        CMYK:
        0, 100, 100, 13
      HSL:
        0°, 99.0991%, 43.5294%
        HSV (HSB):
        0°, 99.5475%, 86.6667%
        XYZ:
        29.8351, 15.3961, 1.4280
        xyY:
        0.6394, 0.3300, 15.3961
      CIE-Lab:
        46.1719, 71.8251, 60.0284
        CIE-LCH:
        46.1719, 93.6070, 39.8875
        CIE-Luv:
        46.1719, 151.4995, 32.6711
        Hunter-Lab:
        39.2378, 67.0593, 25.3087
      #dd0101 color charts
#dd0101 RGB chart
      #dd0101 CMYK chart
      #dd0101 RGB pie chart
      #dd0101 color shades, tints & tones
#dd0101 color schemes
#dd0101 color preview, HTML & CSS examples
           This text has a color of #dd0101        
        
          <p style="color:#dd0101;">Text here</p>
        
        
          .mytext {color:#dd0101;}
        
        Text color #dd0101
      
           This box has a color of #dd0101        
        
          <div style="background-color:#dd0101;">Content here</div>
        
        
          .mybackground {background-color:#dd0101;}
        
        Background color #dd0101
      
           Border around this has a color of #dd0101        
        
          <div style="border:2px solid #dd0101;">Content here</div>
        
        
          .myborder {border:2px solid #dd0101;}
        
        Border color #dd0101