Shades of Torch Red #F41940
Tints of Torch Red #F41940
RGB
CMYK
RGB Variations
Color information
#F41940 (or 0xF41940) is known color: Torch Red. HEX triplet: F4, 19 and 40. RGB value is (244,25,64). Sum of RGB (Red+Green+Blue) = 244+25+64=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F41940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41940 is #0BE6BF. Grayscale: #5E5E5E. Windows color (decimal): -779968 or 4200948. OLE color: 4200948.
HSL color Cylindrical-coordinate representation of color #F41940: hue angle of 349.32º 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 #F41940 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 64 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.04 |
| HSL | 349.32º | 0.91% | 0.53% | - |
| HSV(B) | 349.32º | 0.9% | 0.96% | - |
| XYZ | 38.58 | 20.3 | 6.74 | - |
| YUV | 94.93 | 110.55 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 64 | 0 | 0.90 | 0.74 | 0.04 | 349.32 | 0.91 | 0.53 |
| Hex | F4 | 19 | 40 | 0 | 5A | 4A | 4 | 15D | 5B | 35 |
| Octal | 364 | 31 | 100 | 0 | 132 | 112 | 4 | 535 | 133 | 65 |
| Binary | 11110100 | 11001 | 1000000 | 0 | 1011010 | 1001010 | 100 | 101011101 | 1011011 | 110101 |
Color Harmonies of #F41940
Complementary color
Monochromatic Colors of #F41940
Black with #F41940
Text Example
Text Example
White with #F41940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41940; }
p { color: rgb(244,25,64); }
H1.HeaderClassName
{
color: #F41940;
}
.AnyTagClassName
{
color: #F41940;
}
</style>
background-color css
<style>
a { background-color: #F41940; }
a { background-color: rgb(244,25,64); }
div.DivClassName
{
background-color: #F41940;
}
.BgClassName
{
background-color: #F41940;
}
</style>
border-color css
<style>
span { border-color: #F41940; }
span { border-color: rgb(244,25,64); }
td.TdClassName
{
border-color: #F41940;
}
.TagClassName
{
border-color: #F41940;
}
</style>