Shades of Torch Red #EC042A
Tints of Torch Red #EC042A
RGB
CMYK
RGB Variations
Color information
#EC042A (or 0xEC042A) is known color: Torch Red. HEX triplet: EC, 04 and 2A. RGB value is (236,4,42). Sum of RGB (Red+Green+Blue) = 236+4+42=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC042A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC042A is #13FBD5. Grayscale: #4D4D4D. Windows color (decimal): -1309654 or 2753772. OLE color: 2753772.
HSL color Cylindrical-coordinate representation of color #EC042A: hue angle of 350.17º 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 #EC042A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.07 |
| HSL | 350.17º | 0.97% | 0.47% | - |
| HSV(B) | 350.17º | 0.98% | 0.93% | - |
| XYZ | 35.05 | 18.09 | 3.83 | - |
| YUV | 77.7 | 107.86 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 42 | 0 | 0.98 | 0.82 | 0.07 | 350.17 | 0.97 | 0.47 |
| Hex | EC | 4 | 2A | 0 | 62 | 52 | 7 | 15E | 61 | 2F |
| Octal | 354 | 4 | 52 | 0 | 142 | 122 | 7 | 536 | 141 | 57 |
| Binary | 11101100 | 100 | 101010 | 0 | 1100010 | 1010010 | 111 | 101011110 | 1100001 | 101111 |
Color Harmonies of #EC042A
Complementary color
Monochromatic Colors of #EC042A
Black with #EC042A
Text Example
Text Example
White with #EC042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC042A; }
p { color: rgb(236,4,42); }
H1.HeaderClassName
{
color: #EC042A;
}
.AnyTagClassName
{
color: #EC042A;
}
</style>
background-color css
<style>
a { background-color: #EC042A; }
a { background-color: rgb(236,4,42); }
div.DivClassName
{
background-color: #EC042A;
}
.BgClassName
{
background-color: #EC042A;
}
</style>
border-color css
<style>
span { border-color: #EC042A; }
span { border-color: rgb(236,4,42); }
td.TdClassName
{
border-color: #EC042A;
}
.TagClassName
{
border-color: #EC042A;
}
</style>