#dd230f color space conversions
Hex:
        #dd230f
        RGB:
        221, 35, 15
        CMY:
        13, 86, 94
        CMYK:
        0, 84, 93, 13
      HSL:
        6°, 87.2881%, 46.2745%
        HSV (HSB):
        6°, 93.2127%, 86.6667%
        XYZ:
        30.5060, 16.6087, 2.0499
        xyY:
        0.6205, 0.3378, 16.6087
      CIE-Lab:
        47.7632, 67.4947, 56.7314
        CIE-LCH:
        47.7632, 88.1702, 40.0481
        CIE-Luv:
        47.7632, 142.2762, 33.9682
        Hunter-Lab:
        40.7538, 62.2962, 25.5454
      #dd230f color charts
#dd230f RGB chart
      #dd230f CMYK chart
      #dd230f RGB pie chart
      #dd230f color shades, tints & tones
#dd230f color schemes
#dd230f color preview, HTML & CSS examples
           This text has a color of #dd230f        
        
          <p style="color:#dd230f;">Text here</p>
        
        
          .mytext {color:#dd230f;}
        
        Text color #dd230f
      
           This box has a color of #dd230f        
        
          <div style="background-color:#dd230f;">Content here</div>
        
        
          .mybackground {background-color:#dd230f;}
        
        Background color #dd230f
      
           Border around this has a color of #dd230f        
        
          <div style="border:2px solid #dd230f;">Content here</div>
        
        
          .myborder {border:2px solid #dd230f;}
        
        Border color #dd230f