#ff053b color space conversions
Hex:
        #ff053b
        RGB:
        255, 5, 59
        CMY:
        0, 98, 77
        CMYK:
        0, 98, 77, 0
      HSL:
        347°, 100.0000%, 50.9804%
        HSV (HSB):
        347°, 98.0392%, 100.0000%
        XYZ:
        42.0837, 21.6843, 6.1051
        xyY:
        0.6023, 0.3103, 21.6843
      CIE-Lab:
        53.6904, 80.7010, 43.6067
        CIE-LCH:
        53.6904, 91.7289, 28.3845
        CIE-Luv:
        53.6904, 166.5656, 26.3118
        Hunter-Lab:
        46.5664, 79.8254, 24.8233
      #ff053b color charts
#ff053b RGB chart
      #ff053b CMYK chart
      #ff053b RGB pie chart
      #ff053b color shades, tints & tones
#ff053b color schemes
#ff053b color preview, HTML & CSS examples
           This text has a color of #ff053b        
        
          <p style="color:#ff053b;">Text here</p>
        
        
          .mytext {color:#ff053b;}
        
        Text color #ff053b
      
           This box has a color of #ff053b        
        
          <div style="background-color:#ff053b;">Content here</div>
        
        
          .mybackground {background-color:#ff053b;}
        
        Background color #ff053b
      
           Border around this has a color of #ff053b        
        
          <div style="border:2px solid #ff053b;">Content here</div>
        
        
          .myborder {border:2px solid #ff053b;}
        
        Border color #ff053b