Shades of Torch Red #FF1116
Tints of Torch Red #FF1116
RGB
CMYK
RGB Variations
Color information
#FF1116 (or 0xFF1116) is known color: Torch Red. HEX triplet: FF, 11 and 16. RGB value is (255,17,22). Sum of RGB (Red+Green+Blue) = 255+17+22=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1116 is #00EEE9. Grayscale: #585858. Windows color (decimal): -61162 or 1446399. OLE color: 1446399.
HSL color Cylindrical-coordinate representation of color #FF1116: hue angle of 358.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1116 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 22 | - |
| CMYK | 0 | 0.93 | 0.91 | 0 |
| HSL | 358.74º | 1% | 0.53% | - |
| HSV(B) | 358.74º | 0.93% | 1% | - |
| XYZ | 41.59 | 21.72 | 2.76 | - |
| YUV | 88.73 | 90.35 | 246.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 22 | 0 | 0.93 | 0.91 | 0 | 358.74 | 1 | 0.53 |
| Hex | FF | 11 | 16 | 0 | 5D | 5B | 0 | 167 | 64 | 35 |
| Octal | 377 | 21 | 26 | 0 | 135 | 133 | 0 | 547 | 144 | 65 |
| Binary | 11111111 | 10001 | 10110 | 0 | 1011101 | 1011011 | 0 | 101100111 | 1100100 | 110101 |
Color Harmonies of #FF1116
Complementary color
Monochromatic Colors of #FF1116
Black with #FF1116
Text Example
Text Example
White with #FF1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1116; }
p { color: rgb(255,17,22); }
H1.HeaderClassName
{
color: #FF1116;
}
.AnyTagClassName
{
color: #FF1116;
}
</style>
background-color css
<style>
a { background-color: #FF1116; }
a { background-color: rgb(255,17,22); }
div.DivClassName
{
background-color: #FF1116;
}
.BgClassName
{
background-color: #FF1116;
}
</style>
border-color css
<style>
span { border-color: #FF1116; }
span { border-color: rgb(255,17,22); }
td.TdClassName
{
border-color: #FF1116;
}
.TagClassName
{
border-color: #FF1116;
}
</style>