Shades of Torch Red #EC112D
Tints of Torch Red #EC112D
RGB
CMYK
RGB Variations
Color information
#EC112D (or 0xEC112D) is known color: Torch Red. HEX triplet: EC, 11 and 2D. RGB value is (236,17,45). Sum of RGB (Red+Green+Blue) = 236+17+45=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC112D is #13EED2. Grayscale: #555555. Windows color (decimal): -1306323 or 2953708. OLE color: 2953708.
HSL color Cylindrical-coordinate representation of color #EC112D: hue angle of 352.33º 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 #EC112D is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 45 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.07 |
| HSL | 352.33º | 0.87% | 0.5% | - |
| HSV(B) | 352.33º | 0.93% | 0.93% | - |
| XYZ | 35.27 | 18.42 | 4.18 | - |
| YUV | 85.67 | 105.05 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 45 | 0 | 0.93 | 0.81 | 0.07 | 352.33 | 0.87 | 0.5 |
| Hex | EC | 11 | 2D | 0 | 5D | 51 | 7 | 160 | 57 | 32 |
| Octal | 354 | 21 | 55 | 0 | 135 | 121 | 7 | 540 | 127 | 62 |
| Binary | 11101100 | 10001 | 101101 | 0 | 1011101 | 1010001 | 111 | 101100000 | 1010111 | 110010 |
Color Harmonies of #EC112D
Complementary color
Monochromatic Colors of #EC112D
Black with #EC112D
Text Example
Text Example
White with #EC112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC112D; }
p { color: rgb(236,17,45); }
H1.HeaderClassName
{
color: #EC112D;
}
.AnyTagClassName
{
color: #EC112D;
}
</style>
background-color css
<style>
a { background-color: #EC112D; }
a { background-color: rgb(236,17,45); }
div.DivClassName
{
background-color: #EC112D;
}
.BgClassName
{
background-color: #EC112D;
}
</style>
border-color css
<style>
span { border-color: #EC112D; }
span { border-color: rgb(236,17,45); }
td.TdClassName
{
border-color: #EC112D;
}
.TagClassName
{
border-color: #EC112D;
}
</style>