#dd403b color space conversions
Hex:
        #dd403b
        RGB:
        221, 64, 59
        CMY:
        13, 75, 77
        CMYK:
        0, 71, 73, 13
      HSL:
        2°, 70.4348%, 54.9020%
        HSV (HSB):
        2°, 73.3032%, 86.6667%
        XYZ:
        32.4416, 19.3547, 6.1636
        xyY:
        0.5597, 0.3339, 19.3547
      CIE-Lab:
        51.0996, 60.2056, 38.8959
        CIE-LCH:
        51.0996, 71.6771, 32.8645
        CIE-Luv:
        51.0996, 121.1838, 27.9754
        Hunter-Lab:
        43.9940, 54.6382, 22.4891
      #dd403b color charts
#dd403b RGB chart
      #dd403b CMYK chart
      #dd403b RGB pie chart
      #dd403b color shades, tints & tones
#dd403b color schemes
#dd403b color preview, HTML & CSS examples
           This text has a color of #dd403b        
        
          <p style="color:#dd403b;">Text here</p>
        
        
          .mytext {color:#dd403b;}
        
        Text color #dd403b
      
           This box has a color of #dd403b        
        
          <div style="background-color:#dd403b;">Content here</div>
        
        
          .mybackground {background-color:#dd403b;}
        
        Background color #dd403b
      
           Border around this has a color of #dd403b        
        
          <div style="border:2px solid #dd403b;">Content here</div>
        
        
          .myborder {border:2px solid #dd403b;}
        
        Border color #dd403b