Shades of Torch Red #F0142C
Tints of Torch Red #F0142C
RGB
CMYK
RGB Variations
Color information
#F0142C (or 0xF0142C) is known color: Torch Red. HEX triplet: F0, 14 and 2C. RGB value is (240,20,44). Sum of RGB (Red+Green+Blue) = 240+20+44=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0142C is #0FEBD3. Grayscale: #585858. Windows color (decimal): -1043412 or 2888944. OLE color: 2888944.
HSL color Cylindrical-coordinate representation of color #F0142C: hue angle of 353.45º 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 #F0142C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.06 |
| HSL | 353.45º | 0.88% | 0.51% | - |
| HSV(B) | 353.45º | 0.92% | 0.94% | - |
| XYZ | 36.64 | 19.21 | 4.16 | - |
| YUV | 88.52 | 102.89 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 44 | 0 | 0.92 | 0.82 | 0.06 | 353.45 | 0.88 | 0.51 |
| Hex | F0 | 14 | 2C | 0 | 5C | 52 | 6 | 161 | 58 | 33 |
| Octal | 360 | 24 | 54 | 0 | 134 | 122 | 6 | 541 | 130 | 63 |
| Binary | 11110000 | 10100 | 101100 | 0 | 1011100 | 1010010 | 110 | 101100001 | 1011000 | 110011 |
Color Harmonies of #F0142C
Complementary color
Monochromatic Colors of #F0142C
Black with #F0142C
Text Example
Text Example
White with #F0142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0142C; }
p { color: rgb(240,20,44); }
H1.HeaderClassName
{
color: #F0142C;
}
.AnyTagClassName
{
color: #F0142C;
}
</style>
background-color css
<style>
a { background-color: #F0142C; }
a { background-color: rgb(240,20,44); }
div.DivClassName
{
background-color: #F0142C;
}
.BgClassName
{
background-color: #F0142C;
}
</style>
border-color css
<style>
span { border-color: #F0142C; }
span { border-color: rgb(240,20,44); }
td.TdClassName
{
border-color: #F0142C;
}
.TagClassName
{
border-color: #F0142C;
}
</style>