#db0101 color space conversions
Hex:
        #db0101
        RGB:
        219, 1, 1
        CMY:
        14, 100, 100
        CMYK:
        0, 100, 100, 14
      HSL:
        0°, 99.0909%, 43.1373%
        HSV (HSB):
        0°, 99.5434%, 85.8824%
        XYZ:
        29.2297, 15.0840, 1.3996
        xyY:
        0.6394, 0.3300, 15.0840
      CIE-Lab:
        45.7490, 71.3342, 59.6132
        CIE-LCH:
        45.7490, 92.9640, 39.8851
        CIE-Luv:
        45.7490, 150.1048, 32.3704
        Hunter-Lab:
        38.8381, 66.3734, 25.0500
      #db0101 color charts
#db0101 RGB chart
      #db0101 CMYK chart
      #db0101 RGB pie chart
      #db0101 color shades, tints & tones
#db0101 color schemes
#db0101 color preview, HTML & CSS examples
           This text has a color of #db0101        
        
          <p style="color:#db0101;">Text here</p>
        
        
          .mytext {color:#db0101;}
        
        Text color #db0101
      
           This box has a color of #db0101        
        
          <div style="background-color:#db0101;">Content here</div>
        
        
          .mybackground {background-color:#db0101;}
        
        Background color #db0101
      
           Border around this has a color of #db0101        
        
          <div style="border:2px solid #db0101;">Content here</div>
        
        
          .myborder {border:2px solid #db0101;}
        
        Border color #db0101