#de0d0a color space conversions
Hex:
        #de0d0a
        RGB:
        222, 13, 10
        CMY:
        13, 95, 96
        CMYK:
        0, 94, 95, 13
      HSL:
        1°, 91.3793%, 45.4902%
        HSV (HSB):
        1°, 95.4955%, 87.0588%
        XYZ:
        30.3229, 15.8394, 1.7463
        xyY:
        0.6329, 0.3306, 15.8394
      CIE-Lab:
        46.7630, 71.1193, 57.7754
        CIE-LCH:
        46.7630, 91.6294, 39.0895
        CIE-Luv:
        46.7630, 149.6725, 32.5538
        Hunter-Lab:
        39.7987, 66.3527, 25.2576
      #de0d0a color charts
#de0d0a RGB chart
      #de0d0a CMYK chart
      #de0d0a RGB pie chart
      #de0d0a color shades, tints & tones
#de0d0a color schemes
#de0d0a color preview, HTML & CSS examples
           This text has a color of #de0d0a        
        
          <p style="color:#de0d0a;">Text here</p>
        
        
          .mytext {color:#de0d0a;}
        
        Text color #de0d0a
      
           This box has a color of #de0d0a        
        
          <div style="background-color:#de0d0a;">Content here</div>
        
        
          .mybackground {background-color:#de0d0a;}
        
        Background color #de0d0a
      
           Border around this has a color of #de0d0a        
        
          <div style="border:2px solid #de0d0a;">Content here</div>
        
        
          .myborder {border:2px solid #de0d0a;}
        
        Border color #de0d0a