#ff132a color space conversions
Hex:
        #ff132a
        RGB:
        255, 19, 42
        CMY:
        0, 93, 84
        CMYK:
        0, 93, 84, 0
      HSL:
        354°, 100.0000%, 53.7255%
        HSV (HSB):
        354°, 92.5490%, 100.0000%
        XYZ:
        41.8908, 21.8929, 4.2084
        xyY:
        0.6161, 0.3220, 21.8929
      CIE-Lab:
        53.9132, 79.1577, 52.9191
        CIE-LCH:
        53.9132, 95.2175, 33.7639
        CIE-Luv:
        53.9132, 168.0447, 32.4084
        Hunter-Lab:
        46.7899, 77.9281, 27.4203
      #ff132a color charts
#ff132a RGB chart
      #ff132a CMYK chart
      #ff132a RGB pie chart
      #ff132a color shades, tints & tones
#ff132a color schemes
#ff132a color preview, HTML & CSS examples
           This text has a color of #ff132a        
        
          <p style="color:#ff132a;">Text here</p>
        
        
          .mytext {color:#ff132a;}
        
        Text color #ff132a
      
           This box has a color of #ff132a        
        
          <div style="background-color:#ff132a;">Content here</div>
        
        
          .mybackground {background-color:#ff132a;}
        
        Background color #ff132a
      
           Border around this has a color of #ff132a        
        
          <div style="border:2px solid #ff132a;">Content here</div>
        
        
          .myborder {border:2px solid #ff132a;}
        
        Border color #ff132a