#FF0012

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

Shades of Torch Red #FF0012

Tints of Torch Red #FF0012

Color information

#FF0012 (or 0xFF0012) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 12. RGB value is (255,0,18). Sum of RGB (Red+Green+Blue) = 255+0+18=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0012 is #00FFED. Grayscale: #4E4E4E. Windows color (decimal): -65518 or 1179903. OLE color: 1179903.

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

Color convert

RGB255018-
CMYK010.930
HSL355.76º100%50%-
HSV(B)355.76º100%100%-
XYZ41.3521.32.5-
YUV78.393.98254.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 93.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=93.41%
G=0%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255018010.930355.7610050
HexFF0120645D01646432
Octal3770220144135054414462
Binary1111111101001001100100101110101011001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0012; }

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

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

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

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

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

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

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

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