Shades of Torch Red #FF1516
Tints of Torch Red #FF1516
RGB
CMYK
RGB Variations
Color information
#FF1516 (or 0xFF1516) is known color: Torch Red. HEX triplet: FF, 15 and 16. RGB value is (255,21,22). Sum of RGB (Red+Green+Blue) = 255+21+22=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1516 is #00EAE9. Grayscale: #5B5B5B. Windows color (decimal): -60138 or 1447423. OLE color: 1447423.
HSL color Cylindrical-coordinate representation of color #FF1516: hue angle of 359.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1516 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 22 | - |
| CMYK | 0 | 0.92 | 0.91 | 0 |
| HSL | 359.74º | 1% | 0.54% | - |
| HSV(B) | 359.74º | 0.92% | 1% | - |
| XYZ | 41.65 | 21.85 | 2.78 | - |
| YUV | 91.08 | 89.02 | 244.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 22 | 0 | 0.92 | 0.91 | 0 | 359.74 | 1 | 0.54 |
| Hex | FF | 15 | 16 | 0 | 5C | 5B | 0 | 168 | 64 | 36 |
| Octal | 377 | 25 | 26 | 0 | 134 | 133 | 0 | 550 | 144 | 66 |
| Binary | 11111111 | 10101 | 10110 | 0 | 1011100 | 1011011 | 0 | 101101000 | 1100100 | 110110 |
Color Harmonies of #FF1516
Complementary color
Monochromatic Colors of #FF1516
Black with #FF1516
Text Example
Text Example
White with #FF1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1516; }
p { color: rgb(255,21,22); }
H1.HeaderClassName
{
color: #FF1516;
}
.AnyTagClassName
{
color: #FF1516;
}
</style>
background-color css
<style>
a { background-color: #FF1516; }
a { background-color: rgb(255,21,22); }
div.DivClassName
{
background-color: #FF1516;
}
.BgClassName
{
background-color: #FF1516;
}
</style>
border-color css
<style>
span { border-color: #FF1516; }
span { border-color: rgb(255,21,22); }
td.TdClassName
{
border-color: #FF1516;
}
.TagClassName
{
border-color: #FF1516;
}
</style>