Shades of Torch Red #F41224
Tints of Torch Red #F41224
RGB
CMYK
RGB Variations
Color information
#F41224 (or 0xF41224) is known color: Torch Red. HEX triplet: F4, 12 and 24. RGB value is (244,18,36). Sum of RGB (Red+Green+Blue) = 244+18+36=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F41224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41224 is #0BEDDB. Grayscale: #575757. Windows color (decimal): -781788 or 2364148. OLE color: 2364148.
HSL color Cylindrical-coordinate representation of color #F41224: hue angle of 355.22º 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 #F41224 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 36 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.04 |
| HSL | 355.22º | 0.91% | 0.51% | - |
| HSV(B) | 355.22º | 0.93% | 0.96% | - |
| XYZ | 37.84 | 19.79 | 3.49 | - |
| YUV | 87.63 | 98.87 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 36 | 0 | 0.93 | 0.85 | 0.04 | 355.22 | 0.91 | 0.51 |
| Hex | F4 | 12 | 24 | 0 | 5D | 55 | 4 | 163 | 5B | 33 |
| Octal | 364 | 22 | 44 | 0 | 135 | 125 | 4 | 543 | 133 | 63 |
| Binary | 11110100 | 10010 | 100100 | 0 | 1011101 | 1010101 | 100 | 101100011 | 1011011 | 110011 |
Color Harmonies of #F41224
Complementary color
Monochromatic Colors of #F41224
Black with #F41224
Text Example
Text Example
White with #F41224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41224; }
p { color: rgb(244,18,36); }
H1.HeaderClassName
{
color: #F41224;
}
.AnyTagClassName
{
color: #F41224;
}
</style>
background-color css
<style>
a { background-color: #F41224; }
a { background-color: rgb(244,18,36); }
div.DivClassName
{
background-color: #F41224;
}
.BgClassName
{
background-color: #F41224;
}
</style>
border-color css
<style>
span { border-color: #F41224; }
span { border-color: rgb(244,18,36); }
td.TdClassName
{
border-color: #F41224;
}
.TagClassName
{
border-color: #F41224;
}
</style>