Shades of Torch Red #EC011E
Tints of Torch Red #EC011E
RGB
CMYK
RGB Variations
Color information
#EC011E (or 0xEC011E) is known color: Torch Red. HEX triplet: EC, 01 and 1E. RGB value is (236,1,30). Sum of RGB (Red+Green+Blue) = 236+1+30=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011E is #13FEE1. Grayscale: #4A4A4A. Windows color (decimal): -1310434 or 1966572. OLE color: 1966572.
HSL color Cylindrical-coordinate representation of color #EC011E: hue angle of 352.6º 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 #EC011E is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.07 |
| HSL | 352.6º | 0.99% | 0.46% | - |
| HSV(B) | 352.6º | 1% | 0.93% | - |
| XYZ | 34.84 | 17.95 | 2.86 | - |
| YUV | 74.57 | 102.86 | 243.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 30 | 0 | 1.00 | 0.87 | 0.07 | 352.6 | 0.99 | 0.46 |
| Hex | EC | 1 | 1E | 0 | 64 | 57 | 7 | 161 | 63 | 2E |
| Octal | 354 | 1 | 36 | 0 | 144 | 127 | 7 | 541 | 143 | 56 |
| Binary | 11101100 | 1 | 11110 | 0 | 1100100 | 1010111 | 111 | 101100001 | 1100011 | 101110 |
Color Harmonies of #EC011E
Complementary color
Monochromatic Colors of #EC011E
Black with #EC011E
Text Example
Text Example
White with #EC011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC011E; }
p { color: rgb(236,1,30); }
H1.HeaderClassName
{
color: #EC011E;
}
.AnyTagClassName
{
color: #EC011E;
}
</style>
background-color css
<style>
a { background-color: #EC011E; }
a { background-color: rgb(236,1,30); }
div.DivClassName
{
background-color: #EC011E;
}
.BgClassName
{
background-color: #EC011E;
}
</style>
border-color css
<style>
span { border-color: #EC011E; }
span { border-color: rgb(236,1,30); }
td.TdClassName
{
border-color: #EC011E;
}
.TagClassName
{
border-color: #EC011E;
}
</style>