Shades of Torch Red #F7162F
Tints of Torch Red #F7162F
RGB
CMYK
RGB Variations
Color information
#F7162F (or 0xF7162F) is known color: Torch Red. HEX triplet: F7, 16 and 2F. RGB value is (247,22,47). Sum of RGB (Red+Green+Blue) = 247+22+47=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F7162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7162F is #08E9D0. Grayscale: #5C5C5C. Windows color (decimal): -584145 or 3086071. OLE color: 3086071.
HSL color Cylindrical-coordinate representation of color #F7162F: hue angle of 353.33º 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 #F7162F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.03 |
| HSL | 353.33º | 0.93% | 0.53% | - |
| HSV(B) | 353.33º | 0.91% | 0.97% | - |
| XYZ | 39.16 | 20.55 | 4.59 | - |
| YUV | 92.13 | 102.54 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 47 | 0 | 0.91 | 0.81 | 0.03 | 353.33 | 0.93 | 0.53 |
| Hex | F7 | 16 | 2F | 0 | 5B | 51 | 3 | 161 | 5D | 35 |
| Octal | 367 | 26 | 57 | 0 | 133 | 121 | 3 | 541 | 135 | 65 |
| Binary | 11110111 | 10110 | 101111 | 0 | 1011011 | 1010001 | 11 | 101100001 | 1011101 | 110101 |
Color Harmonies of #F7162F
Complementary color
Monochromatic Colors of #F7162F
Black with #F7162F
Text Example
Text Example
White with #F7162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7162F; }
p { color: rgb(247,22,47); }
H1.HeaderClassName
{
color: #F7162F;
}
.AnyTagClassName
{
color: #F7162F;
}
</style>
background-color css
<style>
a { background-color: #F7162F; }
a { background-color: rgb(247,22,47); }
div.DivClassName
{
background-color: #F7162F;
}
.BgClassName
{
background-color: #F7162F;
}
</style>
border-color css
<style>
span { border-color: #F7162F; }
span { border-color: rgb(247,22,47); }
td.TdClassName
{
border-color: #F7162F;
}
.TagClassName
{
border-color: #F7162F;
}
</style>