#d0002f color space conversions
Hex:
        #d0002f
        RGB:
        208, 0, 47
        CMY:
        18, 100, 82
        CMYK:
        0, 100, 77, 18
      HSL:
        346°, 100.0000%, 40.7843%
        HSV (HSB):
        346°, 100.0000%, 81.5686%
        XYZ:
        26.5255, 13.6151, 3.9193
        xyY:
        0.6020, 0.3090, 13.6151
      CIE-Lab:
        43.6759, 69.5237, 36.8538
        CIE-LCH:
        43.6759, 78.6876, 27.9276
        CIE-Luv:
        43.6759, 136.0846, 20.9775
        Hunter-Lab:
        36.8987, 63.7463, 19.5315
      #d0002f color charts
#d0002f RGB chart
      #d0002f CMYK chart
      #d0002f RGB pie chart
      #d0002f color shades, tints & tones
#d0002f color schemes
#d0002f color preview, HTML & CSS examples
           This text has a color of #d0002f        
        
          <p style="color:#d0002f;">Text here</p>
        
        
          .mytext {color:#d0002f;}
        
        Text color #d0002f
      
           This box has a color of #d0002f        
        
          <div style="background-color:#d0002f;">Content here</div>
        
        
          .mybackground {background-color:#d0002f;}
        
        Background color #d0002f
      
           Border around this has a color of #d0002f        
        
          <div style="border:2px solid #d0002f;">Content here</div>
        
        
          .myborder {border:2px solid #d0002f;}
        
        Border color #d0002f