Shades of Torch Red #EC1120
Tints of Torch Red #EC1120
RGB
CMYK
RGB Variations
Color information
#EC1120 (or 0xEC1120) is known color: Torch Red. HEX triplet: EC, 11 and 20. RGB value is (236,17,32). Sum of RGB (Red+Green+Blue) = 236+17+32=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1120 is #13EEDF. Grayscale: #545454. Windows color (decimal): -1306336 or 2101740. OLE color: 2101740.
HSL color Cylindrical-coordinate representation of color #EC1120: hue angle of 355.89º 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 #EC1120 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 32 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.07 |
| HSL | 355.89º | 0.87% | 0.5% | - |
| HSV(B) | 355.89º | 0.93% | 0.93% | - |
| XYZ | 35.05 | 18.34 | 3.06 | - |
| YUV | 84.19 | 98.55 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 32 | 0 | 0.93 | 0.86 | 0.07 | 355.89 | 0.87 | 0.5 |
| Hex | EC | 11 | 20 | 0 | 5D | 56 | 7 | 164 | 57 | 32 |
| Octal | 354 | 21 | 40 | 0 | 135 | 126 | 7 | 544 | 127 | 62 |
| Binary | 11101100 | 10001 | 100000 | 0 | 1011101 | 1010110 | 111 | 101100100 | 1010111 | 110010 |
Color Harmonies of #EC1120
Complementary color
Monochromatic Colors of #EC1120
Black with #EC1120
Text Example
Text Example
White with #EC1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1120; }
p { color: rgb(236,17,32); }
H1.HeaderClassName
{
color: #EC1120;
}
.AnyTagClassName
{
color: #EC1120;
}
</style>
background-color css
<style>
a { background-color: #EC1120; }
a { background-color: rgb(236,17,32); }
div.DivClassName
{
background-color: #EC1120;
}
.BgClassName
{
background-color: #EC1120;
}
</style>
border-color css
<style>
span { border-color: #EC1120; }
span { border-color: rgb(236,17,32); }
td.TdClassName
{
border-color: #EC1120;
}
.TagClassName
{
border-color: #EC1120;
}
</style>