Shades of Torch Red #EC043B
Tints of Torch Red #EC043B
RGB
CMYK
RGB Variations
Color information
#EC043B (or 0xEC043B) is known color: Torch Red. HEX triplet: EC, 04 and 3B. RGB value is (236,4,59). Sum of RGB (Red+Green+Blue) = 236+4+59=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC043B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC043B is #13FBC4. Grayscale: #4F4F4F. Windows color (decimal): -1309637 or 3867884. OLE color: 3867884.
HSL color Cylindrical-coordinate representation of color #EC043B: hue angle of 345.78º degrees, saturation: 0.97, 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 #EC043B is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.07 |
| HSL | 345.78º | 0.97% | 0.47% | - |
| HSV(B) | 345.78º | 0.98% | 0.93% | - |
| XYZ | 35.42 | 18.24 | 5.79 | - |
| YUV | 79.64 | 116.36 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 59 | 0 | 0.98 | 0.75 | 0.07 | 345.78 | 0.97 | 0.47 |
| Hex | EC | 4 | 3B | 0 | 62 | 4B | 7 | 15A | 61 | 2F |
| Octal | 354 | 4 | 73 | 0 | 142 | 113 | 7 | 532 | 141 | 57 |
| Binary | 11101100 | 100 | 111011 | 0 | 1100010 | 1001011 | 111 | 101011010 | 1100001 | 101111 |
Color Harmonies of #EC043B
Complementary color
Monochromatic Colors of #EC043B
Black with #EC043B
Text Example
Text Example
White with #EC043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC043B; }
p { color: rgb(236,4,59); }
H1.HeaderClassName
{
color: #EC043B;
}
.AnyTagClassName
{
color: #EC043B;
}
</style>
background-color css
<style>
a { background-color: #EC043B; }
a { background-color: rgb(236,4,59); }
div.DivClassName
{
background-color: #EC043B;
}
.BgClassName
{
background-color: #EC043B;
}
</style>
border-color css
<style>
span { border-color: #EC043B; }
span { border-color: rgb(236,4,59); }
td.TdClassName
{
border-color: #EC043B;
}
.TagClassName
{
border-color: #EC043B;
}
</style>