#d3202b color space conversions
Hex:
        #d3202b
        RGB:
        211, 32, 43
        CMY:
        17, 87, 83
        CMYK:
        0, 85, 80, 17
      HSL:
        356°, 73.6626%, 47.6471%
        HSV (HSB):
        356°, 84.8341%, 82.7451%
        XYZ:
        27.8165, 15.0563, 3.7256
        xyY:
        0.5969, 0.3231, 15.0563
      CIE-Lab:
        45.7112, 65.9676, 41.4694
        CIE-LCH:
        45.7112, 77.9194, 32.1548
        CIE-Luv:
        45.7112, 132.0944, 25.7446
        Hunter-Lab:
        38.8025, 60.0578, 21.4691
      #d3202b color charts
#d3202b RGB chart
      #d3202b CMYK chart
      #d3202b RGB pie chart
      #d3202b color shades, tints & tones
#d3202b color schemes
#d3202b color preview, HTML & CSS examples
           This text has a color of #d3202b        
        
          <p style="color:#d3202b;">Text here</p>
        
        
          .mytext {color:#d3202b;}
        
        Text color #d3202b
      
           This box has a color of #d3202b        
        
          <div style="background-color:#d3202b;">Content here</div>
        
        
          .mybackground {background-color:#d3202b;}
        
        Background color #d3202b
      
           Border around this has a color of #d3202b        
        
          <div style="border:2px solid #d3202b;">Content here</div>
        
        
          .myborder {border:2px solid #d3202b;}
        
        Border color #d3202b