#ff122e color space conversions
Hex:
        #ff122e
        RGB:
        255, 18, 46
        CMY:
        0, 93, 82
        CMYK:
        0, 93, 82, 0
      HSL:
        353°, 100.0000%, 53.5294%
        HSV (HSB):
        353°, 92.9412%, 100.0000%
        XYZ:
        41.9494, 21.8899, 4.5990
        xyY:
        0.6130, 0.3198, 21.8899
      CIE-Lab:
        53.9100, 79.3491, 50.8830
        CIE-LCH:
        53.9100, 94.2622, 32.6702
        CIE-Luv:
        53.9100, 167.5167, 31.2440
        Hunter-Lab:
        46.7866, 78.1687, 26.9226
      #ff122e color charts
#ff122e RGB chart
      #ff122e CMYK chart
      #ff122e RGB pie chart
      #ff122e color shades, tints & tones
#ff122e color schemes
#ff122e color preview, HTML & CSS examples
           This text has a color of #ff122e        
        
          <p style="color:#ff122e;">Text here</p>
        
        
          .mytext {color:#ff122e;}
        
        Text color #ff122e
      
           This box has a color of #ff122e        
        
          <div style="background-color:#ff122e;">Content here</div>
        
        
          .mybackground {background-color:#ff122e;}
        
        Background color #ff122e
      
           Border around this has a color of #ff122e        
        
          <div style="border:2px solid #ff122e;">Content here</div>
        
        
          .myborder {border:2px solid #ff122e;}
        
        Border color #ff122e