Shades of Torch Red #F4192D
Tints of Torch Red #F4192D
RGB
CMYK
RGB Variations
Color information
#F4192D (or 0xF4192D) is known color: Torch Red. HEX triplet: F4, 19 and 2D. RGB value is (244,25,45). Sum of RGB (Red+Green+Blue) = 244+25+45=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F4192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4192D is #0BE6D2. Grayscale: #5C5C5C. Windows color (decimal): -779987 or 2955764. OLE color: 2955764.
HSL color Cylindrical-coordinate representation of color #F4192D: hue angle of 354.52º 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 #F4192D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.04 |
| HSL | 354.52º | 0.91% | 0.53% | - |
| HSV(B) | 354.52º | 0.9% | 0.96% | - |
| XYZ | 38.13 | 20.12 | 4.36 | - |
| YUV | 92.76 | 101.05 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 45 | 0 | 0.90 | 0.82 | 0.04 | 354.52 | 0.91 | 0.53 |
| Hex | F4 | 19 | 2D | 0 | 5A | 52 | 4 | 163 | 5B | 35 |
| Octal | 364 | 31 | 55 | 0 | 132 | 122 | 4 | 543 | 133 | 65 |
| Binary | 11110100 | 11001 | 101101 | 0 | 1011010 | 1010010 | 100 | 101100011 | 1011011 | 110101 |
Color Harmonies of #F4192D
Complementary color
Monochromatic Colors of #F4192D
Black with #F4192D
Text Example
Text Example
White with #F4192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4192D; }
p { color: rgb(244,25,45); }
H1.HeaderClassName
{
color: #F4192D;
}
.AnyTagClassName
{
color: #F4192D;
}
</style>
background-color css
<style>
a { background-color: #F4192D; }
a { background-color: rgb(244,25,45); }
div.DivClassName
{
background-color: #F4192D;
}
.BgClassName
{
background-color: #F4192D;
}
</style>
border-color css
<style>
span { border-color: #F4192D; }
span { border-color: rgb(244,25,45); }
td.TdClassName
{
border-color: #F4192D;
}
.TagClassName
{
border-color: #F4192D;
}
</style>