#ff120f color space conversions
Hex:
        #ff120f
        RGB:
        255, 18, 15
        CMY:
        0, 93, 94
        CMYK:
        0, 93, 94, 0
      HSL:
        1°, 100.0000%, 52.9412%
        HSV (HSB):
        1°, 94.1176%, 100.0000%
        XYZ:
        41.5425, 21.7271, 2.4562
        xyY:
        0.6321, 0.3306, 21.7271
      CIE-Lab:
        53.7363, 78.8630, 63.7245
        CIE-LCH:
        53.7363, 101.3912, 38.9396
        CIE-Luv:
        53.7363, 171.4966, 37.2814
        Hunter-Lab:
        46.6123, 77.5138, 29.5045
      #ff120f color charts
#ff120f RGB chart
      #ff120f CMYK chart
      #ff120f RGB pie chart
      #ff120f color shades, tints & tones
#ff120f color schemes
#ff120f color preview, HTML & CSS examples
           This text has a color of #ff120f        
        
          <p style="color:#ff120f;">Text here</p>
        
        
          .mytext {color:#ff120f;}
        
        Text color #ff120f
      
           This box has a color of #ff120f        
        
          <div style="background-color:#ff120f;">Content here</div>
        
        
          .mybackground {background-color:#ff120f;}
        
        Background color #ff120f
      
           Border around this has a color of #ff120f        
        
          <div style="border:2px solid #ff120f;">Content here</div>
        
        
          .myborder {border:2px solid #ff120f;}
        
        Border color #ff120f