#ed123e color space conversions
Hex:
        #ed123e
        RGB:
        237, 18, 62
        CMY:
        7, 93, 76
        CMYK:
        0, 92, 74, 7
      HSL:
        348°, 85.8824%, 50.0000%
        HSV (HSB):
        348°, 92.4051%, 92.9412%
        XYZ:
        36.0109, 18.7849, 6.2853
        xyY:
        0.5896, 0.3075, 18.7849
      CIE-Lab:
        50.4346, 75.4436, 37.2474
        CIE-LCH:
        50.4346, 84.1374, 26.2761
        CIE-Luv:
        50.4346, 150.8290, 22.2094
        Hunter-Lab:
        43.3416, 72.4610, 21.7410
      #ed123e color charts
#ed123e RGB chart
      #ed123e CMYK chart
      #ed123e RGB pie chart
      #ed123e color shades, tints & tones
#ed123e color schemes
#ed123e color preview, HTML & CSS examples
           This text has a color of #ed123e        
        
          <p style="color:#ed123e;">Text here</p>
        
        
          .mytext {color:#ed123e;}
        
        Text color #ed123e
      
           This box has a color of #ed123e        
        
          <div style="background-color:#ed123e;">Content here</div>
        
        
          .mybackground {background-color:#ed123e;}
        
        Background color #ed123e
      
           Border around this has a color of #ed123e        
        
          <div style="border:2px solid #ed123e;">Content here</div>
        
        
          .myborder {border:2px solid #ed123e;}
        
        Border color #ed123e