Html Css Color HEX #FC0A0C Torch Red

📋 copy color: '#FC0A0C'

red 252 ◦ green 10 ◦ blue 12

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

Shades of Torch Red #FC0A0C

Tints of Torch Red #FC0A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 91.97%
G = 3.65%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC0A0C (or 0xFC0A0C) is known color: Torch Red. HEX triplet: FC, 0A and 0C. RGB value is (252,10,12). Sum of RGB (Red+Green+Blue) = 252+10+12=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A0C is #03F5F3. Grayscale: #525252. Windows color (decimal): -259572 or 789244. OLE color: 789244.

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

Color convert

RGB 252 10 12 -
CMYK 0 0.96 0.95 0.01
HSL 359.5º 0.98% 0.51% -
HSV(B) 359.5º 0.96% 0.99% -
XYZ 40.32 20.94 2.26 -
YUV 82.59 88.17 248.84 -
System Red Green Blue C M Y K H S L
Decimal 252 10 12 0 0.96 0.95 0.01 359.5 0.98 0.51
Hex FC A C 0 60 5F 1 168 62 33
Octal 374 12 14 0 140 137 1 550 142 63
Binary 11111100 1010 1100 0 1100000 1011111 1 101101000 1100010 110011

Color Harmonies of #FC0A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A0C

Black with #FC0A0C

Text Example


Text Example

White with #FC0A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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