Shades of Torch Red #EC043C
Tints of Torch Red #EC043C
RGB
CMYK
RGB Variations
Color information
#EC043C (or 0xEC043C) is known color: Torch Red. HEX triplet: EC, 04 and 3C. RGB value is (236,4,60). Sum of RGB (Red+Green+Blue) = 236+4+60=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC043C is #13FBC3. Grayscale: #4F4F4F. Windows color (decimal): -1309636 or 3933420. OLE color: 3933420.
HSL color Cylindrical-coordinate representation of color #EC043C: hue angle of 345.52º 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 #EC043C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.07 |
| HSL | 345.52º | 0.97% | 0.47% | - |
| HSV(B) | 345.52º | 0.98% | 0.93% | - |
| XYZ | 35.45 | 18.25 | 5.93 | - |
| YUV | 79.75 | 116.86 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 60 | 0 | 0.98 | 0.75 | 0.07 | 345.52 | 0.97 | 0.47 |
| Hex | EC | 4 | 3C | 0 | 62 | 4B | 7 | 15A | 61 | 2F |
| Octal | 354 | 4 | 74 | 0 | 142 | 113 | 7 | 532 | 141 | 57 |
| Binary | 11101100 | 100 | 111100 | 0 | 1100010 | 1001011 | 111 | 101011010 | 1100001 | 101111 |
Color Harmonies of #EC043C
Complementary color
Monochromatic Colors of #EC043C
Black with #EC043C
Text Example
Text Example
White with #EC043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC043C; }
p { color: rgb(236,4,60); }
H1.HeaderClassName
{
color: #EC043C;
}
.AnyTagClassName
{
color: #EC043C;
}
</style>
background-color css
<style>
a { background-color: #EC043C; }
a { background-color: rgb(236,4,60); }
div.DivClassName
{
background-color: #EC043C;
}
.BgClassName
{
background-color: #EC043C;
}
</style>
border-color css
<style>
span { border-color: #EC043C; }
span { border-color: rgb(236,4,60); }
td.TdClassName
{
border-color: #EC043C;
}
.TagClassName
{
border-color: #EC043C;
}
</style>