Shades of Torch Red #EC142A
Tints of Torch Red #EC142A
RGB
CMYK
RGB Variations
Color information
#EC142A (or 0xEC142A) is known color: Torch Red. HEX triplet: EC, 14 and 2A. RGB value is (236,20,42). Sum of RGB (Red+Green+Blue) = 236+20+42=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC142A is #13EBD5. Grayscale: #575757. Windows color (decimal): -1305558 or 2757868. OLE color: 2757868.
HSL color Cylindrical-coordinate representation of color #EC142A: hue angle of 353.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC142A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 42 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.07 |
| HSL | 353.89º | 0.85% | 0.5% | - |
| HSV(B) | 353.89º | 0.92% | 0.93% | - |
| XYZ | 35.26 | 18.5 | 3.9 | - |
| YUV | 87.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 42 | 0 | 0.92 | 0.82 | 0.07 | 353.89 | 0.85 | 0.5 |
| Hex | EC | 14 | 2A | 0 | 5C | 52 | 7 | 162 | 55 | 32 |
| Octal | 354 | 24 | 52 | 0 | 134 | 122 | 7 | 542 | 125 | 62 |
| Binary | 11101100 | 10100 | 101010 | 0 | 1011100 | 1010010 | 111 | 101100010 | 1010101 | 110010 |
Color Harmonies of #EC142A
Complementary color
Monochromatic Colors of #EC142A
Black with #EC142A
Text Example
Text Example
White with #EC142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC142A; }
p { color: rgb(236,20,42); }
H1.HeaderClassName
{
color: #EC142A;
}
.AnyTagClassName
{
color: #EC142A;
}
</style>
background-color css
<style>
a { background-color: #EC142A; }
a { background-color: rgb(236,20,42); }
div.DivClassName
{
background-color: #EC142A;
}
.BgClassName
{
background-color: #EC142A;
}
</style>
border-color css
<style>
span { border-color: #EC142A; }
span { border-color: rgb(236,20,42); }
td.TdClassName
{
border-color: #EC142A;
}
.TagClassName
{
border-color: #EC142A;
}
</style>