Shades of Torch Red #EC112B
Tints of Torch Red #EC112B
RGB
CMYK
RGB Variations
Color information
#EC112B (or 0xEC112B) is known color: Torch Red. HEX triplet: EC, 11 and 2B. RGB value is (236,17,43). Sum of RGB (Red+Green+Blue) = 236+17+43=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC112B is #13EED4. Grayscale: #555555. Windows color (decimal): -1306325 or 2822636. OLE color: 2822636.
HSL color Cylindrical-coordinate representation of color #EC112B: hue angle of 352.88º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC112B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.07 |
| HSL | 352.88º | 0.87% | 0.5% | - |
| HSV(B) | 352.88º | 0.93% | 0.93% | - |
| XYZ | 35.23 | 18.41 | 3.98 | - |
| YUV | 85.45 | 104.05 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 43 | 0 | 0.93 | 0.82 | 0.07 | 352.88 | 0.87 | 0.5 |
| Hex | EC | 11 | 2B | 0 | 5D | 52 | 7 | 161 | 57 | 32 |
| Octal | 354 | 21 | 53 | 0 | 135 | 122 | 7 | 541 | 127 | 62 |
| Binary | 11101100 | 10001 | 101011 | 0 | 1011101 | 1010010 | 111 | 101100001 | 1010111 | 110010 |
Color Harmonies of #EC112B
Complementary color
Monochromatic Colors of #EC112B
Black with #EC112B
Text Example
Text Example
White with #EC112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC112B; }
p { color: rgb(236,17,43); }
H1.HeaderClassName
{
color: #EC112B;
}
.AnyTagClassName
{
color: #EC112B;
}
</style>
background-color css
<style>
a { background-color: #EC112B; }
a { background-color: rgb(236,17,43); }
div.DivClassName
{
background-color: #EC112B;
}
.BgClassName
{
background-color: #EC112B;
}
</style>
border-color css
<style>
span { border-color: #EC112B; }
span { border-color: rgb(236,17,43); }
td.TdClassName
{
border-color: #EC112B;
}
.TagClassName
{
border-color: #EC112B;
}
</style>