Shades of Torch Red #FF1216
Tints of Torch Red #FF1216
RGB
CMYK
RGB Variations
Color information
#FF1216 (or 0xFF1216) is known color: Torch Red. HEX triplet: FF, 12 and 16. RGB value is (255,18,22). Sum of RGB (Red+Green+Blue) = 255+18+22=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1216 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1216 is #00EDE9. Grayscale: #595959. Windows color (decimal): -60906 or 1446655. OLE color: 1446655.
HSL color Cylindrical-coordinate representation of color #FF1216: hue angle of 358.99º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1216 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 22 | - |
| CMYK | 0 | 0.93 | 0.91 | 0 |
| HSL | 358.99º | 1% | 0.54% | - |
| HSV(B) | 358.99º | 0.93% | 1% | - |
| XYZ | 41.6 | 21.75 | 2.76 | - |
| YUV | 89.32 | 90.02 | 246.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 22 | 0 | 0.93 | 0.91 | 0 | 358.99 | 1 | 0.54 |
| Hex | FF | 12 | 16 | 0 | 5D | 5B | 0 | 167 | 64 | 36 |
| Octal | 377 | 22 | 26 | 0 | 135 | 133 | 0 | 547 | 144 | 66 |
| Binary | 11111111 | 10010 | 10110 | 0 | 1011101 | 1011011 | 0 | 101100111 | 1100100 | 110110 |
Color Harmonies of #FF1216
Complementary color
Monochromatic Colors of #FF1216
Black with #FF1216
Text Example
Text Example
White with #FF1216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1216; }
p { color: rgb(255,18,22); }
H1.HeaderClassName
{
color: #FF1216;
}
.AnyTagClassName
{
color: #FF1216;
}
</style>
background-color css
<style>
a { background-color: #FF1216; }
a { background-color: rgb(255,18,22); }
div.DivClassName
{
background-color: #FF1216;
}
.BgClassName
{
background-color: #FF1216;
}
</style>
border-color css
<style>
span { border-color: #FF1216; }
span { border-color: rgb(255,18,22); }
td.TdClassName
{
border-color: #FF1216;
}
.TagClassName
{
border-color: #FF1216;
}
</style>