Shades of Torch Red #EC021E
Tints of Torch Red #EC021E
RGB
CMYK
RGB Variations
Color information
#EC021E (or 0xEC021E) is known color: Torch Red. HEX triplet: EC, 02 and 1E. RGB value is (236,2,30). Sum of RGB (Red+Green+Blue) = 236+2+30=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC021E is #13FDE1. Grayscale: #4B4B4B. Windows color (decimal): -1310178 or 1966828. OLE color: 1966828.
HSL color Cylindrical-coordinate representation of color #EC021E: hue angle of 352.82º 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 #EC021E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.07 |
| HSL | 352.82º | 0.98% | 0.47% | - |
| HSV(B) | 352.82º | 0.99% | 0.93% | - |
| XYZ | 34.85 | 17.97 | 2.86 | - |
| YUV | 75.16 | 102.52 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 30 | 0 | 0.99 | 0.87 | 0.07 | 352.82 | 0.98 | 0.47 |
| Hex | EC | 2 | 1E | 0 | 63 | 57 | 7 | 161 | 62 | 2F |
| Octal | 354 | 2 | 36 | 0 | 143 | 127 | 7 | 541 | 142 | 57 |
| Binary | 11101100 | 10 | 11110 | 0 | 1100011 | 1010111 | 111 | 101100001 | 1100010 | 101111 |
Color Harmonies of #EC021E
Complementary color
Monochromatic Colors of #EC021E
Black with #EC021E
Text Example
Text Example
White with #EC021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC021E; }
p { color: rgb(236,2,30); }
H1.HeaderClassName
{
color: #EC021E;
}
.AnyTagClassName
{
color: #EC021E;
}
</style>
background-color css
<style>
a { background-color: #EC021E; }
a { background-color: rgb(236,2,30); }
div.DivClassName
{
background-color: #EC021E;
}
.BgClassName
{
background-color: #EC021E;
}
</style>
border-color css
<style>
span { border-color: #EC021E; }
span { border-color: rgb(236,2,30); }
td.TdClassName
{
border-color: #EC021E;
}
.TagClassName
{
border-color: #EC021E;
}
</style>