Shades of Torch Red #FF161B
Tints of Torch Red #FF161B
RGB
CMYK
RGB Variations
Color information
#FF161B (or 0xFF161B) is known color: Torch Red. HEX triplet: FF, 16 and 1B. RGB value is (255,22,27). Sum of RGB (Red+Green+Blue) = 255+22+27=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF161B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF161B is #00E9E4. Grayscale: #5C5C5C. Windows color (decimal): -59877 or 1775359. OLE color: 1775359.
HSL color Cylindrical-coordinate representation of color #FF161B: hue angle of 358.71º 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 #FF161B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 27 | - |
| CMYK | 0 | 0.91 | 0.89 | 0 |
| HSL | 358.71º | 1% | 0.54% | - |
| HSV(B) | 358.71º | 0.91% | 1% | - |
| XYZ | 41.72 | 21.91 | 3.07 | - |
| YUV | 92.24 | 91.19 | 244.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 27 | 0 | 0.91 | 0.89 | 0 | 358.71 | 1 | 0.54 |
| Hex | FF | 16 | 1B | 0 | 5B | 59 | 0 | 167 | 64 | 36 |
| Octal | 377 | 26 | 33 | 0 | 133 | 131 | 0 | 547 | 144 | 66 |
| Binary | 11111111 | 10110 | 11011 | 0 | 1011011 | 1011001 | 0 | 101100111 | 1100100 | 110110 |
Color Harmonies of #FF161B
Complementary color
Monochromatic Colors of #FF161B
Black with #FF161B
Text Example
Text Example
White with #FF161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF161B; }
p { color: rgb(255,22,27); }
H1.HeaderClassName
{
color: #FF161B;
}
.AnyTagClassName
{
color: #FF161B;
}
</style>
background-color css
<style>
a { background-color: #FF161B; }
a { background-color: rgb(255,22,27); }
div.DivClassName
{
background-color: #FF161B;
}
.BgClassName
{
background-color: #FF161B;
}
</style>
border-color css
<style>
span { border-color: #FF161B; }
span { border-color: rgb(255,22,27); }
td.TdClassName
{
border-color: #FF161B;
}
.TagClassName
{
border-color: #FF161B;
}
</style>