#ff212b color space conversions
Hex:
        #ff212b
        RGB:
        255, 33, 43
        CMY:
        0, 87, 83
        CMYK:
        0, 87, 83, 0
      HSL:
        357°, 100.0000%, 56.4706%
        HSV (HSB):
        357°, 87.0588%, 100.0000%
        XYZ:
        42.2199, 22.5221, 4.4075
        xyY:
        0.6106, 0.3257, 22.5221
      CIE-Lab:
        54.5767, 77.2917, 53.0130
        CIE-LCH:
        54.5767, 93.7251, 34.4455
        CIE-Luv:
        54.5767, 164.3050, 33.4017
        Hunter-Lab:
        47.4575, 75.7495, 27.7139
      #ff212b color charts
#ff212b RGB chart
      #ff212b CMYK chart
      #ff212b RGB pie chart
      #ff212b color shades, tints & tones
#ff212b color schemes
#ff212b color preview, HTML & CSS examples
           This text has a color of #ff212b        
        
          <p style="color:#ff212b;">Text here</p>
        
        
          .mytext {color:#ff212b;}
        
        Text color #ff212b
      
           This box has a color of #ff212b        
        
          <div style="background-color:#ff212b;">Content here</div>
        
        
          .mybackground {background-color:#ff212b;}
        
        Background color #ff212b
      
           Border around this has a color of #ff212b        
        
          <div style="border:2px solid #ff212b;">Content here</div>
        
        
          .myborder {border:2px solid #ff212b;}
        
        Border color #ff212b