#ff123e color space conversions
Hex:
        #ff123e
        RGB:
        255, 18, 62
        CMY:
        0, 93, 76
        CMYK:
        0, 93, 76, 0
      HSL:
        349°, 100.0000%, 53.5294%
        HSV (HSB):
        349°, 92.9412%, 100.0000%
        XYZ:
        42.3258, 22.0404, 6.5808
        xyY:
        0.5966, 0.3107, 22.0404
      CIE-Lab:
        54.0699, 79.7950, 42.3220
        CIE-LCH:
        54.0699, 90.3238, 27.9408
        CIE-Luv:
        54.0699, 163.9985, 25.8842
        Hunter-Lab:
        46.9472, 78.7711, 24.5521
      #ff123e color charts
#ff123e RGB chart
      #ff123e CMYK chart
      #ff123e RGB pie chart
      #ff123e color shades, tints & tones
#ff123e color schemes
#ff123e color preview, HTML & CSS examples
           This text has a color of #ff123e        
        
          <p style="color:#ff123e;">Text here</p>
        
        
          .mytext {color:#ff123e;}
        
        Text color #ff123e
      
           This box has a color of #ff123e        
        
          <div style="background-color:#ff123e;">Content here</div>
        
        
          .mybackground {background-color:#ff123e;}
        
        Background color #ff123e
      
           Border around this has a color of #ff123e        
        
          <div style="border:2px solid #ff123e;">Content here</div>
        
        
          .myborder {border:2px solid #ff123e;}
        
        Border color #ff123e