Html Css Color HEX #FC0400 Red

📋 copy color: '#FC0400'

red 252 ◦ green 4 ◦ blue 0

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

Shades of Red #FC0400

Tints of Red #FC0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 98.44%
G = 1.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC0400 (or 0xFC0400) is known color: Red. HEX triplet: FC, 04 and 00. RGB value is (252,4,0). Sum of RGB (Red+Green+Blue) = 252+4+0=256 (33% of max value = 765). Red value is 252 (98.83% from 255 or 98.44% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0400 is #03FBFF. Grayscale: #4D4D4D. Windows color (decimal): -261120 or 1276. OLE color: 1276.

HSL color Cylindrical-coordinate representation of color #FC0400: hue angle of 0.95º 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 #FC0400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 4 0 -
CMYK 0 0.98 1 0.01
HSL 0.95º 1% 0.49% -
HSV(B) 0.95º 1% 0.99% -
XYZ 40.19 20.78 1.89 -
YUV 77.7 84.16 252.33 -
System Red Green Blue C M Y K H S L
Decimal 252 4 0 0 0.98 1 0.01 0.95 1 0.49
Hex FC 4 0 0 62 64 1 1 64 31
Octal 374 4 0 0 142 144 1 1 144 61
Binary 11111100 100 0 0 1100010 1100100 1 1 1100100 110001

Color Harmonies of #FC0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0400

Black with #FC0400

Text Example


Text Example

White with #FC0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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