Shades of Torch Red #EC142B
Tints of Torch Red #EC142B
RGB
CMYK
RGB Variations
Color information
#EC142B (or 0xEC142B) is known color: Torch Red. HEX triplet: EC, 14 and 2B. RGB value is (236,20,43). Sum of RGB (Red+Green+Blue) = 236+20+43=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC142B is #13EBD4. Grayscale: #575757. Windows color (decimal): -1305557 or 2823404. OLE color: 2823404.
HSL color Cylindrical-coordinate representation of color #EC142B: hue angle of 353.61º 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 #EC142B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 43 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.07 |
| HSL | 353.61º | 0.85% | 0.5% | - |
| HSV(B) | 353.61º | 0.92% | 0.93% | - |
| XYZ | 35.28 | 18.51 | 4 | - |
| YUV | 87.21 | 103.06 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 43 | 0 | 0.92 | 0.82 | 0.07 | 353.61 | 0.85 | 0.5 |
| Hex | EC | 14 | 2B | 0 | 5C | 52 | 7 | 162 | 55 | 32 |
| Octal | 354 | 24 | 53 | 0 | 134 | 122 | 7 | 542 | 125 | 62 |
| Binary | 11101100 | 10100 | 101011 | 0 | 1011100 | 1010010 | 111 | 101100010 | 1010101 | 110010 |
Color Harmonies of #EC142B
Complementary color
Monochromatic Colors of #EC142B
Black with #EC142B
Text Example
Text Example
White with #EC142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC142B; }
p { color: rgb(236,20,43); }
H1.HeaderClassName
{
color: #EC142B;
}
.AnyTagClassName
{
color: #EC142B;
}
</style>
background-color css
<style>
a { background-color: #EC142B; }
a { background-color: rgb(236,20,43); }
div.DivClassName
{
background-color: #EC142B;
}
.BgClassName
{
background-color: #EC142B;
}
</style>
border-color css
<style>
span { border-color: #EC142B; }
span { border-color: rgb(236,20,43); }
td.TdClassName
{
border-color: #EC142B;
}
.TagClassName
{
border-color: #EC142B;
}
</style>