#d0020b color space conversions
Hex:
        #d0020b
        RGB:
        208, 2, 11
        CMY:
        18, 99, 96
        CMYK:
        0, 99, 95, 18
      HSL:
        357°, 98.0952%, 41.1765%
        HSV (HSB):
        357°, 99.0385%, 81.5686%
        XYZ:
        26.0945, 13.4775, 1.5427
        xyY:
        0.6347, 0.3278, 13.4775
      CIE-Lab:
        43.4740, 68.6142, 54.1462
        CIE-LCH:
        43.4740, 87.4055, 38.2784
        CIE-Luv:
        43.4740, 141.4923, 29.6770
        Hunter-Lab:
        36.7117, 62.6317, 23.2067
      #d0020b color charts
#d0020b RGB chart
      #d0020b CMYK chart
      #d0020b RGB pie chart
      #d0020b color shades, tints & tones
#d0020b color schemes
#d0020b color preview, HTML & CSS examples
           This text has a color of #d0020b        
        
          <p style="color:#d0020b;">Text here</p>
        
        
          .mytext {color:#d0020b;}
        
        Text color #d0020b
      
           This box has a color of #d0020b        
        
          <div style="background-color:#d0020b;">Content here</div>
        
        
          .mybackground {background-color:#d0020b;}
        
        Background color #d0020b
      
           Border around this has a color of #d0020b        
        
          <div style="border:2px solid #d0020b;">Content here</div>
        
        
          .myborder {border:2px solid #d0020b;}
        
        Border color #d0020b