Shades of Torch Red #F41839
Tints of Torch Red #F41839
RGB
CMYK
RGB Variations
Color information
#F41839 (or 0xF41839) is known color: Torch Red. HEX triplet: F4, 18 and 39. RGB value is (244,24,57). Sum of RGB (Red+Green+Blue) = 244+24+57=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F41839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41839 is #0BE7C6. Grayscale: #5D5D5D. Windows color (decimal): -780231 or 3741940. OLE color: 3741940.
HSL color Cylindrical-coordinate representation of color #F41839: hue angle of 351º 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 #F41839 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 57 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.04 |
| HSL | 351º | 0.91% | 0.53% | - |
| HSV(B) | 351º | 0.9% | 0.96% | - |
| XYZ | 38.37 | 20.18 | 5.74 | - |
| YUV | 93.54 | 107.39 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 57 | 0 | 0.90 | 0.77 | 0.04 | 351 | 0.91 | 0.53 |
| Hex | F4 | 18 | 39 | 0 | 5A | 4D | 4 | 15F | 5B | 35 |
| Octal | 364 | 30 | 71 | 0 | 132 | 115 | 4 | 537 | 133 | 65 |
| Binary | 11110100 | 11000 | 111001 | 0 | 1011010 | 1001101 | 100 | 101011111 | 1011011 | 110101 |
Color Harmonies of #F41839
Complementary color
Monochromatic Colors of #F41839
Black with #F41839
Text Example
Text Example
White with #F41839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41839; }
p { color: rgb(244,24,57); }
H1.HeaderClassName
{
color: #F41839;
}
.AnyTagClassName
{
color: #F41839;
}
</style>
background-color css
<style>
a { background-color: #F41839; }
a { background-color: rgb(244,24,57); }
div.DivClassName
{
background-color: #F41839;
}
.BgClassName
{
background-color: #F41839;
}
</style>
border-color css
<style>
span { border-color: #F41839; }
span { border-color: rgb(244,24,57); }
td.TdClassName
{
border-color: #F41839;
}
.TagClassName
{
border-color: #F41839;
}
</style>