#dd340b color space conversions
Hex:
        #dd340b
        RGB:
        221, 52, 11
        CMY:
        13, 80, 96
        CMYK:
        0, 76, 95, 13
      HSL:
        12°, 90.5172%, 45.4902%
        HSV (HSB):
        12°, 95.0226%, 86.6667%
        XYZ:
        31.1072, 17.8523, 2.1229
        xyY:
        0.6090, 0.3495, 17.8523
      CIE-Lab:
        49.3165, 63.0335, 58.7850
        CIE-LCH:
        49.3165, 86.1911, 43.0026
        CIE-Luv:
        49.3165, 134.4899, 37.1868
        Hunter-Lab:
        42.2520, 57.4762, 26.5974
      #dd340b color charts
#dd340b RGB chart
      #dd340b CMYK chart
      #dd340b RGB pie chart
      #dd340b color shades, tints & tones
#dd340b color schemes
#dd340b color preview, HTML & CSS examples
           This text has a color of #dd340b        
        
          <p style="color:#dd340b;">Text here</p>
        
        
          .mytext {color:#dd340b;}
        
        Text color #dd340b
      
           This box has a color of #dd340b        
        
          <div style="background-color:#dd340b;">Content here</div>
        
        
          .mybackground {background-color:#dd340b;}
        
        Background color #dd340b
      
           Border around this has a color of #dd340b        
        
          <div style="border:2px solid #dd340b;">Content here</div>
        
        
          .myborder {border:2px solid #dd340b;}
        
        Border color #dd340b