Shades of Torch Red #EC0529
Tints of Torch Red #EC0529
RGB
CMYK
RGB Variations
Color information
#EC0529 (or 0xEC0529) is known color: Torch Red. HEX triplet: EC, 05 and 29. RGB value is (236,5,41). Sum of RGB (Red+Green+Blue) = 236+5+41=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0529 is #13FAD6. Grayscale: #4E4E4E. Windows color (decimal): -1309399 or 2688492. OLE color: 2688492.
HSL color Cylindrical-coordinate representation of color #EC0529: hue angle of 350.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.07 |
| HSL | 350.65º | 0.96% | 0.47% | - |
| HSV(B) | 350.65º | 0.98% | 0.93% | - |
| XYZ | 35.05 | 18.1 | 3.74 | - |
| YUV | 78.17 | 107.03 | 240.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 41 | 0 | 0.98 | 0.83 | 0.07 | 350.65 | 0.96 | 0.47 |
| Hex | EC | 5 | 29 | 0 | 62 | 53 | 7 | 15F | 60 | 2F |
| Octal | 354 | 5 | 51 | 0 | 142 | 123 | 7 | 537 | 140 | 57 |
| Binary | 11101100 | 101 | 101001 | 0 | 1100010 | 1010011 | 111 | 101011111 | 1100000 | 101111 |
Color Harmonies of #EC0529
Complementary color
Monochromatic Colors of #EC0529
Black with #EC0529
Text Example
Text Example
White with #EC0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0529; }
p { color: rgb(236,5,41); }
H1.HeaderClassName
{
color: #EC0529;
}
.AnyTagClassName
{
color: #EC0529;
}
</style>
background-color css
<style>
a { background-color: #EC0529; }
a { background-color: rgb(236,5,41); }
div.DivClassName
{
background-color: #EC0529;
}
.BgClassName
{
background-color: #EC0529;
}
</style>
border-color css
<style>
span { border-color: #EC0529; }
span { border-color: rgb(236,5,41); }
td.TdClassName
{
border-color: #EC0529;
}
.TagClassName
{
border-color: #EC0529;
}
</style>