Shades of Torch Red #FF161D
Tints of Torch Red #FF161D
RGB
CMYK
RGB Variations
Color information
#FF161D (or 0xFF161D) is known color: Torch Red. HEX triplet: FF, 16 and 1D. RGB value is (255,22,29). Sum of RGB (Red+Green+Blue) = 255+22+29=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF161D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF161D is #00E9E2. Grayscale: #5C5C5C. Windows color (decimal): -59875 or 1906431. OLE color: 1906431.
HSL color Cylindrical-coordinate representation of color #FF161D: hue angle of 358.2º 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 #FF161D is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 29 | - |
| CMYK | 0 | 0.91 | 0.89 | 0 |
| HSL | 358.2º | 1% | 0.54% | - |
| HSV(B) | 358.2º | 0.91% | 1% | - |
| XYZ | 41.75 | 21.92 | 3.19 | - |
| YUV | 92.47 | 92.19 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 29 | 0 | 0.91 | 0.89 | 0 | 358.2 | 1 | 0.54 |
| Hex | FF | 16 | 1D | 0 | 5B | 59 | 0 | 166 | 64 | 36 |
| Octal | 377 | 26 | 35 | 0 | 133 | 131 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10110 | 11101 | 0 | 1011011 | 1011001 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF161D
Complementary color
Monochromatic Colors of #FF161D
Black with #FF161D
Text Example
Text Example
White with #FF161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF161D; }
p { color: rgb(255,22,29); }
H1.HeaderClassName
{
color: #FF161D;
}
.AnyTagClassName
{
color: #FF161D;
}
</style>
background-color css
<style>
a { background-color: #FF161D; }
a { background-color: rgb(255,22,29); }
div.DivClassName
{
background-color: #FF161D;
}
.BgClassName
{
background-color: #FF161D;
}
</style>
border-color css
<style>
span { border-color: #FF161D; }
span { border-color: rgb(255,22,29); }
td.TdClassName
{
border-color: #FF161D;
}
.TagClassName
{
border-color: #FF161D;
}
</style>