Shades of Torch Red #F41429
Tints of Torch Red #F41429
RGB
CMYK
RGB Variations
Color information
#F41429 (or 0xF41429) is known color: Torch Red. HEX triplet: F4, 14 and 29. RGB value is (244,20,41). Sum of RGB (Red+Green+Blue) = 244+20+41=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F41429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41429 is #0BEBD6. Grayscale: #595959. Windows color (decimal): -781271 or 2692340. OLE color: 2692340.
HSL color Cylindrical-coordinate representation of color #F41429: hue angle of 354.38º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41429 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 41 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.04 |
| HSL | 354.38º | 0.91% | 0.52% | - |
| HSV(B) | 354.38º | 0.92% | 0.96% | - |
| XYZ | 37.96 | 19.89 | 3.94 | - |
| YUV | 89.37 | 100.71 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 41 | 0 | 0.92 | 0.83 | 0.04 | 354.38 | 0.91 | 0.52 |
| Hex | F4 | 14 | 29 | 0 | 5C | 53 | 4 | 162 | 5B | 34 |
| Octal | 364 | 24 | 51 | 0 | 134 | 123 | 4 | 542 | 133 | 64 |
| Binary | 11110100 | 10100 | 101001 | 0 | 1011100 | 1010011 | 100 | 101100010 | 1011011 | 110100 |
Color Harmonies of #F41429
Complementary color
Monochromatic Colors of #F41429
Black with #F41429
Text Example
Text Example
White with #F41429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41429; }
p { color: rgb(244,20,41); }
H1.HeaderClassName
{
color: #F41429;
}
.AnyTagClassName
{
color: #F41429;
}
</style>
background-color css
<style>
a { background-color: #F41429; }
a { background-color: rgb(244,20,41); }
div.DivClassName
{
background-color: #F41429;
}
.BgClassName
{
background-color: #F41429;
}
</style>
border-color css
<style>
span { border-color: #F41429; }
span { border-color: rgb(244,20,41); }
td.TdClassName
{
border-color: #F41429;
}
.TagClassName
{
border-color: #F41429;
}
</style>