#ff0c02 color space conversions
Hex:
        #ff0c02
        RGB:
        255, 12, 2
        CMY:
        0, 95, 99
        CMYK:
        0, 95, 99, 0
      HSL:
        2°, 100.0000%, 50.3922%
        HSV (HSB):
        2°, 99.2157%, 100.0000%
        XYZ:
        41.3824, 21.5273, 2.0315
        xyY:
        0.6372, 0.3315, 21.5273
      CIE-Lab:
        53.5219, 79.2990, 66.8195
        CIE-LCH:
        53.5219, 103.6975, 40.1184
        CIE-Luv:
        53.5219, 173.2993, 38.0972
        Hunter-Lab:
        46.3976, 78.0102, 29.8823
      #ff0c02 color charts
#ff0c02 RGB chart
      #ff0c02 CMYK chart
      #ff0c02 RGB pie chart
      #ff0c02 color shades, tints & tones
#ff0c02 color schemes
#ff0c02 color preview, HTML & CSS examples
           This text has a color of #ff0c02        
        
          <p style="color:#ff0c02;">Text here</p>
        
        
          .mytext {color:#ff0c02;}
        
        Text color #ff0c02
      
           This box has a color of #ff0c02        
        
          <div style="background-color:#ff0c02;">Content here</div>
        
        
          .mybackground {background-color:#ff0c02;}
        
        Background color #ff0c02
      
           Border around this has a color of #ff0c02        
        
          <div style="border:2px solid #ff0c02;">Content here</div>
        
        
          .myborder {border:2px solid #ff0c02;}
        
        Border color #ff0c02