Shades of Torch Red #F41829
Tints of Torch Red #F41829
RGB
CMYK
RGB Variations
Color information
#F41829 (or 0xF41829) is known color: Torch Red. HEX triplet: F4, 18 and 29. RGB value is (244,24,41). Sum of RGB (Red+Green+Blue) = 244+24+41=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F41829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41829 is #0BE7D6. Grayscale: #5B5B5B. Windows color (decimal): -780247 or 2693364. OLE color: 2693364.
HSL color Cylindrical-coordinate representation of color #F41829: hue angle of 355.36º 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 #F41829 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 41 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.04 |
| HSL | 355.36º | 0.91% | 0.53% | - |
| HSV(B) | 355.36º | 0.9% | 0.96% | - |
| XYZ | 38.04 | 20.05 | 3.96 | - |
| YUV | 91.72 | 99.39 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 41 | 0 | 0.90 | 0.83 | 0.04 | 355.36 | 0.91 | 0.53 |
| Hex | F4 | 18 | 29 | 0 | 5A | 53 | 4 | 163 | 5B | 35 |
| Octal | 364 | 30 | 51 | 0 | 132 | 123 | 4 | 543 | 133 | 65 |
| Binary | 11110100 | 11000 | 101001 | 0 | 1011010 | 1010011 | 100 | 101100011 | 1011011 | 110101 |
Color Harmonies of #F41829
Complementary color
Monochromatic Colors of #F41829
Black with #F41829
Text Example
Text Example
White with #F41829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41829; }
p { color: rgb(244,24,41); }
H1.HeaderClassName
{
color: #F41829;
}
.AnyTagClassName
{
color: #F41829;
}
</style>
background-color css
<style>
a { background-color: #F41829; }
a { background-color: rgb(244,24,41); }
div.DivClassName
{
background-color: #F41829;
}
.BgClassName
{
background-color: #F41829;
}
</style>
border-color css
<style>
span { border-color: #F41829; }
span { border-color: rgb(244,24,41); }
td.TdClassName
{
border-color: #F41829;
}
.TagClassName
{
border-color: #F41829;
}
</style>