#FF0000 Information

#FF0000 color RGB value is (255 , 0 , 0) , HEX triplet: ff, 0 and 0. RGB value is (255 , 0 , 0). Sum of RGB (Red+Green+Blue) = 255+0+0=255 (Red value is 255 (100% from 255 or 118.6% from 215); Green value is 0 (0% from 255 or 0% from 215); Blue value is 0 (0% from 255 or 0% from 215); Max value from RGB is 255 - color contains mainly: Red . Cylindrical-coordinate representations (also known as HSL) of color #FF0000 hue: 0 , saturation: 1 and the lightness value of ff0000 is 0.5.

#ff0000
(255 , 0 , 0)
  • R (255)
  • G (0)
  • B (0)
  • C (0)
  • M (100)
  • Y (100)
  • K (0)

Applying the #ff0000

You are awesome !

If you don't really have a dream, you can't really push yourself you don't really know what the target is.

Color spaces of #ff0000

Type Values
RGB 255 0 0
HSL 0 1 0.5
HSV 0 100 100
CMYK 0 100 100 0
XYZ 41.24 21.26 1.93
Hunter Lab 46.1086 78.9624 29.7944
CIE-Lab 53.2329 80.1093 67.2201

Base Numbers

BaseRedGreenBlue
Decimal 255 0 0
Binary 11111111 0 0
Octal 377 0 0
Hex FF 0 0

Monochromatic Colors

Triadic Colors

Analogous Colors

Complementary Colors

Related Colors

#ff0000 Preview on Black Background

You are Awesome !!

Gradient Power

  • Monochromatic Gradient

  • Triadic Gradient

  • Analogous Gradient

  • Related Color Gradient

#FF0000 Color CSS Codes

You are Awesome !!

Text Color Example

<p style="color:#ff0000">Text here</p>
                                    
You are Awesome !!

Background Color Example

<p style="background:#ff0000">Text here</p>
                                    
You are Awesome !!

Border Color Example

<p style="border:2px solid #ff0000">You are Awesome</p>
                                    
You are Awesome !!

Box & Text Shadow Color Example

<p style="text-shadow: 1px 1px 1px #ff0000;
box-shadow: 1px 1px 4px #ff0000">You are Awesome</p>