#ff1432 color space conversions
Hex:
        #ff1432
        RGB:
        255, 20, 50
        CMY:
        0, 92, 80
        CMYK:
        0, 92, 80, 0
      HSL:
        352°, 100.0000%, 53.9216%
        HSV (HSB):
        352°, 92.1569%, 100.0000%
        XYZ:
        42.0659, 21.9906, 5.0451
        xyY:
        0.6088, 0.3182, 21.9906
      CIE-Lab:
        54.0170, 79.2395, 48.8845
        CIE-LCH:
        54.0170, 93.1053, 31.6713
        CIE-Luv:
        54.0170, 166.3436, 30.1909
        Hunter-Lab:
        46.8941, 78.0568, 26.4472
      #ff1432 color charts
#ff1432 RGB chart
      #ff1432 CMYK chart
      #ff1432 RGB pie chart
      #ff1432 color shades, tints & tones
#ff1432 color schemes
#ff1432 color preview, HTML & CSS examples
           This text has a color of #ff1432        
        
          <p style="color:#ff1432;">Text here</p>
        
        
          .mytext {color:#ff1432;}
        
        Text color #ff1432
      
           This box has a color of #ff1432        
        
          <div style="background-color:#ff1432;">Content here</div>
        
        
          .mybackground {background-color:#ff1432;}
        
        Background color #ff1432
      
           Border around this has a color of #ff1432        
        
          <div style="border:2px solid #ff1432;">Content here</div>
        
        
          .myborder {border:2px solid #ff1432;}
        
        Border color #ff1432