Shades of Torch Red #FF0012
Tints of Torch Red #FF0012
RGB
CMYK
RGB Variations
Color information
#FF0012 (or 0xFF0012) is known color: 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
| RGB | 255 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.93 | 0 |
| HSL | 355.76º | 1% | 0.5% | - |
| HSV(B) | 355.76º | 1% | 1% | - |
| XYZ | 41.35 | 21.3 | 2.5 | - |
| YUV | 78.3 | 93.98 | 254.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 18 | 0 | 1 | 0.93 | 0 | 355.76 | 1 | 0.5 |
| Hex | FF | 0 | 12 | 0 | 64 | 5D | 0 | 164 | 64 | 32 |
| Octal | 377 | 0 | 22 | 0 | 144 | 135 | 0 | 544 | 144 | 62 |
| Binary | 11111111 | 0 | 10010 | 0 | 1100100 | 1011101 | 0 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FF0012
Complementary color
Monochromatic Colors of #FF0012
Black with #FF0012
Text Example
Text Example
White with #FF0012
Text Example
Text Example
HTML Codes & Css Web 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>