Html Css Color HEX #FC120D Red

📋 copy color: '#FC120D'

red 252 ◦ green 18 ◦ blue 13

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

Shades of Red #FC120D

Tints of Red #FC120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 89.05%
G = 6.36%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC120D (or 0xFC120D) is known color: Red. HEX triplet: FC, 12 and 0D. RGB value is (252,18,13). Sum of RGB (Red+Green+Blue) = 252+18+13=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC120D is #03EDF2. Grayscale: #575757. Windows color (decimal): -257523 or 856828. OLE color: 856828.

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

Color convert

RGB 252 18 13 -
CMYK 0 0.93 0.95 0.01
HSL 1.26º 0.98% 0.52% -
HSV(B) 1.26º 0.95% 0.99% -
XYZ 40.43 21.16 2.33 -
YUV 87.4 86.02 245.41 -
System Red Green Blue C M Y K H S L
Decimal 252 18 13 0 0.93 0.95 0.01 1.26 0.98 0.52
Hex FC 12 D 0 5D 5F 1 1 62 34
Octal 374 22 15 0 135 137 1 1 142 64
Binary 11111100 10010 1101 0 1011101 1011111 1 1 1100010 110100

Color Harmonies of #FC120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC120D

Black with #FC120D

Text Example


Text Example

White with #FC120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC120D; }

 p { color: rgb(252,18,13); }

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

background-color css

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

 a { background-color: rgb(252,18,13); }

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

border-color css

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

 span { border-color: rgb(252,18,13); }

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