Shades of Torch Red #F41729
Tints of Torch Red #F41729
RGB
CMYK
RGB Variations
Color information
#F41729 (or 0xF41729) is known color: Torch Red. HEX triplet: F4, 17 and 29. RGB value is (244,23,41). Sum of RGB (Red+Green+Blue) = 244+23+41=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F41729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41729 is #0BE8D6. Grayscale: #5B5B5B. Windows color (decimal): -780503 or 2693108. OLE color: 2693108.
HSL color Cylindrical-coordinate representation of color #F41729: hue angle of 355.11º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41729 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.04 |
| HSL | 355.11º | 0.91% | 0.52% | - |
| HSV(B) | 355.11º | 0.91% | 0.96% | - |
| XYZ | 38.01 | 20.01 | 3.96 | - |
| YUV | 91.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 41 | 0 | 0.91 | 0.83 | 0.04 | 355.11 | 0.91 | 0.52 |
| Hex | F4 | 17 | 29 | 0 | 5B | 53 | 4 | 163 | 5B | 34 |
| Octal | 364 | 27 | 51 | 0 | 133 | 123 | 4 | 543 | 133 | 64 |
| Binary | 11110100 | 10111 | 101001 | 0 | 1011011 | 1010011 | 100 | 101100011 | 1011011 | 110100 |
Color Harmonies of #F41729
Complementary color
Monochromatic Colors of #F41729
Black with #F41729
Text Example
Text Example
White with #F41729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41729; }
p { color: rgb(244,23,41); }
H1.HeaderClassName
{
color: #F41729;
}
.AnyTagClassName
{
color: #F41729;
}
</style>
background-color css
<style>
a { background-color: #F41729; }
a { background-color: rgb(244,23,41); }
div.DivClassName
{
background-color: #F41729;
}
.BgClassName
{
background-color: #F41729;
}
</style>
border-color css
<style>
span { border-color: #F41729; }
span { border-color: rgb(244,23,41); }
td.TdClassName
{
border-color: #F41729;
}
.TagClassName
{
border-color: #F41729;
}
</style>