Shades of Torch Red #FF164E
Tints of Torch Red #FF164E
RGB
CMYK
RGB Variations
Color information
#FF164E (or 0xFF164E) is known color: Torch Red. HEX triplet: FF, 16 and 4E. RGB value is (255,22,78). Sum of RGB (Red+Green+Blue) = 255+22+78=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF164E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF164E is #00E9B1. Grayscale: #626262. Windows color (decimal): -59826 or 5117695. OLE color: 5117695.
HSL color Cylindrical-coordinate representation of color #FF164E: hue angle of 345.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF164E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 78 | - |
| CMYK | 0 | 0.91 | 0.69 | 0 |
| HSL | 345.58º | 1% | 0.54% | - |
| HSV(B) | 345.58º | 0.91% | 1% | - |
| XYZ | 42.9 | 22.38 | 9.27 | - |
| YUV | 98.05 | 116.69 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 78 | 0 | 0.91 | 0.69 | 0 | 345.58 | 1 | 0.54 |
| Hex | FF | 16 | 4E | 0 | 5B | 45 | 0 | 15A | 64 | 36 |
| Octal | 377 | 26 | 116 | 0 | 133 | 105 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10110 | 1001110 | 0 | 1011011 | 1000101 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF164E
Complementary color
Monochromatic Colors of #FF164E
Black with #FF164E
Text Example
Text Example
White with #FF164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF164E; }
p { color: rgb(255,22,78); }
H1.HeaderClassName
{
color: #FF164E;
}
.AnyTagClassName
{
color: #FF164E;
}
</style>
background-color css
<style>
a { background-color: #FF164E; }
a { background-color: rgb(255,22,78); }
div.DivClassName
{
background-color: #FF164E;
}
.BgClassName
{
background-color: #FF164E;
}
</style>
border-color css
<style>
span { border-color: #FF164E; }
span { border-color: rgb(255,22,78); }
td.TdClassName
{
border-color: #FF164E;
}
.TagClassName
{
border-color: #FF164E;
}
</style>