Shades of Torch Red #F41436
Tints of Torch Red #F41436
RGB
CMYK
RGB Variations
Color information
#F41436 (or 0xF41436) is known color: Torch Red. HEX triplet: F4, 14 and 36. RGB value is (244,20,54). Sum of RGB (Red+Green+Blue) = 244+20+54=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F41436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41436 is #0BEBC9. Grayscale: #5A5A5A. Windows color (decimal): -781258 or 3544308. OLE color: 3544308.
HSL color Cylindrical-coordinate representation of color #F41436: hue angle of 350.89º 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 #F41436 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.04 |
| HSL | 350.89º | 0.91% | 0.52% | - |
| HSV(B) | 350.89º | 0.92% | 0.96% | - |
| XYZ | 38.22 | 20 | 5.34 | - |
| YUV | 90.85 | 107.21 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 54 | 0 | 0.92 | 0.78 | 0.04 | 350.89 | 0.91 | 0.52 |
| Hex | F4 | 14 | 36 | 0 | 5C | 4E | 4 | 15F | 5B | 34 |
| Octal | 364 | 24 | 66 | 0 | 134 | 116 | 4 | 537 | 133 | 64 |
| Binary | 11110100 | 10100 | 110110 | 0 | 1011100 | 1001110 | 100 | 101011111 | 1011011 | 110100 |
Color Harmonies of #F41436
Complementary color
Monochromatic Colors of #F41436
Black with #F41436
Text Example
Text Example
White with #F41436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41436; }
p { color: rgb(244,20,54); }
H1.HeaderClassName
{
color: #F41436;
}
.AnyTagClassName
{
color: #F41436;
}
</style>
background-color css
<style>
a { background-color: #F41436; }
a { background-color: rgb(244,20,54); }
div.DivClassName
{
background-color: #F41436;
}
.BgClassName
{
background-color: #F41436;
}
</style>
border-color css
<style>
span { border-color: #F41436; }
span { border-color: rgb(244,20,54); }
td.TdClassName
{
border-color: #F41436;
}
.TagClassName
{
border-color: #F41436;
}
</style>