Shades of Torch Red #F41029
Tints of Torch Red #F41029
RGB
CMYK
RGB Variations
Color information
#F41029 (or 0xF41029) is known color: Torch Red. HEX triplet: F4, 10 and 29. RGB value is (244,16,41). Sum of RGB (Red+Green+Blue) = 244+16+41=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F41029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41029 is #0BEFD6. Grayscale: #575757. Windows color (decimal): -782295 or 2691316. OLE color: 2691316.
HSL color Cylindrical-coordinate representation of color #F41029: hue angle of 353.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41029 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.04 |
| HSL | 353.42º | 0.91% | 0.51% | - |
| HSV(B) | 353.42º | 0.93% | 0.96% | - |
| XYZ | 37.89 | 19.76 | 3.92 | - |
| YUV | 87.02 | 102.04 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 41 | 0 | 0.93 | 0.83 | 0.04 | 353.42 | 0.91 | 0.51 |
| Hex | F4 | 10 | 29 | 0 | 5D | 53 | 4 | 161 | 5B | 33 |
| Octal | 364 | 20 | 51 | 0 | 135 | 123 | 4 | 541 | 133 | 63 |
| Binary | 11110100 | 10000 | 101001 | 0 | 1011101 | 1010011 | 100 | 101100001 | 1011011 | 110011 |
Color Harmonies of #F41029
Complementary color
Monochromatic Colors of #F41029
Black with #F41029
Text Example
Text Example
White with #F41029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41029; }
p { color: rgb(244,16,41); }
H1.HeaderClassName
{
color: #F41029;
}
.AnyTagClassName
{
color: #F41029;
}
</style>
background-color css
<style>
a { background-color: #F41029; }
a { background-color: rgb(244,16,41); }
div.DivClassName
{
background-color: #F41029;
}
.BgClassName
{
background-color: #F41029;
}
</style>
border-color css
<style>
span { border-color: #F41029; }
span { border-color: rgb(244,16,41); }
td.TdClassName
{
border-color: #F41029;
}
.TagClassName
{
border-color: #F41029;
}
</style>