Shades of Torch Red #EC012E
Tints of Torch Red #EC012E
RGB
CMYK
RGB Variations
Color information
#EC012E (or 0xEC012E) is known color: Torch Red. HEX triplet: EC, 01 and 2E. RGB value is (236,1,46). Sum of RGB (Red+Green+Blue) = 236+1+46=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC012E is #13FED1. Grayscale: #4C4C4C. Windows color (decimal): -1310418 or 3015148. OLE color: 3015148.
HSL color Cylindrical-coordinate representation of color #EC012E: hue angle of 348.51º 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 #EC012E is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.07 |
| HSL | 348.51º | 0.99% | 0.46% | - |
| HSV(B) | 348.51º | 1% | 0.93% | - |
| XYZ | 35.1 | 18.05 | 4.22 | - |
| YUV | 76.4 | 110.86 | 241.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 46 | 0 | 1.00 | 0.81 | 0.07 | 348.51 | 0.99 | 0.46 |
| Hex | EC | 1 | 2E | 0 | 64 | 51 | 7 | 15D | 63 | 2E |
| Octal | 354 | 1 | 56 | 0 | 144 | 121 | 7 | 535 | 143 | 56 |
| Binary | 11101100 | 1 | 101110 | 0 | 1100100 | 1010001 | 111 | 101011101 | 1100011 | 101110 |
Color Harmonies of #EC012E
Complementary color
Monochromatic Colors of #EC012E
Black with #EC012E
Text Example
Text Example
White with #EC012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC012E; }
p { color: rgb(236,1,46); }
H1.HeaderClassName
{
color: #EC012E;
}
.AnyTagClassName
{
color: #EC012E;
}
</style>
background-color css
<style>
a { background-color: #EC012E; }
a { background-color: rgb(236,1,46); }
div.DivClassName
{
background-color: #EC012E;
}
.BgClassName
{
background-color: #EC012E;
}
</style>
border-color css
<style>
span { border-color: #EC012E; }
span { border-color: rgb(236,1,46); }
td.TdClassName
{
border-color: #EC012E;
}
.TagClassName
{
border-color: #EC012E;
}
</style>