Shades of Torch Red #F41936
Tints of Torch Red #F41936
RGB
CMYK
RGB Variations
Color information
#F41936 (or 0xF41936) is known color: Torch Red. HEX triplet: F4, 19 and 36. RGB value is (244,25,54). Sum of RGB (Red+Green+Blue) = 244+25+54=323 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.54% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 244 - color contains mainly: red. Hex color #F41936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41936 is #0BE6C9. Grayscale: #5D5D5D. Windows color (decimal): -779978 or 3545588. OLE color: 3545588.
HSL color Cylindrical-coordinate representation of color #F41936: hue angle of 352.05º 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 #F41936 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 54 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.04 |
| HSL | 352.05º | 0.91% | 0.53% | - |
| HSV(B) | 352.05º | 0.9% | 0.96% | - |
| XYZ | 38.32 | 20.19 | 5.37 | - |
| YUV | 93.79 | 105.55 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 54 | 0 | 0.90 | 0.78 | 0.04 | 352.05 | 0.91 | 0.53 |
| Hex | F4 | 19 | 36 | 0 | 5A | 4E | 4 | 160 | 5B | 35 |
| Octal | 364 | 31 | 66 | 0 | 132 | 116 | 4 | 540 | 133 | 65 |
| Binary | 11110100 | 11001 | 110110 | 0 | 1011010 | 1001110 | 100 | 101100000 | 1011011 | 110101 |
Color Harmonies of #F41936
Complementary color
Monochromatic Colors of #F41936
Black with #F41936
Text Example
Text Example
White with #F41936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41936; }
p { color: rgb(244,25,54); }
H1.HeaderClassName
{
color: #F41936;
}
.AnyTagClassName
{
color: #F41936;
}
</style>
background-color css
<style>
a { background-color: #F41936; }
a { background-color: rgb(244,25,54); }
div.DivClassName
{
background-color: #F41936;
}
.BgClassName
{
background-color: #F41936;
}
</style>
border-color css
<style>
span { border-color: #F41936; }
span { border-color: rgb(244,25,54); }
td.TdClassName
{
border-color: #F41936;
}
.TagClassName
{
border-color: #F41936;
}
</style>