Shades of Torch Red #EC0029
Tints of Torch Red #EC0029
RGB
CMYK
RGB Variations
Color information
#EC0029 (or 0xEC0029) is known color: Torch Red. HEX triplet: EC, 00 and 29. RGB value is (236,0,41). Sum of RGB (Red+Green+Blue) = 236+0+41=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0029 is #13FFD6. Grayscale: #4B4B4B. Windows color (decimal): -1310679 or 2687212. OLE color: 2687212.
HSL color Cylindrical-coordinate representation of color #EC0029: hue angle of 349.58º 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 #EC0029 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.83 | 0.07 |
| HSL | 349.58º | 1% | 0.46% | - |
| HSV(B) | 349.58º | 1% | 0.93% | - |
| XYZ | 34.99 | 17.99 | 3.73 | - |
| YUV | 75.24 | 108.69 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 41 | 0 | 1 | 0.83 | 0.07 | 349.58 | 1 | 0.46 |
| Hex | EC | 0 | 29 | 0 | 64 | 53 | 7 | 15E | 64 | 2E |
| Octal | 354 | 0 | 51 | 0 | 144 | 123 | 7 | 536 | 144 | 56 |
| Binary | 11101100 | 0 | 101001 | 0 | 1100100 | 1010011 | 111 | 101011110 | 1100100 | 101110 |
Color Harmonies of #EC0029
Complementary color
Monochromatic Colors of #EC0029
Black with #EC0029
Text Example
Text Example
White with #EC0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0029; }
p { color: rgb(236,0,41); }
H1.HeaderClassName
{
color: #EC0029;
}
.AnyTagClassName
{
color: #EC0029;
}
</style>
background-color css
<style>
a { background-color: #EC0029; }
a { background-color: rgb(236,0,41); }
div.DivClassName
{
background-color: #EC0029;
}
.BgClassName
{
background-color: #EC0029;
}
</style>
border-color css
<style>
span { border-color: #EC0029; }
span { border-color: rgb(236,0,41); }
td.TdClassName
{
border-color: #EC0029;
}
.TagClassName
{
border-color: #EC0029;
}
</style>