#d3221f color space conversions
Hex:
        #d3221f
        RGB:
        211, 34, 31
        CMY:
        17, 87, 88
        CMYK:
        0, 84, 85, 17
      HSL:
        1°, 74.3802%, 47.4510%
        HSV (HSB):
        1°, 85.3081%, 82.7451%
        XYZ:
        27.6833, 15.0919, 2.7503
        xyY:
        0.6081, 0.3315, 15.0919
      CIE-Lab:
        45.7598, 65.2277, 47.8008
        CIE-LCH:
        45.7598, 80.8676, 36.2350
        CIE-Luv:
        45.7598, 133.4329, 29.4284
        Hunter-Lab:
        38.8483, 59.2149, 22.9963
      #d3221f color charts
#d3221f RGB chart
      #d3221f CMYK chart
      #d3221f RGB pie chart
      #d3221f color shades, tints & tones
#d3221f color schemes
#d3221f color preview, HTML & CSS examples
           This text has a color of #d3221f        
        
          <p style="color:#d3221f;">Text here</p>
        
        
          .mytext {color:#d3221f;}
        
        Text color #d3221f
      
           This box has a color of #d3221f        
        
          <div style="background-color:#d3221f;">Content here</div>
        
        
          .mybackground {background-color:#d3221f;}
        
        Background color #d3221f
      
           Border around this has a color of #d3221f        
        
          <div style="border:2px solid #d3221f;">Content here</div>
        
        
          .myborder {border:2px solid #d3221f;}
        
        Border color #d3221f