Shades of Torch Red #F40436
Tints of Torch Red #F40436
RGB
CMYK
RGB Variations
Color information
#F40436 (or 0xF40436) is known color: Torch Red. HEX triplet: F4, 04 and 36. RGB value is (244,4,54). Sum of RGB (Red+Green+Blue) = 244+4+54=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F40436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40436 is #0BFBC9. Grayscale: #515151. Windows color (decimal): -785354 or 3540212. OLE color: 3540212.
HSL color Cylindrical-coordinate representation of color #F40436: hue angle of 347.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40436 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.04 |
| HSL | 347.5º | 0.97% | 0.49% | - |
| HSV(B) | 347.5º | 0.98% | 0.96% | - |
| XYZ | 38.02 | 19.59 | 5.27 | - |
| YUV | 81.46 | 112.51 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 54 | 0 | 0.98 | 0.78 | 0.04 | 347.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | 36 | 0 | 62 | 4E | 4 | 15C | 61 | 31 |
| Octal | 364 | 4 | 66 | 0 | 142 | 116 | 4 | 534 | 141 | 61 |
| Binary | 11110100 | 100 | 110110 | 0 | 1100010 | 1001110 | 100 | 101011100 | 1100001 | 110001 |
Color Harmonies of #F40436
Complementary color
Monochromatic Colors of #F40436
Black with #F40436
Text Example
Text Example
White with #F40436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40436; }
p { color: rgb(244,4,54); }
H1.HeaderClassName
{
color: #F40436;
}
.AnyTagClassName
{
color: #F40436;
}
</style>
background-color css
<style>
a { background-color: #F40436; }
a { background-color: rgb(244,4,54); }
div.DivClassName
{
background-color: #F40436;
}
.BgClassName
{
background-color: #F40436;
}
</style>
border-color css
<style>
span { border-color: #F40436; }
span { border-color: rgb(244,4,54); }
td.TdClassName
{
border-color: #F40436;
}
.TagClassName
{
border-color: #F40436;
}
</style>