Shades of Torch Red #EC011A
Tints of Torch Red #EC011A
RGB
CMYK
RGB Variations
Color information
#EC011A (or 0xEC011A) is known color: Torch Red. HEX triplet: EC, 01 and 1A. RGB value is (236,1,26). Sum of RGB (Red+Green+Blue) = 236+1+26=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011A is #13FEE5. Grayscale: #4A4A4A. Windows color (decimal): -1310438 or 1704428. OLE color: 1704428.
HSL color Cylindrical-coordinate representation of color #EC011A: hue angle of 353.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC011A is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.07 |
| HSL | 353.62º | 0.99% | 0.46% | - |
| HSV(B) | 353.62º | 1% | 0.93% | - |
| XYZ | 34.79 | 17.93 | 2.6 | - |
| YUV | 74.12 | 100.86 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 26 | 0 | 1.00 | 0.89 | 0.07 | 353.62 | 0.99 | 0.46 |
| Hex | EC | 1 | 1A | 0 | 64 | 59 | 7 | 162 | 63 | 2E |
| Octal | 354 | 1 | 32 | 0 | 144 | 131 | 7 | 542 | 143 | 56 |
| Binary | 11101100 | 1 | 11010 | 0 | 1100100 | 1011001 | 111 | 101100010 | 1100011 | 101110 |
Color Harmonies of #EC011A
Complementary color
Monochromatic Colors of #EC011A
Black with #EC011A
Text Example
Text Example
White with #EC011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC011A; }
p { color: rgb(236,1,26); }
H1.HeaderClassName
{
color: #EC011A;
}
.AnyTagClassName
{
color: #EC011A;
}
</style>
background-color css
<style>
a { background-color: #EC011A; }
a { background-color: rgb(236,1,26); }
div.DivClassName
{
background-color: #EC011A;
}
.BgClassName
{
background-color: #EC011A;
}
</style>
border-color css
<style>
span { border-color: #EC011A; }
span { border-color: rgb(236,1,26); }
td.TdClassName
{
border-color: #EC011A;
}
.TagClassName
{
border-color: #EC011A;
}
</style>