Shades of Torch Red #F7192B
Tints of Torch Red #F7192B
RGB
CMYK
RGB Variations
Color information
#F7192B (or 0xF7192B) is known color: Torch Red. HEX triplet: F7, 19 and 2B. RGB value is (247,25,43). Sum of RGB (Red+Green+Blue) = 247+25+43=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7192B is #08E6D4. Grayscale: #5D5D5D. Windows color (decimal): -583381 or 2824695. OLE color: 2824695.
HSL color Cylindrical-coordinate representation of color #F7192B: hue angle of 355.14º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7192B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 43 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.03 |
| HSL | 355.14º | 0.93% | 0.53% | - |
| HSV(B) | 355.14º | 0.9% | 0.97% | - |
| XYZ | 39.14 | 20.64 | 4.21 | - |
| YUV | 93.43 | 99.55 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 43 | 0 | 0.90 | 0.83 | 0.03 | 355.14 | 0.93 | 0.53 |
| Hex | F7 | 19 | 2B | 0 | 5A | 53 | 3 | 163 | 5D | 35 |
| Octal | 367 | 31 | 53 | 0 | 132 | 123 | 3 | 543 | 135 | 65 |
| Binary | 11110111 | 11001 | 101011 | 0 | 1011010 | 1010011 | 11 | 101100011 | 1011101 | 110101 |
Color Harmonies of #F7192B
Complementary color
Monochromatic Colors of #F7192B
Black with #F7192B
Text Example
Text Example
White with #F7192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7192B; }
p { color: rgb(247,25,43); }
H1.HeaderClassName
{
color: #F7192B;
}
.AnyTagClassName
{
color: #F7192B;
}
</style>
background-color css
<style>
a { background-color: #F7192B; }
a { background-color: rgb(247,25,43); }
div.DivClassName
{
background-color: #F7192B;
}
.BgClassName
{
background-color: #F7192B;
}
</style>
border-color css
<style>
span { border-color: #F7192B; }
span { border-color: rgb(247,25,43); }
td.TdClassName
{
border-color: #F7192B;
}
.TagClassName
{
border-color: #F7192B;
}
</style>