Shades of Torch Red #EC0118
Tints of Torch Red #EC0118
RGB
CMYK
RGB Variations
Color information
#EC0118 (or 0xEC0118) is known color: Torch Red. HEX triplet: EC, 01 and 18. RGB value is (236,1,24). Sum of RGB (Red+Green+Blue) = 236+1+24=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0118 is #13FEE7. Grayscale: #4A4A4A. Windows color (decimal): -1310440 or 1573356. OLE color: 1573356.
HSL color Cylindrical-coordinate representation of color #EC0118: hue angle of 354.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0118 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.07 |
| HSL | 354.13º | 0.99% | 0.46% | - |
| HSV(B) | 354.13º | 1% | 0.93% | - |
| XYZ | 34.77 | 17.92 | 2.49 | - |
| YUV | 73.89 | 99.86 | 243.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 24 | 0 | 1.00 | 0.90 | 0.07 | 354.13 | 0.99 | 0.46 |
| Hex | EC | 1 | 18 | 0 | 64 | 5A | 7 | 162 | 63 | 2E |
| Octal | 354 | 1 | 30 | 0 | 144 | 132 | 7 | 542 | 143 | 56 |
| Binary | 11101100 | 1 | 11000 | 0 | 1100100 | 1011010 | 111 | 101100010 | 1100011 | 101110 |
Color Harmonies of #EC0118
Complementary color
Monochromatic Colors of #EC0118
Black with #EC0118
Text Example
Text Example
White with #EC0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0118; }
p { color: rgb(236,1,24); }
H1.HeaderClassName
{
color: #EC0118;
}
.AnyTagClassName
{
color: #EC0118;
}
</style>
background-color css
<style>
a { background-color: #EC0118; }
a { background-color: rgb(236,1,24); }
div.DivClassName
{
background-color: #EC0118;
}
.BgClassName
{
background-color: #EC0118;
}
</style>
border-color css
<style>
span { border-color: #EC0118; }
span { border-color: rgb(236,1,24); }
td.TdClassName
{
border-color: #EC0118;
}
.TagClassName
{
border-color: #EC0118;
}
</style>