Shades of Torch Red #EC002E
Tints of Torch Red #EC002E
RGB
CMYK
RGB Variations
Color information
#EC002E (or 0xEC002E) is known color: Torch Red. HEX triplet: EC, 00 and 2E. RGB value is (236,0,46). Sum of RGB (Red+Green+Blue) = 236+0+46=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC002E is #13FFD1. Grayscale: #4B4B4B. Windows color (decimal): -1310674 or 3014892. OLE color: 3014892.
HSL color Cylindrical-coordinate representation of color #EC002E: hue angle of 348.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC002E is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.81 | 0.07 |
| HSL | 348.31º | 1% | 0.46% | - |
| HSV(B) | 348.31º | 1% | 0.93% | - |
| XYZ | 35.09 | 18.03 | 4.22 | - |
| YUV | 75.81 | 111.19 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 46 | 0 | 1 | 0.81 | 0.07 | 348.31 | 1 | 0.46 |
| Hex | EC | 0 | 2E | 0 | 64 | 51 | 7 | 15C | 64 | 2E |
| Octal | 354 | 0 | 56 | 0 | 144 | 121 | 7 | 534 | 144 | 56 |
| Binary | 11101100 | 0 | 101110 | 0 | 1100100 | 1010001 | 111 | 101011100 | 1100100 | 101110 |
Color Harmonies of #EC002E
Complementary color
Monochromatic Colors of #EC002E
Black with #EC002E
Text Example
Text Example
White with #EC002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC002E; }
p { color: rgb(236,0,46); }
H1.HeaderClassName
{
color: #EC002E;
}
.AnyTagClassName
{
color: #EC002E;
}
</style>
background-color css
<style>
a { background-color: #EC002E; }
a { background-color: rgb(236,0,46); }
div.DivClassName
{
background-color: #EC002E;
}
.BgClassName
{
background-color: #EC002E;
}
</style>
border-color css
<style>
span { border-color: #EC002E; }
span { border-color: rgb(236,0,46); }
td.TdClassName
{
border-color: #EC002E;
}
.TagClassName
{
border-color: #EC002E;
}
</style>