Shades of Torch Red #EC0A36
Tints of Torch Red #EC0A36
RGB
CMYK
RGB Variations
Color information
#EC0A36 (or 0xEC0A36) is known color: Torch Red. HEX triplet: EC, 0A and 36. RGB value is (236,10,54). Sum of RGB (Red+Green+Blue) = 236+10+54=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A36 is #13F5C9. Grayscale: #525252. Windows color (decimal): -1308106 or 3541740. OLE color: 3541740.
HSL color Cylindrical-coordinate representation of color #EC0A36: hue angle of 348.32º 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 #EC0A36 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 54 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.07 |
| HSL | 348.32º | 0.92% | 0.48% | - |
| HSV(B) | 348.32º | 0.96% | 0.93% | - |
| XYZ | 35.37 | 18.32 | 5.16 | - |
| YUV | 82.59 | 111.87 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 54 | 0 | 0.96 | 0.77 | 0.07 | 348.32 | 0.92 | 0.48 |
| Hex | EC | A | 36 | 0 | 60 | 4D | 7 | 15C | 5C | 30 |
| Octal | 354 | 12 | 66 | 0 | 140 | 115 | 7 | 534 | 134 | 60 |
| Binary | 11101100 | 1010 | 110110 | 0 | 1100000 | 1001101 | 111 | 101011100 | 1011100 | 110000 |
Color Harmonies of #EC0A36
Complementary color
Monochromatic Colors of #EC0A36
Black with #EC0A36
Text Example
Text Example
White with #EC0A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A36; }
p { color: rgb(236,10,54); }
H1.HeaderClassName
{
color: #EC0A36;
}
.AnyTagClassName
{
color: #EC0A36;
}
</style>
background-color css
<style>
a { background-color: #EC0A36; }
a { background-color: rgb(236,10,54); }
div.DivClassName
{
background-color: #EC0A36;
}
.BgClassName
{
background-color: #EC0A36;
}
</style>
border-color css
<style>
span { border-color: #EC0A36; }
span { border-color: rgb(236,10,54); }
td.TdClassName
{
border-color: #EC0A36;
}
.TagClassName
{
border-color: #EC0A36;
}
</style>