Shades of Torch Red #F4192E
Tints of Torch Red #F4192E
RGB
CMYK
RGB Variations
Color information
#F4192E (or 0xF4192E) is known color: Torch Red. HEX triplet: F4, 19 and 2E. RGB value is (244,25,46). Sum of RGB (Red+Green+Blue) = 244+25+46=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F4192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4192E is #0BE6D1. Grayscale: #5D5D5D. Windows color (decimal): -779986 or 3021300. OLE color: 3021300.
HSL color Cylindrical-coordinate representation of color #F4192E: hue angle of 354.25º 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 #F4192E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 46 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.04 |
| HSL | 354.25º | 0.91% | 0.53% | - |
| HSV(B) | 354.25º | 0.9% | 0.96% | - |
| XYZ | 38.15 | 20.13 | 4.46 | - |
| YUV | 92.88 | 101.55 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 46 | 0 | 0.90 | 0.81 | 0.04 | 354.25 | 0.91 | 0.53 |
| Hex | F4 | 19 | 2E | 0 | 5A | 51 | 4 | 162 | 5B | 35 |
| Octal | 364 | 31 | 56 | 0 | 132 | 121 | 4 | 542 | 133 | 65 |
| Binary | 11110100 | 11001 | 101110 | 0 | 1011010 | 1010001 | 100 | 101100010 | 1011011 | 110101 |
Color Harmonies of #F4192E
Complementary color
Monochromatic Colors of #F4192E
Black with #F4192E
Text Example
Text Example
White with #F4192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4192E; }
p { color: rgb(244,25,46); }
H1.HeaderClassName
{
color: #F4192E;
}
.AnyTagClassName
{
color: #F4192E;
}
</style>
background-color css
<style>
a { background-color: #F4192E; }
a { background-color: rgb(244,25,46); }
div.DivClassName
{
background-color: #F4192E;
}
.BgClassName
{
background-color: #F4192E;
}
</style>
border-color css
<style>
span { border-color: #F4192E; }
span { border-color: rgb(244,25,46); }
td.TdClassName
{
border-color: #F4192E;
}
.TagClassName
{
border-color: #F4192E;
}
</style>