Html Css Color HEX #FC0012 Torch Red

📋 copy color: '#FC0012'

red 252 ◦ green 0 ◦ blue 18

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

Shades of Torch Red #FC0012

Tints of Torch Red #FC0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.33%
G = 0%
B = 6.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC0012 (or 0xFC0012) is known color: Torch Red. HEX triplet: FC, 00 and 12. RGB value is (252,0,18). Sum of RGB (Red+Green+Blue) = 252+0+18=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0012 is #03FFED. Grayscale: #4D4D4D. Windows color (decimal): -262126 or 1179900. OLE color: 1179900.

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

Color convert

RGB 252 0 18 -
CMYK 0 1 0.93 0.01
HSL 355.71º 1% 0.49% -
HSV(B) 355.71º 1% 0.99% -
XYZ 40.25 20.74 2.45 -
YUV 77.4 94.49 252.54 -
System Red Green Blue C M Y K H S L
Decimal 252 0 18 0 1 0.93 0.01 355.71 1 0.49
Hex FC 0 12 0 64 5D 1 164 64 31
Octal 374 0 22 0 144 135 1 544 144 61
Binary 11111100 0 10010 0 1100100 1011101 1 101100100 1100100 110001

Color Harmonies of #FC0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0012

Black with #FC0012

Text Example


Text Example

White with #FC0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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