#ff0708 color space conversions
Hex:
        #ff0708
        RGB:
        255, 7, 8
        CMY:
        0, 97, 97
        CMYK:
        0, 97, 97, 0
      HSL:
        360°, 100.0000%, 51.3725%
        HSV (HSB):
        360°, 97.2549%, 100.0000%
        XYZ:
        41.3598, 21.4295, 2.1861
        xyY:
        0.6365, 0.3298, 21.4295
      CIE-Lab:
        53.4164, 79.6846, 65.3248
        CIE-LCH:
        53.4164, 103.0386, 39.3446
        CIE-Luv:
        53.4164, 173.6500, 37.3761
        Hunter-Lab:
        46.2920, 78.4707, 29.6044
      #ff0708 color charts
#ff0708 RGB chart
      #ff0708 CMYK chart
      #ff0708 RGB pie chart
      #ff0708 color shades, tints & tones
#ff0708 color schemes
#ff0708 color preview, HTML & CSS examples
           This text has a color of #ff0708        
        
          <p style="color:#ff0708;">Text here</p>
        
        
          .mytext {color:#ff0708;}
        
        Text color #ff0708
      
           This box has a color of #ff0708        
        
          <div style="background-color:#ff0708;">Content here</div>
        
        
          .mybackground {background-color:#ff0708;}
        
        Background color #ff0708
      
           Border around this has a color of #ff0708        
        
          <div style="border:2px solid #ff0708;">Content here</div>
        
        
          .myborder {border:2px solid #ff0708;}
        
        Border color #ff0708