#ff252b color space conversions
Hex:
        #ff252b
        RGB:
        255, 37, 43
        CMY:
        0, 85, 83
        CMYK:
        0, 85, 83, 0
      HSL:
        358°, 100.0000%, 57.2549%
        HSV (HSB):
        358°, 85.4902%, 100.0000%
        XYZ:
        42.3376, 22.7576, 4.4467
        xyY:
        0.6088, 0.3272, 22.7576
      CIE-Lab:
        54.8217, 76.5897, 53.2323
        CIE-LCH:
        54.8217, 93.2719, 34.8006
        CIE-Luv:
        54.8217, 162.9845, 33.8700
        Hunter-Lab:
        47.7049, 74.9335, 27.8668
      #ff252b color charts
#ff252b RGB chart
      #ff252b CMYK chart
      #ff252b RGB pie chart
      #ff252b color shades, tints & tones
#ff252b color schemes
#ff252b color preview, HTML & CSS examples
           This text has a color of #ff252b        
        
          <p style="color:#ff252b;">Text here</p>
        
        
          .mytext {color:#ff252b;}
        
        Text color #ff252b
      
           This box has a color of #ff252b        
        
          <div style="background-color:#ff252b;">Content here</div>
        
        
          .mybackground {background-color:#ff252b;}
        
        Background color #ff252b
      
           Border around this has a color of #ff252b        
        
          <div style="border:2px solid #ff252b;">Content here</div>
        
        
          .myborder {border:2px solid #ff252b;}
        
        Border color #ff252b