#d3230f color space conversions
Hex:
        #d3230f
        RGB:
        211, 35, 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.5512, 15.0854, 1.9116
        xyY:
        0.6185, 0.3386, 15.0854
      CIE-Lab:
        45.7510, 64.7376, 54.4865
        CIE-LCH:
        45.7510, 84.6152, 40.0857
        CIE-Luv:
        45.7510, 134.8514, 32.5465
        Hunter-Lab:
        38.8400, 58.6494, 24.2699
      #d3230f color charts
#d3230f RGB chart
      #d3230f CMYK chart
      #d3230f RGB pie chart
      #d3230f color shades, tints & tones
#d3230f color schemes
#d3230f color preview, HTML & CSS examples
           This text has a color of #d3230f        
        
          <p style="color:#d3230f;">Text here</p>
        
        
          .mytext {color:#d3230f;}
        
        Text color #d3230f
      
           This box has a color of #d3230f        
        
          <div style="background-color:#d3230f;">Content here</div>
        
        
          .mybackground {background-color:#d3230f;}
        
        Background color #d3230f
      
           Border around this has a color of #d3230f        
        
          <div style="border:2px solid #d3230f;">Content here</div>
        
        
          .myborder {border:2px solid #d3230f;}
        
        Border color #d3230f