#d81d25 color space conversions
Hex:
        #d81d25
        RGB:
        216, 29, 37
        CMY:
        15, 89, 85
        CMYK:
        0, 87, 83, 15
      HSL:
        357°, 76.3265%, 48.0392%
        HSV (HSB):
        357°, 86.5741%, 84.7059%
        XYZ:
        29.0922, 15.6112, 3.2302
        xyY:
        0.6069, 0.3257, 15.6112
      CIE-Lab:
        46.4602, 67.7382, 45.7764
        CIE-LCH:
        46.4602, 81.7554, 34.0502
        CIE-Luv:
        46.4602, 138.0075, 28.0318
        Hunter-Lab:
        39.5111, 62.2862, 22.8105
      #d81d25 color charts
#d81d25 RGB chart
      #d81d25 CMYK chart
      #d81d25 RGB pie chart
      #d81d25 color shades, tints & tones
#d81d25 color schemes
#d81d25 color preview, HTML & CSS examples
           This text has a color of #d81d25        
        
          <p style="color:#d81d25;">Text here</p>
        
        
          .mytext {color:#d81d25;}
        
        Text color #d81d25
      
           This box has a color of #d81d25        
        
          <div style="background-color:#d81d25;">Content here</div>
        
        
          .mybackground {background-color:#d81d25;}
        
        Background color #d81d25
      
           Border around this has a color of #d81d25        
        
          <div style="border:2px solid #d81d25;">Content here</div>
        
        
          .myborder {border:2px solid #d81d25;}
        
        Border color #d81d25