Shades of Torch Red #F0142E
Tints of Torch Red #F0142E
RGB
CMYK
RGB Variations
Color information
#F0142E (or 0xF0142E) is known color: Torch Red. HEX triplet: F0, 14 and 2E. RGB value is (240,20,46). Sum of RGB (Red+Green+Blue) = 240+20+46=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0142E is #0FEBD1. Grayscale: #585858. Windows color (decimal): -1043410 or 3020016. OLE color: 3020016.
HSL color Cylindrical-coordinate representation of color #F0142E: hue angle of 352.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0142E is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 46 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.06 |
| HSL | 352.91º | 0.88% | 0.51% | - |
| HSV(B) | 352.91º | 0.92% | 0.94% | - |
| XYZ | 36.68 | 19.22 | 4.36 | - |
| YUV | 88.74 | 103.89 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 46 | 0 | 0.92 | 0.81 | 0.06 | 352.91 | 0.88 | 0.51 |
| Hex | F0 | 14 | 2E | 0 | 5C | 51 | 6 | 161 | 58 | 33 |
| Octal | 360 | 24 | 56 | 0 | 134 | 121 | 6 | 541 | 130 | 63 |
| Binary | 11110000 | 10100 | 101110 | 0 | 1011100 | 1010001 | 110 | 101100001 | 1011000 | 110011 |
Color Harmonies of #F0142E
Complementary color
Monochromatic Colors of #F0142E
Black with #F0142E
Text Example
Text Example
White with #F0142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0142E; }
p { color: rgb(240,20,46); }
H1.HeaderClassName
{
color: #F0142E;
}
.AnyTagClassName
{
color: #F0142E;
}
</style>
background-color css
<style>
a { background-color: #F0142E; }
a { background-color: rgb(240,20,46); }
div.DivClassName
{
background-color: #F0142E;
}
.BgClassName
{
background-color: #F0142E;
}
</style>
border-color css
<style>
span { border-color: #F0142E; }
span { border-color: rgb(240,20,46); }
td.TdClassName
{
border-color: #F0142E;
}
.TagClassName
{
border-color: #F0142E;
}
</style>