Shades of Torch Red #F9191E
Tints of Torch Red #F9191E
RGB
CMYK
RGB Variations
Color information
#F9191E (or 0xF9191E) is known color: Torch Red. HEX triplet: F9, 19 and 1E. RGB value is (249,25,30). Sum of RGB (Red+Green+Blue) = 249+25+30=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F9191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9191E is #06E6E1. Grayscale: #5C5C5C. Windows color (decimal): -452322 or 1972729. OLE color: 1972729.
HSL color Cylindrical-coordinate representation of color #F9191E: hue angle of 358.66º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9191E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.02 |
| HSL | 358.66º | 0.95% | 0.54% | - |
| HSV(B) | 358.66º | 0.9% | 0.98% | - |
| XYZ | 39.65 | 20.93 | 3.18 | - |
| YUV | 92.55 | 92.71 | 239.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 30 | 0 | 0.90 | 0.88 | 0.02 | 358.66 | 0.95 | 0.54 |
| Hex | F9 | 19 | 1E | 0 | 5A | 58 | 2 | 167 | 5F | 36 |
| Octal | 371 | 31 | 36 | 0 | 132 | 130 | 2 | 547 | 137 | 66 |
| Binary | 11111001 | 11001 | 11110 | 0 | 1011010 | 1011000 | 10 | 101100111 | 1011111 | 110110 |
Color Harmonies of #F9191E
Complementary color
Monochromatic Colors of #F9191E
Black with #F9191E
Text Example
Text Example
White with #F9191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9191E; }
p { color: rgb(249,25,30); }
H1.HeaderClassName
{
color: #F9191E;
}
.AnyTagClassName
{
color: #F9191E;
}
</style>
background-color css
<style>
a { background-color: #F9191E; }
a { background-color: rgb(249,25,30); }
div.DivClassName
{
background-color: #F9191E;
}
.BgClassName
{
background-color: #F9191E;
}
</style>
border-color css
<style>
span { border-color: #F9191E; }
span { border-color: rgb(249,25,30); }
td.TdClassName
{
border-color: #F9191E;
}
.TagClassName
{
border-color: #F9191E;
}
</style>