#d3311b color space conversions
Hex:
        #d3311b
        RGB:
        211, 49, 27
        CMY:
        17, 81, 89
        CMYK:
        0, 77, 87, 17
      HSL:
        7°, 77.3109%, 46.6667%
        HSV (HSB):
        7°, 87.2038%, 82.7451%
        XYZ:
        28.1601, 16.1246, 2.6651
        xyY:
        0.5998, 0.3434, 16.1246
      CIE-Lab:
        47.1376, 61.1808, 50.7886
        CIE-LCH:
        47.1376, 79.5146, 39.6974
        CIE-Luv:
        47.1376, 127.0343, 32.8685
        Hunter-Lab:
        40.1555, 54.9057, 24.1738
      #d3311b color charts
#d3311b RGB chart
      #d3311b CMYK chart
      #d3311b RGB pie chart
      #d3311b color shades, tints & tones
#d3311b color schemes
#d3311b color preview, HTML & CSS examples
           This text has a color of #d3311b        
        
          <p style="color:#d3311b;">Text here</p>
        
        
          .mytext {color:#d3311b;}
        
        Text color #d3311b
      
           This box has a color of #d3311b        
        
          <div style="background-color:#d3311b;">Content here</div>
        
        
          .mybackground {background-color:#d3311b;}
        
        Background color #d3311b
      
           Border around this has a color of #d3311b        
        
          <div style="border:2px solid #d3311b;">Content here</div>
        
        
          .myborder {border:2px solid #d3311b;}
        
        Border color #d3311b