Shades of Torch Red #EC042C
Tints of Torch Red #EC042C
RGB
CMYK
RGB Variations
Color information
#EC042C (or 0xEC042C) is known color: Torch Red. HEX triplet: EC, 04 and 2C. RGB value is (236,4,44). Sum of RGB (Red+Green+Blue) = 236+4+44=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC042C is #13FBD3. Grayscale: #4E4E4E. Windows color (decimal): -1309652 or 2884844. OLE color: 2884844.
HSL color Cylindrical-coordinate representation of color #EC042C: hue angle of 349.66º 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 #EC042C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.07 |
| HSL | 349.66º | 0.97% | 0.47% | - |
| HSV(B) | 349.66º | 0.98% | 0.93% | - |
| XYZ | 35.09 | 18.1 | 4.03 | - |
| YUV | 77.93 | 108.86 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 44 | 0 | 0.98 | 0.81 | 0.07 | 349.66 | 0.97 | 0.47 |
| Hex | EC | 4 | 2C | 0 | 62 | 51 | 7 | 15E | 61 | 2F |
| Octal | 354 | 4 | 54 | 0 | 142 | 121 | 7 | 536 | 141 | 57 |
| Binary | 11101100 | 100 | 101100 | 0 | 1100010 | 1010001 | 111 | 101011110 | 1100001 | 101111 |
Color Harmonies of #EC042C
Complementary color
Monochromatic Colors of #EC042C
Black with #EC042C
Text Example
Text Example
White with #EC042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC042C; }
p { color: rgb(236,4,44); }
H1.HeaderClassName
{
color: #EC042C;
}
.AnyTagClassName
{
color: #EC042C;
}
</style>
background-color css
<style>
a { background-color: #EC042C; }
a { background-color: rgb(236,4,44); }
div.DivClassName
{
background-color: #EC042C;
}
.BgClassName
{
background-color: #EC042C;
}
</style>
border-color css
<style>
span { border-color: #EC042C; }
span { border-color: rgb(236,4,44); }
td.TdClassName
{
border-color: #EC042C;
}
.TagClassName
{
border-color: #EC042C;
}
</style>