Shades of Torch Red #F7112A
Tints of Torch Red #F7112A
RGB
CMYK
RGB Variations
Color information
#F7112A (or 0xF7112A) is known color: Torch Red. HEX triplet: F7, 11 and 2A. RGB value is (247,17,42). Sum of RGB (Red+Green+Blue) = 247+17+42=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F7112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7112A is #08EED5. Grayscale: #585858. Windows color (decimal): -585430 or 2757111. OLE color: 2757111.
HSL color Cylindrical-coordinate representation of color #F7112A: hue angle of 353.48º 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 #F7112A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 42 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.03 |
| HSL | 353.48º | 0.93% | 0.52% | - |
| HSV(B) | 353.48º | 0.93% | 0.97% | - |
| XYZ | 38.98 | 20.34 | 4.06 | - |
| YUV | 88.62 | 101.7 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 42 | 0 | 0.93 | 0.83 | 0.03 | 353.48 | 0.93 | 0.52 |
| Hex | F7 | 11 | 2A | 0 | 5D | 53 | 3 | 161 | 5D | 34 |
| Octal | 367 | 21 | 52 | 0 | 135 | 123 | 3 | 541 | 135 | 64 |
| Binary | 11110111 | 10001 | 101010 | 0 | 1011101 | 1010011 | 11 | 101100001 | 1011101 | 110100 |
Color Harmonies of #F7112A
Complementary color
Monochromatic Colors of #F7112A
Black with #F7112A
Text Example
Text Example
White with #F7112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7112A; }
p { color: rgb(247,17,42); }
H1.HeaderClassName
{
color: #F7112A;
}
.AnyTagClassName
{
color: #F7112A;
}
</style>
background-color css
<style>
a { background-color: #F7112A; }
a { background-color: rgb(247,17,42); }
div.DivClassName
{
background-color: #F7112A;
}
.BgClassName
{
background-color: #F7112A;
}
</style>
border-color css
<style>
span { border-color: #F7112A; }
span { border-color: rgb(247,17,42); }
td.TdClassName
{
border-color: #F7112A;
}
.TagClassName
{
border-color: #F7112A;
}
</style>