Shades of Torch Red #F7113F
Tints of Torch Red #F7113F
RGB
CMYK
RGB Variations
Color information
#F7113F (or 0xF7113F) is known color: Torch Red. HEX triplet: F7, 11 and 3F. RGB value is (247,17,63). Sum of RGB (Red+Green+Blue) = 247+17+63=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F7113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7113F is #08EEC0. Grayscale: #5B5B5B. Windows color (decimal): -585409 or 4133367. OLE color: 4133367.
HSL color Cylindrical-coordinate representation of color #F7113F: hue angle of 348º 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 #F7113F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.03 |
| HSL | 348º | 0.93% | 0.52% | - |
| HSV(B) | 348º | 0.93% | 0.97% | - |
| XYZ | 39.46 | 20.53 | 6.59 | - |
| YUV | 91.01 | 112.2 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 63 | 0 | 0.93 | 0.74 | 0.03 | 348 | 0.93 | 0.52 |
| Hex | F7 | 11 | 3F | 0 | 5D | 4A | 3 | 15C | 5D | 34 |
| Octal | 367 | 21 | 77 | 0 | 135 | 112 | 3 | 534 | 135 | 64 |
| Binary | 11110111 | 10001 | 111111 | 0 | 1011101 | 1001010 | 11 | 101011100 | 1011101 | 110100 |
Color Harmonies of #F7113F
Complementary color
Monochromatic Colors of #F7113F
Black with #F7113F
Text Example
Text Example
White with #F7113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7113F; }
p { color: rgb(247,17,63); }
H1.HeaderClassName
{
color: #F7113F;
}
.AnyTagClassName
{
color: #F7113F;
}
</style>
background-color css
<style>
a { background-color: #F7113F; }
a { background-color: rgb(247,17,63); }
div.DivClassName
{
background-color: #F7113F;
}
.BgClassName
{
background-color: #F7113F;
}
</style>
border-color css
<style>
span { border-color: #F7113F; }
span { border-color: rgb(247,17,63); }
td.TdClassName
{
border-color: #F7113F;
}
.TagClassName
{
border-color: #F7113F;
}
</style>