#F00012

Color #F00012 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F00012

Tints of Torch Red #F00012

Color information

#F00012 (or 0xF00012) is unknown color: approx Torch Red. HEX triplet: F0, 00 and 12. RGB value is (240,0,18). Sum of RGB (Red+Green+Blue) = 240+0+18=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F00012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00012 is #0FFFED. Grayscale: #494949. Windows color (decimal): -1048558 or 1179888. OLE color: 1179888.

HSL color Cylindrical-coordinate representation of color #F00012: hue angle of 355.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00012 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB240018-
CMYK010.920.06
HSL355.5º100%47.06%-
HSV(B)355.5º100%94.12%-
XYZ36.0418.572.26-
YUV73.8196.51246.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 93.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=93.02%
G=0%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240018010.920.06355.510047.06
HexF00120645C6164642f
Octal3600220144134654414457
Binary111100000100100110010010111001101011001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00012; }

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

 H1.HeaderClassName
 {
   color: #F00012;
 }
 .AnyTagClassName
 {
   color: #F00012;
 }
</style>
background-color css

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

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

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

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

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

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