#ff0235 color space conversions
Hex:
        #ff0235
        RGB:
        255, 2, 53
        CMY:
        0, 99, 79
        CMYK:
        0, 99, 79, 0
      HSL:
        348°, 100.0000%, 50.3922%
        HSV (HSB):
        348°, 99.2157%, 100.0000%
        XYZ:
        41.9043, 21.5605, 5.3211
        xyY:
        0.6092, 0.3134, 21.5605
      CIE-Lab:
        53.5575, 80.7318, 46.8053
        CIE-LCH:
        53.5575, 93.3185, 30.1036
        CIE-Luv:
        53.5575, 168.3413, 28.2670
        Hunter-Lab:
        46.4332, 79.8316, 25.7088
      #ff0235 color charts
#ff0235 RGB chart
      #ff0235 CMYK chart
      #ff0235 RGB pie chart
      #ff0235 color shades, tints & tones
#ff0235 color schemes
#ff0235 color preview, HTML & CSS examples
           This text has a color of #ff0235        
        
          <p style="color:#ff0235;">Text here</p>
        
        
          .mytext {color:#ff0235;}
        
        Text color #ff0235
      
           This box has a color of #ff0235        
        
          <div style="background-color:#ff0235;">Content here</div>
        
        
          .mybackground {background-color:#ff0235;}
        
        Background color #ff0235
      
           Border around this has a color of #ff0235        
        
          <div style="border:2px solid #ff0235;">Content here</div>
        
        
          .myborder {border:2px solid #ff0235;}
        
        Border color #ff0235