#ff312b color space conversions
Hex:
        #ff312b
        RGB:
        255, 49, 43
        CMY:
        0, 81, 83
        CMYK:
        0, 81, 83, 0
      HSL:
        2°, 100.0000%, 58.4314%
        HSV (HSB):
        2°, 83.1373%, 100.0000%
        XYZ:
        42.7744, 23.6310, 4.5923
        xyY:
        0.6025, 0.3328, 23.6310
      CIE-Lab:
        55.7165, 74.0415, 54.0314
        CIE-LCH:
        55.7165, 91.6599, 36.1199
        CIE-Luv:
        55.7165, 158.2182, 35.5715
        Hunter-Lab:
        48.6118, 71.9947, 28.4272
      #ff312b color charts
#ff312b RGB chart
      #ff312b CMYK chart
      #ff312b RGB pie chart
      #ff312b color shades, tints & tones
#ff312b color schemes
#ff312b color preview, HTML & CSS examples
           This text has a color of #ff312b        
        
          <p style="color:#ff312b;">Text here</p>
        
        
          .mytext {color:#ff312b;}
        
        Text color #ff312b
      
           This box has a color of #ff312b        
        
          <div style="background-color:#ff312b;">Content here</div>
        
        
          .mybackground {background-color:#ff312b;}
        
        Background color #ff312b
      
           Border around this has a color of #ff312b        
        
          <div style="border:2px solid #ff312b;">Content here</div>
        
        
          .myborder {border:2px solid #ff312b;}
        
        Border color #ff312b