Shades of Torch Red #F7162E
Tints of Torch Red #F7162E
RGB
CMYK
RGB Variations
Color information
#F7162E (or 0xF7162E) is known color: Torch Red. HEX triplet: F7, 16 and 2E. RGB value is (247,22,46). Sum of RGB (Red+Green+Blue) = 247+22+46=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7162E is #08E9D1. Grayscale: #5C5C5C. Windows color (decimal): -584146 or 3020535. OLE color: 3020535.
HSL color Cylindrical-coordinate representation of color #F7162E: hue angle of 353.6º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7162E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 46 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.03 |
| HSL | 353.6º | 0.93% | 0.53% | - |
| HSV(B) | 353.6º | 0.91% | 0.97% | - |
| XYZ | 39.14 | 20.55 | 4.49 | - |
| YUV | 92.01 | 102.04 | 238.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 46 | 0 | 0.91 | 0.81 | 0.03 | 353.6 | 0.93 | 0.53 |
| Hex | F7 | 16 | 2E | 0 | 5B | 51 | 3 | 162 | 5D | 35 |
| Octal | 367 | 26 | 56 | 0 | 133 | 121 | 3 | 542 | 135 | 65 |
| Binary | 11110111 | 10110 | 101110 | 0 | 1011011 | 1010001 | 11 | 101100010 | 1011101 | 110101 |
Color Harmonies of #F7162E
Complementary color
Monochromatic Colors of #F7162E
Black with #F7162E
Text Example
Text Example
White with #F7162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7162E; }
p { color: rgb(247,22,46); }
H1.HeaderClassName
{
color: #F7162E;
}
.AnyTagClassName
{
color: #F7162E;
}
</style>
background-color css
<style>
a { background-color: #F7162E; }
a { background-color: rgb(247,22,46); }
div.DivClassName
{
background-color: #F7162E;
}
.BgClassName
{
background-color: #F7162E;
}
</style>
border-color css
<style>
span { border-color: #F7162E; }
span { border-color: rgb(247,22,46); }
td.TdClassName
{
border-color: #F7162E;
}
.TagClassName
{
border-color: #F7162E;
}
</style>