#dc001e color space conversions
Hex:
        #dc001e
        RGB:
        220, 0, 30
        CMY:
        14, 100, 88
        CMYK:
        0, 100, 86, 14
      HSL:
        352°, 100.0000%, 43.1373%
        HSV (HSB):
        352°, 100.0000%, 86.2745%
        XYZ:
        29.7495, 15.3094, 2.6153
        xyY:
        0.6240, 0.3211, 15.3094
      CIE-Lab:
        46.0551, 72.0037, 49.2858
        CIE-LCH:
        46.0551, 87.2561, 34.3912
        CIE-Luv:
        46.0551, 148.1536, 28.2918
        Hunter-Lab:
        39.1272, 67.2461, 23.4260
      #dc001e color charts
#dc001e RGB chart
      #dc001e CMYK chart
      #dc001e RGB pie chart
      #dc001e color shades, tints & tones
#dc001e color schemes
#dc001e color preview, HTML & CSS examples
           This text has a color of #dc001e        
        
          <p style="color:#dc001e;">Text here</p>
        
        
          .mytext {color:#dc001e;}
        
        Text color #dc001e
      
           This box has a color of #dc001e        
        
          <div style="background-color:#dc001e;">Content here</div>
        
        
          .mybackground {background-color:#dc001e;}
        
        Background color #dc001e
      
           Border around this has a color of #dc001e        
        
          <div style="border:2px solid #dc001e;">Content here</div>
        
        
          .myborder {border:2px solid #dc001e;}
        
        Border color #dc001e