Shades of Torch Red #F4142E
Tints of Torch Red #F4142E
RGB
CMYK
RGB Variations
Color information
#F4142E (or 0xF4142E) is known color: Torch Red. HEX triplet: F4, 14 and 2E. RGB value is (244,20,46). Sum of RGB (Red+Green+Blue) = 244+20+46=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F4142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4142E is #0BEBD1. Grayscale: #5A5A5A. Windows color (decimal): -781266 or 3020020. OLE color: 3020020.
HSL color Cylindrical-coordinate representation of color #F4142E: hue angle of 353.04º 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 #F4142E is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 46 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.04 |
| HSL | 353.04º | 0.91% | 0.52% | - |
| HSV(B) | 353.04º | 0.92% | 0.96% | - |
| XYZ | 38.05 | 19.93 | 4.43 | - |
| YUV | 89.94 | 103.21 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 46 | 0 | 0.92 | 0.81 | 0.04 | 353.04 | 0.91 | 0.52 |
| Hex | F4 | 14 | 2E | 0 | 5C | 51 | 4 | 161 | 5B | 34 |
| Octal | 364 | 24 | 56 | 0 | 134 | 121 | 4 | 541 | 133 | 64 |
| Binary | 11110100 | 10100 | 101110 | 0 | 1011100 | 1010001 | 100 | 101100001 | 1011011 | 110100 |
Color Harmonies of #F4142E
Complementary color
Monochromatic Colors of #F4142E
Black with #F4142E
Text Example
Text Example
White with #F4142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4142E; }
p { color: rgb(244,20,46); }
H1.HeaderClassName
{
color: #F4142E;
}
.AnyTagClassName
{
color: #F4142E;
}
</style>
background-color css
<style>
a { background-color: #F4142E; }
a { background-color: rgb(244,20,46); }
div.DivClassName
{
background-color: #F4142E;
}
.BgClassName
{
background-color: #F4142E;
}
</style>
border-color css
<style>
span { border-color: #F4142E; }
span { border-color: rgb(244,20,46); }
td.TdClassName
{
border-color: #F4142E;
}
.TagClassName
{
border-color: #F4142E;
}
</style>