#ff0229 color space conversions
Hex:
        #ff0229
        RGB:
        255, 2, 41
        CMY:
        0, 99, 84
        CMYK:
        0, 99, 84, 0
      HSL:
        351°, 100.0000%, 50.3922%
        HSV (HSB):
        351°, 99.2157%, 100.0000%
        XYZ:
        41.6619, 21.4635, 4.0449
        xyY:
        0.6202, 0.3195, 21.4635
      CIE-Lab:
        53.4531, 80.4467, 53.0131
        CIE-LCH:
        53.4531, 96.3435, 33.3842
        CIE-Luv:
        53.4531, 170.7124, 31.7988
        Hunter-Lab:
        46.3287, 79.4441, 27.2536
      #ff0229 color charts
#ff0229 RGB chart
      #ff0229 CMYK chart
      #ff0229 RGB pie chart
      #ff0229 color shades, tints & tones
#ff0229 color schemes
#ff0229 color preview, HTML & CSS examples
           This text has a color of #ff0229        
        
          <p style="color:#ff0229;">Text here</p>
        
        
          .mytext {color:#ff0229;}
        
        Text color #ff0229
      
           This box has a color of #ff0229        
        
          <div style="background-color:#ff0229;">Content here</div>
        
        
          .mybackground {background-color:#ff0229;}
        
        Background color #ff0229
      
           Border around this has a color of #ff0229        
        
          <div style="border:2px solid #ff0229;">Content here</div>
        
        
          .myborder {border:2px solid #ff0229;}
        
        Border color #ff0229