Shades of Torch Red #F7112F
Tints of Torch Red #F7112F
RGB
CMYK
RGB Variations
Color information
#F7112F (or 0xF7112F) is known color: Torch Red. HEX triplet: F7, 11 and 2F. RGB value is (247,17,47). Sum of RGB (Red+Green+Blue) = 247+17+47=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F7112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7112F is #08EED0. Grayscale: #595959. Windows color (decimal): -585425 or 3084791. OLE color: 3084791.
HSL color Cylindrical-coordinate representation of color #F7112F: hue angle of 352.17º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7112F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 47 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.03 |
| HSL | 352.17º | 0.93% | 0.52% | - |
| HSV(B) | 352.17º | 0.93% | 0.97% | - |
| XYZ | 39.07 | 20.38 | 4.56 | - |
| YUV | 89.19 | 104.2 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 47 | 0 | 0.93 | 0.81 | 0.03 | 352.17 | 0.93 | 0.52 |
| Hex | F7 | 11 | 2F | 0 | 5D | 51 | 3 | 160 | 5D | 34 |
| Octal | 367 | 21 | 57 | 0 | 135 | 121 | 3 | 540 | 135 | 64 |
| Binary | 11110111 | 10001 | 101111 | 0 | 1011101 | 1010001 | 11 | 101100000 | 1011101 | 110100 |
Color Harmonies of #F7112F
Complementary color
Monochromatic Colors of #F7112F
Black with #F7112F
Text Example
Text Example
White with #F7112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7112F; }
p { color: rgb(247,17,47); }
H1.HeaderClassName
{
color: #F7112F;
}
.AnyTagClassName
{
color: #F7112F;
}
</style>
background-color css
<style>
a { background-color: #F7112F; }
a { background-color: rgb(247,17,47); }
div.DivClassName
{
background-color: #F7112F;
}
.BgClassName
{
background-color: #F7112F;
}
</style>
border-color css
<style>
span { border-color: #F7112F; }
span { border-color: rgb(247,17,47); }
td.TdClassName
{
border-color: #F7112F;
}
.TagClassName
{
border-color: #F7112F;
}
</style>