Html Css Color HEX #FC0808 Red

📋 copy color: '#FC0808'

red 252 ◦ green 8 ◦ blue 8

#FC0808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FC0808

Tints of Red #FC0808

RGB

 RED value IS 252 (98.83% from 255) = 94.03%

 GREEN value IS 8 (3.52% from 255) = 2.99%

 BLUE value IS 8 (3.52% from 255) = 2.99%

R = 94.03%
G = 2.99%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC0808 (or 0xFC0808) is known color: Red. HEX triplet: FC, 08 and 08. RGB value is (252,8,8). Sum of RGB (Red+Green+Blue) = 252+8+8=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0808 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0808 is #03F7F7. Grayscale: #515151. Windows color (decimal): -260088 or 526588. OLE color: 526588.

HSL color Cylindrical-coordinate representation of color #FC0808: hue angle of 0º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0808 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 8 8 -
CMYK 0 0.97 0.97 0.01
HSL 0.98% 0.51% -
HSV(B) 0.97% 0.99% -
XYZ 40.28 20.89 2.14 -
YUV 80.96 86.84 250 -
System Red Green Blue C M Y K H S L
Decimal 252 8 8 0 0.97 0.97 0.01 0 0.98 0.51
Hex FC 8 8 0 61 61 1 0 62 33
Octal 374 10 10 0 141 141 1 0 142 63
Binary 11111100 1000 1000 0 1100001 1100001 1 0 1100010 110011

Color Harmonies of #FC0808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0808

Black with #FC0808

Text Example


Text Example

White with #FC0808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0808; }

 p { color: rgb(252,8,8); }

 H1.HeaderClassName
 {
   color: #FC0808;
 }
 .AnyTagClassName
 {
   color: #FC0808;
 }
</style>

background-color css

<style>
 a { background-color: #FC0808; }

 a { background-color: rgb(252,8,8); }

 div.DivClassName
 {
   background-color: #FC0808;
 }
 .BgClassName
 {
   background-color: #FC0808;
 }
</style>

border-color css

<style>
 span { border-color: #FC0808; }

 span { border-color: rgb(252,8,8); }

 td.TdClassName
 {
   border-color: #FC0808;
 }
 .TagClassName
 {
   border-color: #FC0808;
 }
</style>