Html Css Color HEX #FC0403 Red

📋 copy color: '#FC0403'

red 252 ◦ green 4 ◦ blue 3

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

Shades of Red #FC0403

Tints of Red #FC0403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 97.3%
G = 1.54%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC0403 (or 0xFC0403) is known color: Red. HEX triplet: FC, 04 and 03. RGB value is (252,4,3). Sum of RGB (Red+Green+Blue) = 252+4+3=259 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.30% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0403 is #03FBFC. Grayscale: #4E4E4E. Windows color (decimal): -261117 or 197884. OLE color: 197884.

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

Color convert

RGB 252 4 3 -
CMYK 0 0.98 0.99 0.01
HSL 0.24º 0.98% 0.5% -
HSV(B) 0.24º 0.99% 0.99% -
XYZ 40.2 20.79 1.98 -
YUV 78.04 85.66 252.08 -
System Red Green Blue C M Y K H S L
Decimal 252 4 3 0 0.98 0.99 0.01 0.24 0.98 0.5
Hex FC 4 3 0 62 63 1 0 62 32
Octal 374 4 3 0 142 143 1 0 142 62
Binary 11111100 100 11 0 1100010 1100011 1 0 1100010 110010

Color Harmonies of #FC0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0403

Black with #FC0403

Text Example


Text Example

White with #FC0403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0403; }

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

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

background-color css

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

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

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

border-color css

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

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

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