Html Css Color HEX #FC0112 Torch Red

📋 copy color: '#FC0112'

red 252 ◦ green 1 ◦ blue 18

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

Shades of Torch Red #FC0112

Tints of Torch Red #FC0112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 92.99%
G = 0.37%
B = 6.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC0112 (or 0xFC0112) is known color: Torch Red. HEX triplet: FC, 01 and 12. RGB value is (252,1,18). Sum of RGB (Red+Green+Blue) = 252+1+18=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0112 is #03FEED. Grayscale: #4E4E4E. Windows color (decimal): -261870 or 1180156. OLE color: 1180156.

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

Color convert

RGB 252 1 18 -
CMYK 0 1.00 0.93 0.01
HSL 355.94º 0.99% 0.5% -
HSV(B) 355.94º 1% 0.99% -
XYZ 40.26 20.76 2.46 -
YUV 77.99 94.16 252.12 -
System Red Green Blue C M Y K H S L
Decimal 252 1 18 0 1.00 0.93 0.01 355.94 0.99 0.5
Hex FC 1 12 0 64 5D 1 164 63 32
Octal 374 1 22 0 144 135 1 544 143 62
Binary 11111100 1 10010 0 1100100 1011101 1 101100100 1100011 110010

Color Harmonies of #FC0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0112

Black with #FC0112

Text Example


Text Example

White with #FC0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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