#ef282c color space conversions
Hex:
        #ef282c
        RGB:
        239, 40, 44
        CMY:
        6, 84, 83
        CMYK:
        0, 83, 82, 6
      HSL:
        359°, 86.1472%, 54.7059%
        HSV (HSB):
        359°, 83.2636%, 93.7255%
        XYZ:
        36.8100, 20.0502, 4.3128
        xyY:
        0.6017, 0.3278, 20.0502
      CIE-Lab:
        51.8939, 71.8107, 48.8825
        CIE-LCH:
        51.8939, 86.8693, 34.2437
        CIE-Luv:
        51.8939, 149.9310, 31.3715
        Hunter-Lab:
        44.7774, 68.3785, 25.6335
      #ef282c color charts
#ef282c RGB chart
      #ef282c CMYK chart
      #ef282c RGB pie chart
      #ef282c color shades, tints & tones
#ef282c color schemes
#ef282c color preview, HTML & CSS examples
           This text has a color of #ef282c        
        
          <p style="color:#ef282c;">Text here</p>
        
        
          .mytext {color:#ef282c;}
        
        Text color #ef282c
      
           This box has a color of #ef282c        
        
          <div style="background-color:#ef282c;">Content here</div>
        
        
          .mybackground {background-color:#ef282c;}
        
        Background color #ef282c
      
           Border around this has a color of #ef282c        
        
          <div style="border:2px solid #ef282c;">Content here</div>
        
        
          .myborder {border:2px solid #ef282c;}
        
        Border color #ef282c