Shades of Torch Red #FF163A
Tints of Torch Red #FF163A
RGB
CMYK
RGB Variations
Color information
#FF163A (or 0xFF163A) is known color: Torch Red. HEX triplet: FF, 16 and 3A. RGB value is (255,22,58). Sum of RGB (Red+Green+Blue) = 255+22+58=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF163A is #00E9C5. Grayscale: #5F5F5F. Windows color (decimal): -59846 or 3806975. OLE color: 3806975.
HSL color Cylindrical-coordinate representation of color #FF163A: hue angle of 350.73º 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 #FF163A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 58 | - |
| CMYK | 0 | 0.91 | 0.77 | 0 |
| HSL | 350.73º | 1% | 0.54% | - |
| HSV(B) | 350.73º | 0.91% | 1% | - |
| XYZ | 42.29 | 22.14 | 6.05 | - |
| YUV | 95.77 | 106.69 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 58 | 0 | 0.91 | 0.77 | 0 | 350.73 | 1 | 0.54 |
| Hex | FF | 16 | 3A | 0 | 5B | 4D | 0 | 15F | 64 | 36 |
| Octal | 377 | 26 | 72 | 0 | 133 | 115 | 0 | 537 | 144 | 66 |
| Binary | 11111111 | 10110 | 111010 | 0 | 1011011 | 1001101 | 0 | 101011111 | 1100100 | 110110 |
Color Harmonies of #FF163A
Complementary color
Monochromatic Colors of #FF163A
Black with #FF163A
Text Example
Text Example
White with #FF163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF163A; }
p { color: rgb(255,22,58); }
H1.HeaderClassName
{
color: #FF163A;
}
.AnyTagClassName
{
color: #FF163A;
}
</style>
background-color css
<style>
a { background-color: #FF163A; }
a { background-color: rgb(255,22,58); }
div.DivClassName
{
background-color: #FF163A;
}
.BgClassName
{
background-color: #FF163A;
}
</style>
border-color css
<style>
span { border-color: #FF163A; }
span { border-color: rgb(255,22,58); }
td.TdClassName
{
border-color: #FF163A;
}
.TagClassName
{
border-color: #FF163A;
}
</style>