#df000b color space conversions
Hex:
        #df000b
        RGB:
        223, 0, 11
        CMY:
        13, 100, 96
        CMYK:
        0, 100, 95, 13
      HSL:
        357°, 100.0000%, 43.7255%
        HSV (HSB):
        357°, 100.0000%, 87.4510%
        XYZ:
        30.4918, 15.7121, 1.7423
        xyY:
        0.6360, 0.3277, 15.7121
      CIE-Lab:
        46.5945, 72.4787, 57.5235
        CIE-LCH:
        46.5945, 92.5318, 38.4377
        CIE-Luv:
        46.5945, 152.3770, 31.9211
        Hunter-Lab:
        39.6385, 67.9432, 25.1410
      #df000b color charts
#df000b RGB chart
      #df000b CMYK chart
      #df000b RGB pie chart
      #df000b color shades, tints & tones
#df000b color schemes
#df000b color preview, HTML & CSS examples
           This text has a color of #df000b        
        
          <p style="color:#df000b;">Text here</p>
        
        
          .mytext {color:#df000b;}
        
        Text color #df000b
      
           This box has a color of #df000b        
        
          <div style="background-color:#df000b;">Content here</div>
        
        
          .mybackground {background-color:#df000b;}
        
        Background color #df000b
      
           Border around this has a color of #df000b        
        
          <div style="border:2px solid #df000b;">Content here</div>
        
        
          .myborder {border:2px solid #df000b;}
        
        Border color #df000b