Shades of Torch Red #EC152A
Tints of Torch Red #EC152A
RGB
CMYK
RGB Variations
Color information
#EC152A (or 0xEC152A) is known color: Torch Red. HEX triplet: EC, 15 and 2A. RGB value is (236,21,42). Sum of RGB (Red+Green+Blue) = 236+21+42=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC152A is #13EAD5. Grayscale: #575757. Windows color (decimal): -1305302 or 2758124. OLE color: 2758124.
HSL color Cylindrical-coordinate representation of color #EC152A: hue angle of 354.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC152A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 42 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.07 |
| HSL | 354.14º | 0.85% | 0.5% | - |
| HSV(B) | 354.14º | 0.91% | 0.93% | - |
| XYZ | 35.28 | 18.54 | 3.91 | - |
| YUV | 87.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 42 | 0 | 0.91 | 0.82 | 0.07 | 354.14 | 0.85 | 0.5 |
| Hex | EC | 15 | 2A | 0 | 5B | 52 | 7 | 162 | 55 | 32 |
| Octal | 354 | 25 | 52 | 0 | 133 | 122 | 7 | 542 | 125 | 62 |
| Binary | 11101100 | 10101 | 101010 | 0 | 1011011 | 1010010 | 111 | 101100010 | 1010101 | 110010 |
Color Harmonies of #EC152A
Complementary color
Monochromatic Colors of #EC152A
Black with #EC152A
Text Example
Text Example
White with #EC152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC152A; }
p { color: rgb(236,21,42); }
H1.HeaderClassName
{
color: #EC152A;
}
.AnyTagClassName
{
color: #EC152A;
}
</style>
background-color css
<style>
a { background-color: #EC152A; }
a { background-color: rgb(236,21,42); }
div.DivClassName
{
background-color: #EC152A;
}
.BgClassName
{
background-color: #EC152A;
}
</style>
border-color css
<style>
span { border-color: #EC152A; }
span { border-color: rgb(236,21,42); }
td.TdClassName
{
border-color: #EC152A;
}
.TagClassName
{
border-color: #EC152A;
}
</style>