Html Css Color HEX #FC1003 Red

📋 copy color: '#FC1003'

red 252 ◦ green 16 ◦ blue 3

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

Shades of Red #FC1003

Tints of Red #FC1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 92.99%
G = 5.9%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC1003 (or 0xFC1003) is known color: Red. HEX triplet: FC, 10 and 03. RGB value is (252,16,3). Sum of RGB (Red+Green+Blue) = 252+16+3=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1003 is #03EFFC. Grayscale: #555555. Windows color (decimal): -258045 or 200956. OLE color: 200956.

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

Color convert

RGB 252 16 3 -
CMYK 0 0.94 0.99 0.01
HSL 3.13º 0.98% 0.5% -
HSV(B) 3.13º 0.99% 0.99% -
XYZ 40.35 21.07 2.03 -
YUV 85.08 81.69 247.06 -
System Red Green Blue C M Y K H S L
Decimal 252 16 3 0 0.94 0.99 0.01 3.13 0.98 0.5
Hex FC 10 3 0 5E 63 1 3 62 32
Octal 374 20 3 0 136 143 1 3 142 62
Binary 11111100 10000 11 0 1011110 1100011 1 11 1100010 110010

Color Harmonies of #FC1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1003

Black with #FC1003

Text Example


Text Example

White with #FC1003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1003; }

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

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

background-color css

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

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

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

border-color css

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

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

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