#d31d25 color space conversions
Hex:
        #d31d25
        RGB:
        211, 29, 37
        CMY:
        17, 89, 85
        CMYK:
        0, 86, 82, 17
      HSL:
        357°, 75.8333%, 47.0588%
        HSV (HSB):
        357°, 86.2559%, 82.7451%
        XYZ:
        27.6373, 14.8612, 3.1621
        xyY:
        0.6053, 0.3255, 14.8612
      CIE-Lab:
        45.4435, 66.4071, 44.4615
        CIE-LCH:
        45.4435, 79.9170, 33.8034
        CIE-Luv:
        45.4435, 134.2698, 27.1796
        Hunter-Lab:
        38.5502, 60.5067, 22.1218
      #d31d25 color charts
#d31d25 RGB chart
      #d31d25 CMYK chart
      #d31d25 RGB pie chart
      #d31d25 color shades, tints & tones
#d31d25 color schemes
#d31d25 color preview, HTML & CSS examples
           This text has a color of #d31d25        
        
          <p style="color:#d31d25;">Text here</p>
        
        
          .mytext {color:#d31d25;}
        
        Text color #d31d25
      
           This box has a color of #d31d25        
        
          <div style="background-color:#d31d25;">Content here</div>
        
        
          .mybackground {background-color:#d31d25;}
        
        Background color #d31d25
      
           Border around this has a color of #d31d25        
        
          <div style="border:2px solid #d31d25;">Content here</div>
        
        
          .myborder {border:2px solid #d31d25;}
        
        Border color #d31d25