#ec1401 color space conversions
Hex:
        #ec1401
        RGB:
        236, 20, 1
        CMY:
        7, 92, 100
        CMYK:
        0, 92, 100, 7
      HSL:
        5°, 99.1561%, 46.4706%
        HSV (HSB):
        5°, 99.5763%, 92.5490%
        XYZ:
        34.8477, 18.3354, 1.7311
        xyY:
        0.6346, 0.3339, 18.3354
      CIE-Lab:
        49.9004, 73.8084, 63.3309
        CIE-LCH:
        49.9004, 97.2547, 40.6311
        CIE-Luv:
        49.9004, 158.6539, 35.9463
        Hunter-Lab:
        42.8198, 70.3325, 27.5769
      #ec1401 color charts
#ec1401 RGB chart
      #ec1401 CMYK chart
      #ec1401 RGB pie chart
      #ec1401 color shades, tints & tones
#ec1401 color schemes
#ec1401 color preview, HTML & CSS examples
           This text has a color of #ec1401        
        
          <p style="color:#ec1401;">Text here</p>
        
        
          .mytext {color:#ec1401;}
        
        Text color #ec1401
      
           This box has a color of #ec1401        
        
          <div style="background-color:#ec1401;">Content here</div>
        
        
          .mybackground {background-color:#ec1401;}
        
        Background color #ec1401
      
           Border around this has a color of #ec1401        
        
          <div style="border:2px solid #ec1401;">Content here</div>
        
        
          .myborder {border:2px solid #ec1401;}
        
        Border color #ec1401