#ff1131 color space conversions
Hex:
        #ff1131
        RGB:
        255, 17, 49
        CMY:
        0, 93, 81
        CMYK:
        0, 93, 81, 0
      HSL:
        352°, 100.0000%, 53.3333%
        HSV (HSB):
        352°, 93.3333%, 100.0000%
        XYZ:
        41.9948, 21.8826, 4.9161
        xyY:
        0.6104, 0.3181, 21.8826
      CIE-Lab:
        53.9023, 79.5195, 49.3040
        CIE-LCH:
        53.9023, 93.5641, 31.7999
        CIE-Luv:
        53.9023, 167.1166, 30.2917
        Hunter-Lab:
        46.7789, 78.3818, 26.5143
      #ff1131 color charts
#ff1131 RGB chart
      #ff1131 CMYK chart
      #ff1131 RGB pie chart
      #ff1131 color shades, tints & tones
#ff1131 color schemes
#ff1131 color preview, HTML & CSS examples
           This text has a color of #ff1131        
        
          <p style="color:#ff1131;">Text here</p>
        
        
          .mytext {color:#ff1131;}
        
        Text color #ff1131
      
           This box has a color of #ff1131        
        
          <div style="background-color:#ff1131;">Content here</div>
        
        
          .mybackground {background-color:#ff1131;}
        
        Background color #ff1131
      
           Border around this has a color of #ff1131        
        
          <div style="border:2px solid #ff1131;">Content here</div>
        
        
          .myborder {border:2px solid #ff1131;}
        
        Border color #ff1131