Shades of Torch Red #FF164C
Tints of Torch Red #FF164C
RGB
CMYK
RGB Variations
Color information
#FF164C (or 0xFF164C) is known color: Torch Red. HEX triplet: FF, 16 and 4C. RGB value is (255,22,76). Sum of RGB (Red+Green+Blue) = 255+22+76=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF164C is #00E9B3. Grayscale: #616161. Windows color (decimal): -59828 or 4986623. OLE color: 4986623.
HSL color Cylindrical-coordinate representation of color #FF164C: hue angle of 346.09º 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 #FF164C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 76 | - |
| CMYK | 0 | 0.91 | 0.70 | 0 |
| HSL | 346.09º | 1% | 0.54% | - |
| HSV(B) | 346.09º | 0.91% | 1% | - |
| XYZ | 42.83 | 22.36 | 8.9 | - |
| YUV | 97.82 | 115.69 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 76 | 0 | 0.91 | 0.70 | 0 | 346.09 | 1 | 0.54 |
| Hex | FF | 16 | 4C | 0 | 5B | 46 | 0 | 15A | 64 | 36 |
| Octal | 377 | 26 | 114 | 0 | 133 | 106 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10110 | 1001100 | 0 | 1011011 | 1000110 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF164C
Complementary color
Monochromatic Colors of #FF164C
Black with #FF164C
Text Example
Text Example
White with #FF164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF164C; }
p { color: rgb(255,22,76); }
H1.HeaderClassName
{
color: #FF164C;
}
.AnyTagClassName
{
color: #FF164C;
}
</style>
background-color css
<style>
a { background-color: #FF164C; }
a { background-color: rgb(255,22,76); }
div.DivClassName
{
background-color: #FF164C;
}
.BgClassName
{
background-color: #FF164C;
}
</style>
border-color css
<style>
span { border-color: #FF164C; }
span { border-color: rgb(255,22,76); }
td.TdClassName
{
border-color: #FF164C;
}
.TagClassName
{
border-color: #FF164C;
}
</style>