Shades of Torch Red #F41849
Tints of Torch Red #F41849
RGB
CMYK
RGB Variations
Color information
#F41849 (or 0xF41849) is known color: Torch Red. HEX triplet: F4, 18 and 49. RGB value is (244,24,73). Sum of RGB (Red+Green+Blue) = 244+24+73=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F41849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41849 is #0BE7B6. Grayscale: #5F5F5F. Windows color (decimal): -780215 or 4790516. OLE color: 4790516.
HSL color Cylindrical-coordinate representation of color #F41849: hue angle of 346.64º 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 #F41849 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 73 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.04 |
| HSL | 346.64º | 0.91% | 0.53% | - |
| HSV(B) | 346.64º | 0.9% | 0.96% | - |
| XYZ | 38.84 | 20.37 | 8.19 | - |
| YUV | 95.37 | 115.39 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 73 | 0 | 0.90 | 0.70 | 0.04 | 346.64 | 0.91 | 0.53 |
| Hex | F4 | 18 | 49 | 0 | 5A | 46 | 4 | 15B | 5B | 35 |
| Octal | 364 | 30 | 111 | 0 | 132 | 106 | 4 | 533 | 133 | 65 |
| Binary | 11110100 | 11000 | 1001001 | 0 | 1011010 | 1000110 | 100 | 101011011 | 1011011 | 110101 |
Color Harmonies of #F41849
Complementary color
Monochromatic Colors of #F41849
Black with #F41849
Text Example
Text Example
White with #F41849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41849; }
p { color: rgb(244,24,73); }
H1.HeaderClassName
{
color: #F41849;
}
.AnyTagClassName
{
color: #F41849;
}
</style>
background-color css
<style>
a { background-color: #F41849; }
a { background-color: rgb(244,24,73); }
div.DivClassName
{
background-color: #F41849;
}
.BgClassName
{
background-color: #F41849;
}
</style>
border-color css
<style>
span { border-color: #F41849; }
span { border-color: rgb(244,24,73); }
td.TdClassName
{
border-color: #F41849;
}
.TagClassName
{
border-color: #F41849;
}
</style>