#d2121b color space conversions
Hex:
        #d2121b
        RGB:
        210, 18, 27
        CMY:
        18, 93, 89
        CMYK:
        0, 91, 87, 18
      HSL:
        357°, 84.2105%, 44.7059%
        HSV (HSB):
        357°, 91.4286%, 82.3529%
        XYZ:
        26.9925, 14.2134, 2.3577
        xyY:
        0.6196, 0.3263, 14.2134
      CIE-Lab:
        44.5374, 67.7163, 48.6298
        CIE-LCH:
        44.5374, 83.3688, 35.6836
        CIE-Luv:
        44.5374, 138.2703, 28.3717
        Hunter-Lab:
        37.7006, 61.8243, 22.6826
      #d2121b color charts
#d2121b RGB chart
      #d2121b CMYK chart
      #d2121b RGB pie chart
      #d2121b color shades, tints & tones
#d2121b color schemes
#d2121b color preview, HTML & CSS examples
           This text has a color of #d2121b        
        
          <p style="color:#d2121b;">Text here</p>
        
        
          .mytext {color:#d2121b;}
        
        Text color #d2121b
      
           This box has a color of #d2121b        
        
          <div style="background-color:#d2121b;">Content here</div>
        
        
          .mybackground {background-color:#d2121b;}
        
        Background color #d2121b
      
           Border around this has a color of #d2121b        
        
          <div style="border:2px solid #d2121b;">Content here</div>
        
        
          .myborder {border:2px solid #d2121b;}
        
        Border color #d2121b