Shades of Torch Red #EC022E
Tints of Torch Red #EC022E
RGB
CMYK
RGB Variations
Color information
#EC022E (or 0xEC022E) is known color: Torch Red. HEX triplet: EC, 02 and 2E. RGB value is (236,2,46). Sum of RGB (Red+Green+Blue) = 236+2+46=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC022E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC022E is #13FDD1. Grayscale: #4D4D4D. Windows color (decimal): -1310162 or 3015404. OLE color: 3015404.
HSL color Cylindrical-coordinate representation of color #EC022E: hue angle of 348.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC022E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.07 |
| HSL | 348.72º | 0.98% | 0.47% | - |
| HSV(B) | 348.72º | 0.99% | 0.93% | - |
| XYZ | 35.11 | 18.07 | 4.22 | - |
| YUV | 76.98 | 110.52 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 46 | 0 | 0.99 | 0.81 | 0.07 | 348.72 | 0.98 | 0.47 |
| Hex | EC | 2 | 2E | 0 | 63 | 51 | 7 | 15D | 62 | 2F |
| Octal | 354 | 2 | 56 | 0 | 143 | 121 | 7 | 535 | 142 | 57 |
| Binary | 11101100 | 10 | 101110 | 0 | 1100011 | 1010001 | 111 | 101011101 | 1100010 | 101111 |
Color Harmonies of #EC022E
Complementary color
Monochromatic Colors of #EC022E
Black with #EC022E
Text Example
Text Example
White with #EC022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC022E; }
p { color: rgb(236,2,46); }
H1.HeaderClassName
{
color: #EC022E;
}
.AnyTagClassName
{
color: #EC022E;
}
</style>
background-color css
<style>
a { background-color: #EC022E; }
a { background-color: rgb(236,2,46); }
div.DivClassName
{
background-color: #EC022E;
}
.BgClassName
{
background-color: #EC022E;
}
</style>
border-color css
<style>
span { border-color: #EC022E; }
span { border-color: rgb(236,2,46); }
td.TdClassName
{
border-color: #EC022E;
}
.TagClassName
{
border-color: #EC022E;
}
</style>