#ec0100 color space conversions
Hex:
        #ec0100
        RGB:
        236, 1, 0
        CMY:
        7, 100, 100
        CMYK:
        0, 100, 100, 7
      HSL:
        0°, 100.0000%, 46.2745%
        HSV (HSB):
        0°, 100.0000%, 92.5490%
        XYZ:
        34.6029, 17.8546, 1.6225
        xyY:
        0.6398, 0.3302, 17.8546
      CIE-Lab:
        49.3192, 75.4734, 63.4036
        CIE-LCH:
        49.3192, 98.5710, 40.0329
        CIE-Luv:
        49.3192, 161.9472, 35.0038
        Hunter-Lab:
        42.2547, 72.2304, 27.3016
      #ec0100 color charts
#ec0100 RGB chart
      #ec0100 CMYK chart
      #ec0100 RGB pie chart
      #ec0100 color shades, tints & tones
#ec0100 color schemes
#ec0100 color preview, HTML & CSS examples
           This text has a color of #ec0100        
        
          <p style="color:#ec0100;">Text here</p>
        
        
          .mytext {color:#ec0100;}
        
        Text color #ec0100
      
           This box has a color of #ec0100        
        
          <div style="background-color:#ec0100;">Content here</div>
        
        
          .mybackground {background-color:#ec0100;}
        
        Background color #ec0100
      
           Border around this has a color of #ec0100        
        
          <div style="border:2px solid #ec0100;">Content here</div>
        
        
          .myborder {border:2px solid #ec0100;}
        
        Border color #ec0100