#dd280b color space conversions
Hex:
        #dd280b
        RGB:
        221, 40, 11
        CMY:
        13, 84, 96
        CMYK:
        0, 82, 95, 13
      HSL:
        8°, 90.5172%, 45.4902%
        HSV (HSB):
        8°, 95.0226%, 86.6667%
        XYZ:
        30.6380, 16.9139, 1.9665
        xyY:
        0.6187, 0.3416, 16.9139
      CIE-Lab:
        48.1514, 66.3143, 58.1320
        CIE-LCH:
        48.1514, 88.1868, 41.2382
        CIE-Luv:
        48.1514, 140.4640, 35.1374
        Hunter-Lab:
        41.1265, 61.0056, 25.9535
      #dd280b color charts
#dd280b RGB chart
      #dd280b CMYK chart
      #dd280b RGB pie chart
      #dd280b color shades, tints & tones
#dd280b color schemes
#dd280b color preview, HTML & CSS examples
           This text has a color of #dd280b        
        
          <p style="color:#dd280b;">Text here</p>
        
        
          .mytext {color:#dd280b;}
        
        Text color #dd280b
      
           This box has a color of #dd280b        
        
          <div style="background-color:#dd280b;">Content here</div>
        
        
          .mybackground {background-color:#dd280b;}
        
        Background color #dd280b
      
           Border around this has a color of #dd280b        
        
          <div style="border:2px solid #dd280b;">Content here</div>
        
        
          .myborder {border:2px solid #dd280b;}
        
        Border color #dd280b