Shades of Torch Red #FF0116
Tints of Torch Red #FF0116
RGB
CMYK
RGB Variations
Color information
#FF0116 (or 0xFF0116) is known color: Torch Red. HEX triplet: FF, 01 and 16. RGB value is (255,1,22). Sum of RGB (Red+Green+Blue) = 255+1+22=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0116 is #00FEE9. Grayscale: #4F4F4F. Windows color (decimal): -65258 or 1442303. OLE color: 1442303.
HSL color Cylindrical-coordinate representation of color #FF0116: hue angle of 355.04º 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 #FF0116 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.91 | 0 |
| HSL | 355.04º | 1% | 0.5% | - |
| HSV(B) | 355.04º | 1% | 1% | - |
| XYZ | 41.4 | 21.34 | 2.7 | - |
| YUV | 79.34 | 95.65 | 253.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 22 | 0 | 1.00 | 0.91 | 0 | 355.04 | 1 | 0.5 |
| Hex | FF | 1 | 16 | 0 | 64 | 5B | 0 | 163 | 64 | 32 |
| Octal | 377 | 1 | 26 | 0 | 144 | 133 | 0 | 543 | 144 | 62 |
| Binary | 11111111 | 1 | 10110 | 0 | 1100100 | 1011011 | 0 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FF0116
Complementary color
Monochromatic Colors of #FF0116
Black with #FF0116
Text Example
Text Example
White with #FF0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0116; }
p { color: rgb(255,1,22); }
H1.HeaderClassName
{
color: #FF0116;
}
.AnyTagClassName
{
color: #FF0116;
}
</style>
background-color css
<style>
a { background-color: #FF0116; }
a { background-color: rgb(255,1,22); }
div.DivClassName
{
background-color: #FF0116;
}
.BgClassName
{
background-color: #FF0116;
}
</style>
border-color css
<style>
span { border-color: #FF0116; }
span { border-color: rgb(255,1,22); }
td.TdClassName
{
border-color: #FF0116;
}
.TagClassName
{
border-color: #FF0116;
}
</style>