Shades of Torch Red #FF163F
Tints of Torch Red #FF163F
RGB
CMYK
RGB Variations
Color information
#FF163F (or 0xFF163F) is known color: Torch Red. HEX triplet: FF, 16 and 3F. RGB value is (255,22,63). Sum of RGB (Red+Green+Blue) = 255+22+63=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF163F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF163F is #00E9C0. Grayscale: #606060. Windows color (decimal): -59841 or 4134655. OLE color: 4134655.
HSL color Cylindrical-coordinate representation of color #FF163F: hue angle of 349.44º 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 #FF163F is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 63 | - |
| CMYK | 0 | 0.91 | 0.75 | 0 |
| HSL | 349.44º | 1% | 0.54% | - |
| HSV(B) | 349.44º | 0.91% | 1% | - |
| XYZ | 42.42 | 22.19 | 6.75 | - |
| YUV | 96.34 | 109.19 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 63 | 0 | 0.91 | 0.75 | 0 | 349.44 | 1 | 0.54 |
| Hex | FF | 16 | 3F | 0 | 5B | 4B | 0 | 15D | 64 | 36 |
| Octal | 377 | 26 | 77 | 0 | 133 | 113 | 0 | 535 | 144 | 66 |
| Binary | 11111111 | 10110 | 111111 | 0 | 1011011 | 1001011 | 0 | 101011101 | 1100100 | 110110 |
Color Harmonies of #FF163F
Complementary color
Monochromatic Colors of #FF163F
Black with #FF163F
Text Example
Text Example
White with #FF163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF163F; }
p { color: rgb(255,22,63); }
H1.HeaderClassName
{
color: #FF163F;
}
.AnyTagClassName
{
color: #FF163F;
}
</style>
background-color css
<style>
a { background-color: #FF163F; }
a { background-color: rgb(255,22,63); }
div.DivClassName
{
background-color: #FF163F;
}
.BgClassName
{
background-color: #FF163F;
}
</style>
border-color css
<style>
span { border-color: #FF163F; }
span { border-color: rgb(255,22,63); }
td.TdClassName
{
border-color: #FF163F;
}
.TagClassName
{
border-color: #FF163F;
}
</style>