Shades of Torch Red #F5162E
Tints of Torch Red #F5162E
RGB
CMYK
RGB Variations
Color information
#F5162E (or 0xF5162E) is known color: Torch Red. HEX triplet: F5, 16 and 2E. RGB value is (245,22,46). Sum of RGB (Red+Green+Blue) = 245+22+46=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5162E is #0AE9D1. Grayscale: #5B5B5B. Windows color (decimal): -715218 or 3020533. OLE color: 3020533.
HSL color Cylindrical-coordinate representation of color #F5162E: hue angle of 353.54º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5162E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 46 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.04 |
| HSL | 353.54º | 0.92% | 0.52% | - |
| HSV(B) | 353.54º | 0.91% | 0.96% | - |
| XYZ | 38.44 | 20.18 | 4.45 | - |
| YUV | 91.41 | 102.38 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 46 | 0 | 0.91 | 0.81 | 0.04 | 353.54 | 0.92 | 0.52 |
| Hex | F5 | 16 | 2E | 0 | 5B | 51 | 4 | 162 | 5C | 34 |
| Octal | 365 | 26 | 56 | 0 | 133 | 121 | 4 | 542 | 134 | 64 |
| Binary | 11110101 | 10110 | 101110 | 0 | 1011011 | 1010001 | 100 | 101100010 | 1011100 | 110100 |
Color Harmonies of #F5162E
Complementary color
Monochromatic Colors of #F5162E
Black with #F5162E
Text Example
Text Example
White with #F5162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5162E; }
p { color: rgb(245,22,46); }
H1.HeaderClassName
{
color: #F5162E;
}
.AnyTagClassName
{
color: #F5162E;
}
</style>
background-color css
<style>
a { background-color: #F5162E; }
a { background-color: rgb(245,22,46); }
div.DivClassName
{
background-color: #F5162E;
}
.BgClassName
{
background-color: #F5162E;
}
</style>
border-color css
<style>
span { border-color: #F5162E; }
span { border-color: rgb(245,22,46); }
td.TdClassName
{
border-color: #F5162E;
}
.TagClassName
{
border-color: #F5162E;
}
</style>