#dc010f color space conversions
Hex:
        #dc010f
        RGB:
        220, 1, 15
        CMY:
        14, 100, 94
        CMYK:
        0, 100, 93, 14
      HSL:
        356°, 99.0950%, 43.3333%
        HSV (HSB):
        356°, 99.5455%, 86.2745%
        XYZ:
        29.6123, 15.2718, 1.8390
        xyY:
        0.6338, 0.3269, 15.2718
      CIE-Lab:
        46.0043, 71.6996, 55.5902
        CIE-LCH:
        46.0043, 90.7254, 37.7872
        CIE-Luv:
        46.0043, 149.8010, 31.0315
        Hunter-Lab:
        39.0792, 66.8698, 24.5654
      #dc010f color charts
#dc010f RGB chart
      #dc010f CMYK chart
      #dc010f RGB pie chart
      #dc010f color shades, tints & tones
#dc010f color schemes
#dc010f color preview, HTML & CSS examples
           This text has a color of #dc010f        
        
          <p style="color:#dc010f;">Text here</p>
        
        
          .mytext {color:#dc010f;}
        
        Text color #dc010f
      
           This box has a color of #dc010f        
        
          <div style="background-color:#dc010f;">Content here</div>
        
        
          .mybackground {background-color:#dc010f;}
        
        Background color #dc010f
      
           Border around this has a color of #dc010f        
        
          <div style="border:2px solid #dc010f;">Content here</div>
        
        
          .myborder {border:2px solid #dc010f;}
        
        Border color #dc010f