#ff380e color space conversions
Hex:
        #ff380e
        RGB:
        255, 56, 14
        CMY:
        0, 78, 95
        CMYK:
        0, 78, 95, 0
      HSL:
        10°, 100.0000%, 52.7451%
        HSV (HSB):
        10°, 94.5098%, 100.0000%
        XYZ:
        42.7334, 24.1201, 2.8188
        xyY:
        0.6133, 0.3462, 24.1201
      CIE-Lab:
        56.2078, 71.8016, 65.3312
        CIE-LCH:
        56.2078, 97.0754, 42.2986
        CIE-Luv:
        56.2078, 157.8701, 41.8650
        Hunter-Lab:
        49.1122, 69.3700, 30.9756
      #ff380e color charts
#ff380e RGB chart
      #ff380e CMYK chart
      #ff380e RGB pie chart
      #ff380e color shades, tints & tones
#ff380e color schemes
#ff380e color preview, HTML & CSS examples
           This text has a color of #ff380e        
        
          <p style="color:#ff380e;">Text here</p>
        
        
          .mytext {color:#ff380e;}
        
        Text color #ff380e
      
           This box has a color of #ff380e        
        
          <div style="background-color:#ff380e;">Content here</div>
        
        
          .mybackground {background-color:#ff380e;}
        
        Background color #ff380e
      
           Border around this has a color of #ff380e        
        
          <div style="border:2px solid #ff380e;">Content here</div>
        
        
          .myborder {border:2px solid #ff380e;}
        
        Border color #ff380e