Shades of Torch Red #EC122E
Tints of Torch Red #EC122E
RGB
CMYK
RGB Variations
Color information
#EC122E (or 0xEC122E) is known color: Torch Red. HEX triplet: EC, 12 and 2E. RGB value is (236,18,46). Sum of RGB (Red+Green+Blue) = 236+18+46=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC122E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC122E is #13EDD1. Grayscale: #565656. Windows color (decimal): -1306066 or 3019500. OLE color: 3019500.
HSL color Cylindrical-coordinate representation of color #EC122E: hue angle of 352.29º degrees, saturation: 0.86, 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 #EC122E is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 46 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.07 |
| HSL | 352.29º | 0.86% | 0.5% | - |
| HSV(B) | 352.29º | 0.92% | 0.93% | - |
| XYZ | 35.3 | 18.46 | 4.29 | - |
| YUV | 86.37 | 105.22 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 46 | 0 | 0.92 | 0.81 | 0.07 | 352.29 | 0.86 | 0.5 |
| Hex | EC | 12 | 2E | 0 | 5C | 51 | 7 | 160 | 56 | 32 |
| Octal | 354 | 22 | 56 | 0 | 134 | 121 | 7 | 540 | 126 | 62 |
| Binary | 11101100 | 10010 | 101110 | 0 | 1011100 | 1010001 | 111 | 101100000 | 1010110 | 110010 |
Color Harmonies of #EC122E
Complementary color
Monochromatic Colors of #EC122E
Black with #EC122E
Text Example
Text Example
White with #EC122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC122E; }
p { color: rgb(236,18,46); }
H1.HeaderClassName
{
color: #EC122E;
}
.AnyTagClassName
{
color: #EC122E;
}
</style>
background-color css
<style>
a { background-color: #EC122E; }
a { background-color: rgb(236,18,46); }
div.DivClassName
{
background-color: #EC122E;
}
.BgClassName
{
background-color: #EC122E;
}
</style>
border-color css
<style>
span { border-color: #EC122E; }
span { border-color: rgb(236,18,46); }
td.TdClassName
{
border-color: #EC122E;
}
.TagClassName
{
border-color: #EC122E;
}
</style>