#d3240f color space conversions
Hex:
        #d3240f
        RGB:
        211, 36, 15
        CMY:
        17, 86, 94
        CMYK:
        0, 83, 93, 17
      HSL:
        6°, 86.7257%, 44.3137%
        HSV (HSB):
        6°, 92.8910%, 82.7451%
        XYZ:
        27.5811, 15.1451, 1.9216
        xyY:
        0.6177, 0.3392, 15.1451
      CIE-Lab:
        45.8323, 64.5064, 54.5367
        CIE-LCH:
        45.8323, 84.4709, 40.2127
        CIE-Luv:
        45.8323, 134.4368, 32.6905
        Hunter-Lab:
        38.9167, 58.4022, 24.3142
      #d3240f color charts
#d3240f RGB chart
      #d3240f CMYK chart
      #d3240f RGB pie chart
      #d3240f color shades, tints & tones
#d3240f color schemes
#d3240f color preview, HTML & CSS examples
           This text has a color of #d3240f        
        
          <p style="color:#d3240f;">Text here</p>
        
        
          .mytext {color:#d3240f;}
        
        Text color #d3240f
      
           This box has a color of #d3240f        
        
          <div style="background-color:#d3240f;">Content here</div>
        
        
          .mybackground {background-color:#d3240f;}
        
        Background color #d3240f
      
           Border around this has a color of #d3240f        
        
          <div style="border:2px solid #d3240f;">Content here</div>
        
        
          .myborder {border:2px solid #d3240f;}
        
        Border color #d3240f