#dd0203 color space conversions
Hex:
        #dd0203
        RGB:
        221, 2, 3
        CMY:
        13, 99, 99
        CMYK:
        0, 99, 99, 13
      HSL:
        360°, 98.2063%, 43.7255%
        HSV (HSB):
        360°, 99.0950%, 86.6667%
        XYZ:
        29.8569, 15.4221, 1.4893
        xyY:
        0.6384, 0.3298, 15.4221
      CIE-Lab:
        46.2070, 71.7566, 59.4233
        CIE-LCH:
        46.2070, 93.1673, 39.6289
        CIE-Luv:
        46.2070, 151.2040, 32.5211
        Hunter-Lab:
        39.2710, 66.9855, 25.2413
      #dd0203 color charts
#dd0203 RGB chart
      #dd0203 CMYK chart
      #dd0203 RGB pie chart
      #dd0203 color shades, tints & tones
#dd0203 color schemes
#dd0203 color preview, HTML & CSS examples
           This text has a color of #dd0203        
        
          <p style="color:#dd0203;">Text here</p>
        
        
          .mytext {color:#dd0203;}
        
        Text color #dd0203
      
           This box has a color of #dd0203        
        
          <div style="background-color:#dd0203;">Content here</div>
        
        
          .mybackground {background-color:#dd0203;}
        
        Background color #dd0203
      
           Border around this has a color of #dd0203        
        
          <div style="border:2px solid #dd0203;">Content here</div>
        
        
          .myborder {border:2px solid #dd0203;}
        
        Border color #dd0203