#ec002d color space conversions
Hex:
        #ec002d
        RGB:
        236, 0, 45
        CMY:
        7, 100, 82
        CMYK:
        0, 100, 81, 7
      HSL:
        349°, 100.0000%, 46.2745%
        HSV (HSB):
        349°, 100.0000%, 92.5490%
        XYZ:
        35.0657, 18.0223, 4.1131
        xyY:
        0.6130, 0.3151, 18.0223
      CIE-Lab:
        49.5232, 76.1790, 45.8642
        CIE-LCH:
        49.5232, 88.9200, 31.0504
        CIE-Luv:
        49.5232, 156.8296, 27.1343
        Hunter-Lab:
        42.4527, 73.1478, 23.9725
      #ec002d color charts
#ec002d RGB chart
      #ec002d CMYK chart
      #ec002d RGB pie chart
      #ec002d color shades, tints & tones
#ec002d color schemes
#ec002d color preview, HTML & CSS examples
           This text has a color of #ec002d        
        
          <p style="color:#ec002d;">Text here</p>
        
        
          .mytext {color:#ec002d;}
        
        Text color #ec002d
      
           This box has a color of #ec002d        
        
          <div style="background-color:#ec002d;">Content here</div>
        
        
          .mybackground {background-color:#ec002d;}
        
        Background color #ec002d
      
           Border around this has a color of #ec002d        
        
          <div style="border:2px solid #ec002d;">Content here</div>
        
        
          .myborder {border:2px solid #ec002d;}
        
        Border color #ec002d