#d3120b color space conversions
Hex:
        #d3120b
        RGB:
        211, 18, 11
        CMY:
        17, 93, 96
        CMYK:
        0, 91, 95, 17
      HSL:
        2°, 90.0901%, 43.5294%
        HSV (HSB):
        2°, 94.7867%, 82.7451%
        XYZ:
        27.1407, 14.3057, 1.6474
        xyY:
        0.6298, 0.3320, 14.3057
      CIE-Lab:
        44.6681, 67.7532, 55.1339
        CIE-LCH:
        44.6681, 87.3513, 39.1368
        CIE-Luv:
        44.6681, 140.6870, 31.1390
        Hunter-Lab:
        37.8228, 61.8971, 23.8936
      #d3120b color charts
#d3120b RGB chart
      #d3120b CMYK chart
      #d3120b RGB pie chart
      #d3120b color shades, tints & tones
#d3120b color schemes
#d3120b color preview, HTML & CSS examples
           This text has a color of #d3120b        
        
          <p style="color:#d3120b;">Text here</p>
        
        
          .mytext {color:#d3120b;}
        
        Text color #d3120b
      
           This box has a color of #d3120b        
        
          <div style="background-color:#d3120b;">Content here</div>
        
        
          .mybackground {background-color:#d3120b;}
        
        Background color #d3120b
      
           Border around this has a color of #d3120b        
        
          <div style="border:2px solid #d3120b;">Content here</div>
        
        
          .myborder {border:2px solid #d3120b;}
        
        Border color #d3120b