Shades of Torch Red #FF164D
Tints of Torch Red #FF164D
RGB
CMYK
RGB Variations
Color information
#FF164D (or 0xFF164D) is known color: Torch Red. HEX triplet: FF, 16 and 4D. RGB value is (255,22,77). Sum of RGB (Red+Green+Blue) = 255+22+77=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF164D is #00E9B2. Grayscale: #616161. Windows color (decimal): -59827 or 5052159. OLE color: 5052159.
HSL color Cylindrical-coordinate representation of color #FF164D: hue angle of 345.84º 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 #FF164D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.70 | 0 |
| HSL | 345.84º | 1% | 0.54% | - |
| HSV(B) | 345.84º | 0.91% | 1% | - |
| XYZ | 42.87 | 22.37 | 9.08 | - |
| YUV | 97.94 | 116.19 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 77 | 0 | 0.91 | 0.70 | 0 | 345.84 | 1 | 0.54 |
| Hex | FF | 16 | 4D | 0 | 5B | 46 | 0 | 15A | 64 | 36 |
| Octal | 377 | 26 | 115 | 0 | 133 | 106 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10110 | 1001101 | 0 | 1011011 | 1000110 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF164D
Complementary color
Monochromatic Colors of #FF164D
Black with #FF164D
Text Example
Text Example
White with #FF164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF164D; }
p { color: rgb(255,22,77); }
H1.HeaderClassName
{
color: #FF164D;
}
.AnyTagClassName
{
color: #FF164D;
}
</style>
background-color css
<style>
a { background-color: #FF164D; }
a { background-color: rgb(255,22,77); }
div.DivClassName
{
background-color: #FF164D;
}
.BgClassName
{
background-color: #FF164D;
}
</style>
border-color css
<style>
span { border-color: #FF164D; }
span { border-color: rgb(255,22,77); }
td.TdClassName
{
border-color: #FF164D;
}
.TagClassName
{
border-color: #FF164D;
}
</style>