Html Css Color HEX #FC0A11 Torch Red

📋 copy color: '#FC0A11'

red 252 ◦ green 10 ◦ blue 17

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

Shades of Torch Red #FC0A11

Tints of Torch Red #FC0A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 90.32%
G = 3.58%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC0A11 (or 0xFC0A11) is known color: Torch Red. HEX triplet: FC, 0A and 11. RGB value is (252,10,17). Sum of RGB (Red+Green+Blue) = 252+10+17=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A11 is #03F5EE. Grayscale: #535353. Windows color (decimal): -259567 or 1116924. OLE color: 1116924.

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

Color convert

RGB 252 10 17 -
CMYK 0 0.96 0.93 0.01
HSL 358.26º 0.98% 0.51% -
HSV(B) 358.26º 0.96% 0.99% -
XYZ 40.35 20.95 2.45 -
YUV 83.16 90.67 248.43 -
System Red Green Blue C M Y K H S L
Decimal 252 10 17 0 0.96 0.93 0.01 358.26 0.98 0.51
Hex FC A 11 0 60 5D 1 166 62 33
Octal 374 12 21 0 140 135 1 546 142 63
Binary 11111100 1010 10001 0 1100000 1011101 1 101100110 1100010 110011

Color Harmonies of #FC0A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A11

Black with #FC0A11

Text Example


Text Example

White with #FC0A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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