Html Css Color HEX #FC0800 Red

📋 copy color: '#FC0800'

red 252 ◦ green 8 ◦ blue 0

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

Shades of Red #FC0800

Tints of Red #FC0800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.92%
G = 3.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC0800 (or 0xFC0800) is known color: Red. HEX triplet: FC, 08 and 00. RGB value is (252,8,0). Sum of RGB (Red+Green+Blue) = 252+8+0=260 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.92% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0800 is #03F7FF. Grayscale: #505050. Windows color (decimal): -260096 or 2300. OLE color: 2300.

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

Color convert

RGB 252 8 0 -
CMYK 0 0.97 1 0.01
HSL 1.9º 1% 0.49% -
HSV(B) 1.9º 1% 0.99% -
XYZ 40.23 20.87 1.91 -
YUV 80.04 82.84 250.65 -
System Red Green Blue C M Y K H S L
Decimal 252 8 0 0 0.97 1 0.01 1.9 1 0.49
Hex FC 8 0 0 61 64 1 2 64 31
Octal 374 10 0 0 141 144 1 2 144 61
Binary 11111100 1000 0 0 1100001 1100100 1 10 1100100 110001

Color Harmonies of #FC0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0800

Black with #FC0800

Text Example


Text Example

White with #FC0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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