Shades of Torch Red #F4191E
Tints of Torch Red #F4191E
RGB
CMYK
RGB Variations
Color information
#F4191E (or 0xF4191E) is known color: Torch Red. HEX triplet: F4, 19 and 1E. RGB value is (244,25,30). Sum of RGB (Red+Green+Blue) = 244+25+30=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F4191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4191E is #0BE6E1. Grayscale: #5B5B5B. Windows color (decimal): -780002 or 1972724. OLE color: 1972724.
HSL color Cylindrical-coordinate representation of color #F4191E: hue angle of 358.63º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4191E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.04 |
| HSL | 358.63º | 0.91% | 0.53% | - |
| HSV(B) | 358.63º | 0.9% | 0.96% | - |
| XYZ | 37.89 | 20.02 | 3.1 | - |
| YUV | 91.05 | 93.55 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 30 | 0 | 0.90 | 0.88 | 0.04 | 358.63 | 0.91 | 0.53 |
| Hex | F4 | 19 | 1E | 0 | 5A | 58 | 4 | 167 | 5B | 35 |
| Octal | 364 | 31 | 36 | 0 | 132 | 130 | 4 | 547 | 133 | 65 |
| Binary | 11110100 | 11001 | 11110 | 0 | 1011010 | 1011000 | 100 | 101100111 | 1011011 | 110101 |
Color Harmonies of #F4191E
Complementary color
Monochromatic Colors of #F4191E
Black with #F4191E
Text Example
Text Example
White with #F4191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4191E; }
p { color: rgb(244,25,30); }
H1.HeaderClassName
{
color: #F4191E;
}
.AnyTagClassName
{
color: #F4191E;
}
</style>
background-color css
<style>
a { background-color: #F4191E; }
a { background-color: rgb(244,25,30); }
div.DivClassName
{
background-color: #F4191E;
}
.BgClassName
{
background-color: #F4191E;
}
</style>
border-color css
<style>
span { border-color: #F4191E; }
span { border-color: rgb(244,25,30); }
td.TdClassName
{
border-color: #F4191E;
}
.TagClassName
{
border-color: #F4191E;
}
</style>