#d3340b color space conversions
Hex:
        #d3340b
        RGB:
        211, 52, 11
        CMY:
        17, 80, 96
        CMYK:
        0, 75, 95, 17
      HSL:
        12°, 90.0901%, 43.5294%
        HSV (HSB):
        12°, 94.7867%, 82.7451%
        XYZ:
        28.1524, 16.3290, 1.9846
        xyY:
        0.6059, 0.3514, 16.3290
      CIE-Lab:
        47.4032, 60.0052, 56.6815
        CIE-LCH:
        47.4032, 82.5434, 43.3684
        CIE-Luv:
        47.4032, 126.7721, 35.9441
        Hunter-Lab:
        40.4092, 53.6417, 25.3745
      #d3340b color charts
#d3340b RGB chart
      #d3340b CMYK chart
      #d3340b RGB pie chart
      #d3340b color shades, tints & tones
#d3340b color schemes
#d3340b color preview, HTML & CSS examples
           This text has a color of #d3340b        
        
          <p style="color:#d3340b;">Text here</p>
        
        
          .mytext {color:#d3340b;}
        
        Text color #d3340b
      
           This box has a color of #d3340b        
        
          <div style="background-color:#d3340b;">Content here</div>
        
        
          .mybackground {background-color:#d3340b;}
        
        Background color #d3340b
      
           Border around this has a color of #d3340b        
        
          <div style="border:2px solid #d3340b;">Content here</div>
        
        
          .myborder {border:2px solid #d3340b;}
        
        Border color #d3340b