Html Css Color HEX #FC120C Red

📋 copy color: '#FC120C'

red 252 ◦ green 18 ◦ blue 12

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

Shades of Red #FC120C

Tints of Red #FC120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 89.36%
G = 6.38%
B = 4.26%

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

#FC120C (or 0xFC120C) is known color: Red. HEX triplet: FC, 12 and 0C. RGB value is (252,18,12). Sum of RGB (Red+Green+Blue) = 252+18+12=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC120C is #03EDF3. Grayscale: #575757. Windows color (decimal): -257524 or 791292. OLE color: 791292.

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

Color convert

RGB 252 18 12 -
CMYK 0 0.93 0.95 0.01
HSL 1.5º 0.98% 0.52% -
HSV(B) 1.5º 0.95% 0.99% -
XYZ 40.43 21.15 2.3 -
YUV 87.28 85.52 245.49 -
System Red Green Blue C M Y K H S L
Decimal 252 18 12 0 0.93 0.95 0.01 1.5 0.98 0.52
Hex FC 12 C 0 5D 5F 1 2 62 34
Octal 374 22 14 0 135 137 1 2 142 64
Binary 11111100 10010 1100 0 1011101 1011111 1 10 1100010 110100

Color Harmonies of #FC120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC120C

Black with #FC120C

Text Example


Text Example

White with #FC120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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