Shades of Torch Red #EC0A2C
Tints of Torch Red #EC0A2C
RGB
CMYK
RGB Variations
Color information
#EC0A2C (or 0xEC0A2C) is known color: Torch Red. HEX triplet: EC, 0A and 2C. RGB value is (236,10,44). Sum of RGB (Red+Green+Blue) = 236+10+44=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A2C is #13F5D3. Grayscale: #515151. Windows color (decimal): -1308116 or 2886380. OLE color: 2886380.
HSL color Cylindrical-coordinate representation of color #EC0A2C: hue angle of 350.97º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A2C is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 44 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.07 |
| HSL | 350.97º | 0.92% | 0.48% | - |
| HSV(B) | 350.97º | 0.96% | 0.93% | - |
| XYZ | 35.16 | 18.23 | 4.05 | - |
| YUV | 81.45 | 106.87 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 44 | 0 | 0.96 | 0.81 | 0.07 | 350.97 | 0.92 | 0.48 |
| Hex | EC | A | 2C | 0 | 60 | 51 | 7 | 15F | 5C | 30 |
| Octal | 354 | 12 | 54 | 0 | 140 | 121 | 7 | 537 | 134 | 60 |
| Binary | 11101100 | 1010 | 101100 | 0 | 1100000 | 1010001 | 111 | 101011111 | 1011100 | 110000 |
Color Harmonies of #EC0A2C
Complementary color
Monochromatic Colors of #EC0A2C
Black with #EC0A2C
Text Example
Text Example
White with #EC0A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A2C; }
p { color: rgb(236,10,44); }
H1.HeaderClassName
{
color: #EC0A2C;
}
.AnyTagClassName
{
color: #EC0A2C;
}
</style>
background-color css
<style>
a { background-color: #EC0A2C; }
a { background-color: rgb(236,10,44); }
div.DivClassName
{
background-color: #EC0A2C;
}
.BgClassName
{
background-color: #EC0A2C;
}
</style>
border-color css
<style>
span { border-color: #EC0A2C; }
span { border-color: rgb(236,10,44); }
td.TdClassName
{
border-color: #EC0A2C;
}
.TagClassName
{
border-color: #EC0A2C;
}
</style>