Shades of Torch Red #EC142E
Tints of Torch Red #EC142E
RGB
CMYK
RGB Variations
Color information
#EC142E (or 0xEC142E) is known color: Torch Red. HEX triplet: EC, 14 and 2E. RGB value is (236,20,46). Sum of RGB (Red+Green+Blue) = 236+20+46=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC142E is #13EBD1. Grayscale: #575757. Windows color (decimal): -1305554 or 3020012. OLE color: 3020012.
HSL color Cylindrical-coordinate representation of color #EC142E: hue angle of 352.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC142E is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 46 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.07 |
| HSL | 352.78º | 0.85% | 0.5% | - |
| HSV(B) | 352.78º | 0.92% | 0.93% | - |
| XYZ | 35.34 | 18.53 | 4.3 | - |
| YUV | 87.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 46 | 0 | 0.92 | 0.81 | 0.07 | 352.78 | 0.85 | 0.5 |
| Hex | EC | 14 | 2E | 0 | 5C | 51 | 7 | 161 | 55 | 32 |
| Octal | 354 | 24 | 56 | 0 | 134 | 121 | 7 | 541 | 125 | 62 |
| Binary | 11101100 | 10100 | 101110 | 0 | 1011100 | 1010001 | 111 | 101100001 | 1010101 | 110010 |
Color Harmonies of #EC142E
Complementary color
Monochromatic Colors of #EC142E
Black with #EC142E
Text Example
Text Example
White with #EC142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC142E; }
p { color: rgb(236,20,46); }
H1.HeaderClassName
{
color: #EC142E;
}
.AnyTagClassName
{
color: #EC142E;
}
</style>
background-color css
<style>
a { background-color: #EC142E; }
a { background-color: rgb(236,20,46); }
div.DivClassName
{
background-color: #EC142E;
}
.BgClassName
{
background-color: #EC142E;
}
</style>
border-color css
<style>
span { border-color: #EC142E; }
span { border-color: rgb(236,20,46); }
td.TdClassName
{
border-color: #EC142E;
}
.TagClassName
{
border-color: #EC142E;
}
</style>