Shades of Torch Red #F41129
Tints of Torch Red #F41129
RGB
CMYK
RGB Variations
Color information
#F41129 (or 0xF41129) is known color: Torch Red. HEX triplet: F4, 11 and 29. RGB value is (244,17,41). Sum of RGB (Red+Green+Blue) = 244+17+41=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F41129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41129 is #0BEED6. Grayscale: #575757. Windows color (decimal): -782039 or 2691572. OLE color: 2691572.
HSL color Cylindrical-coordinate representation of color #F41129: hue angle of 353.66º 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 #F41129 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.04 |
| HSL | 353.66º | 0.91% | 0.51% | - |
| HSV(B) | 353.66º | 0.93% | 0.96% | - |
| XYZ | 37.91 | 19.79 | 3.92 | - |
| YUV | 87.61 | 101.71 | 239.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 41 | 0 | 0.93 | 0.83 | 0.04 | 353.66 | 0.91 | 0.51 |
| Hex | F4 | 11 | 29 | 0 | 5D | 53 | 4 | 162 | 5B | 33 |
| Octal | 364 | 21 | 51 | 0 | 135 | 123 | 4 | 542 | 133 | 63 |
| Binary | 11110100 | 10001 | 101001 | 0 | 1011101 | 1010011 | 100 | 101100010 | 1011011 | 110011 |
Color Harmonies of #F41129
Complementary color
Monochromatic Colors of #F41129
Black with #F41129
Text Example
Text Example
White with #F41129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41129; }
p { color: rgb(244,17,41); }
H1.HeaderClassName
{
color: #F41129;
}
.AnyTagClassName
{
color: #F41129;
}
</style>
background-color css
<style>
a { background-color: #F41129; }
a { background-color: rgb(244,17,41); }
div.DivClassName
{
background-color: #F41129;
}
.BgClassName
{
background-color: #F41129;
}
</style>
border-color css
<style>
span { border-color: #F41129; }
span { border-color: rgb(244,17,41); }
td.TdClassName
{
border-color: #F41129;
}
.TagClassName
{
border-color: #F41129;
}
</style>