Shades of Torch Red #EC111E
Tints of Torch Red #EC111E
RGB
CMYK
RGB Variations
Color information
#EC111E (or 0xEC111E) is known color: Torch Red. HEX triplet: EC, 11 and 1E. RGB value is (236,17,30). Sum of RGB (Red+Green+Blue) = 236+17+30=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC111E is #13EEE1. Grayscale: #545454. Windows color (decimal): -1306338 or 1970668. OLE color: 1970668.
HSL color Cylindrical-coordinate representation of color #EC111E: hue angle of 356.44º 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 #EC111E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 30 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.07 |
| HSL | 356.44º | 0.87% | 0.5% | - |
| HSV(B) | 356.44º | 0.93% | 0.93% | - |
| XYZ | 35.03 | 18.33 | 2.92 | - |
| YUV | 83.96 | 97.55 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 30 | 0 | 0.93 | 0.87 | 0.07 | 356.44 | 0.87 | 0.5 |
| Hex | EC | 11 | 1E | 0 | 5D | 57 | 7 | 164 | 57 | 32 |
| Octal | 354 | 21 | 36 | 0 | 135 | 127 | 7 | 544 | 127 | 62 |
| Binary | 11101100 | 10001 | 11110 | 0 | 1011101 | 1010111 | 111 | 101100100 | 1010111 | 110010 |
Color Harmonies of #EC111E
Complementary color
Monochromatic Colors of #EC111E
Black with #EC111E
Text Example
Text Example
White with #EC111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC111E; }
p { color: rgb(236,17,30); }
H1.HeaderClassName
{
color: #EC111E;
}
.AnyTagClassName
{
color: #EC111E;
}
</style>
background-color css
<style>
a { background-color: #EC111E; }
a { background-color: rgb(236,17,30); }
div.DivClassName
{
background-color: #EC111E;
}
.BgClassName
{
background-color: #EC111E;
}
</style>
border-color css
<style>
span { border-color: #EC111E; }
span { border-color: rgb(236,17,30); }
td.TdClassName
{
border-color: #EC111E;
}
.TagClassName
{
border-color: #EC111E;
}
</style>