Shades of Torch Red #F7113B
Tints of Torch Red #F7113B
RGB
CMYK
RGB Variations
Color information
#F7113B (or 0xF7113B) is known color: Torch Red. HEX triplet: F7, 11 and 3B. RGB value is (247,17,59). Sum of RGB (Red+Green+Blue) = 247+17+59=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F7113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7113B is #08EEC4. Grayscale: #5A5A5A. Windows color (decimal): -585413 or 3871223. OLE color: 3871223.
HSL color Cylindrical-coordinate representation of color #F7113B: hue angle of 349.04º 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 #F7113B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 59 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.03 |
| HSL | 349.04º | 0.93% | 0.52% | - |
| HSV(B) | 349.04º | 0.93% | 0.97% | - |
| XYZ | 39.35 | 20.49 | 6.02 | - |
| YUV | 90.56 | 110.2 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 59 | 0 | 0.93 | 0.76 | 0.03 | 349.04 | 0.93 | 0.52 |
| Hex | F7 | 11 | 3B | 0 | 5D | 4C | 3 | 15D | 5D | 34 |
| Octal | 367 | 21 | 73 | 0 | 135 | 114 | 3 | 535 | 135 | 64 |
| Binary | 11110111 | 10001 | 111011 | 0 | 1011101 | 1001100 | 11 | 101011101 | 1011101 | 110100 |
Color Harmonies of #F7113B
Complementary color
Monochromatic Colors of #F7113B
Black with #F7113B
Text Example
Text Example
White with #F7113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7113B; }
p { color: rgb(247,17,59); }
H1.HeaderClassName
{
color: #F7113B;
}
.AnyTagClassName
{
color: #F7113B;
}
</style>
background-color css
<style>
a { background-color: #F7113B; }
a { background-color: rgb(247,17,59); }
div.DivClassName
{
background-color: #F7113B;
}
.BgClassName
{
background-color: #F7113B;
}
</style>
border-color css
<style>
span { border-color: #F7113B; }
span { border-color: rgb(247,17,59); }
td.TdClassName
{
border-color: #F7113B;
}
.TagClassName
{
border-color: #F7113B;
}
</style>