Shades of Torch Red #F7191C
Tints of Torch Red #F7191C
RGB
CMYK
RGB Variations
Color information
#F7191C (or 0xF7191C) is known color: Torch Red. HEX triplet: F7, 19 and 1C. RGB value is (247,25,28). Sum of RGB (Red+Green+Blue) = 247+25+28=300 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 247 - color contains mainly: red. Hex color #F7191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7191C is #08E6E3. Grayscale: #5B5B5B. Windows color (decimal): -583396 or 1841655. OLE color: 1841655.
HSL color Cylindrical-coordinate representation of color #F7191C: hue angle of 359.19º 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 #F7191C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 28 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.03 |
| HSL | 359.19º | 0.93% | 0.53% | - |
| HSV(B) | 359.19º | 0.9% | 0.97% | - |
| XYZ | 38.92 | 20.55 | 3.01 | - |
| YUV | 91.72 | 92.05 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 28 | 0 | 0.90 | 0.89 | 0.03 | 359.19 | 0.93 | 0.53 |
| Hex | F7 | 19 | 1C | 0 | 5A | 59 | 3 | 167 | 5D | 35 |
| Octal | 367 | 31 | 34 | 0 | 132 | 131 | 3 | 547 | 135 | 65 |
| Binary | 11110111 | 11001 | 11100 | 0 | 1011010 | 1011001 | 11 | 101100111 | 1011101 | 110101 |
Color Harmonies of #F7191C
Complementary color
Monochromatic Colors of #F7191C
Black with #F7191C
Text Example
Text Example
White with #F7191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7191C; }
p { color: rgb(247,25,28); }
H1.HeaderClassName
{
color: #F7191C;
}
.AnyTagClassName
{
color: #F7191C;
}
</style>
background-color css
<style>
a { background-color: #F7191C; }
a { background-color: rgb(247,25,28); }
div.DivClassName
{
background-color: #F7191C;
}
.BgClassName
{
background-color: #F7191C;
}
</style>
border-color css
<style>
span { border-color: #F7191C; }
span { border-color: rgb(247,25,28); }
td.TdClassName
{
border-color: #F7191C;
}
.TagClassName
{
border-color: #F7191C;
}
</style>