Html Css Color HEX #FC1002 Red

📋 copy color: '#FC1002'

red 252 ◦ green 16 ◦ blue 2

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

Shades of Red #FC1002

Tints of Red #FC1002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 93.33%
G = 5.93%
B = 0.74%

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

#FC1002 (or 0xFC1002) is known color: Red. HEX triplet: FC, 10 and 02. RGB value is (252,16,2). Sum of RGB (Red+Green+Blue) = 252+16+2=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1002 is #03EFFD. Grayscale: #555555. Windows color (decimal): -258046 or 135420. OLE color: 135420.

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

Color convert

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

Color Harmonies of #FC1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1002

Black with #FC1002

Text Example


Text Example

White with #FC1002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1002; }

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

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

background-color css

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

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

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

border-color css

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

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

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