#d3240b color space conversions
Hex:
        #d3240b
        RGB:
        211, 36, 11
        CMY:
        17, 86, 96
        CMYK:
        0, 83, 95, 17
      HSL:
        8°, 90.0901%, 43.5294%
        HSV (HSB):
        8°, 94.7867%, 82.7451%
        XYZ:
        27.5552, 15.1348, 1.7856
        xyY:
        0.6196, 0.3403, 15.1348
      CIE-Lab:
        45.8183, 64.4637, 55.7707
        CIE-LCH:
        45.8183, 85.2405, 40.8647
        CIE-Luv:
        45.8183, 134.7301, 33.1732
        Hunter-Lab:
        38.9035, 58.3501, 24.5111
      #d3240b color charts
#d3240b RGB chart
      #d3240b CMYK chart
      #d3240b RGB pie chart
      #d3240b color shades, tints & tones
#d3240b color schemes
#d3240b color preview, HTML & CSS examples
           This text has a color of #d3240b        
        
          <p style="color:#d3240b;">Text here</p>
        
        
          .mytext {color:#d3240b;}
        
        Text color #d3240b
      
           This box has a color of #d3240b        
        
          <div style="background-color:#d3240b;">Content here</div>
        
        
          .mybackground {background-color:#d3240b;}
        
        Background color #d3240b
      
           Border around this has a color of #d3240b        
        
          <div style="border:2px solid #d3240b;">Content here</div>
        
        
          .myborder {border:2px solid #d3240b;}
        
        Border color #d3240b