Shades of Torch Red #EC0119
Tints of Torch Red #EC0119
RGB
CMYK
RGB Variations
Color information
#EC0119 (or 0xEC0119) is known color: Torch Red. HEX triplet: EC, 01 and 19. RGB value is (236,1,25). Sum of RGB (Red+Green+Blue) = 236+1+25=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0119 is #13FEE6. Grayscale: #4A4A4A. Windows color (decimal): -1310439 or 1638892. OLE color: 1638892.
HSL color Cylindrical-coordinate representation of color #EC0119: hue angle of 353.87º 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 #EC0119 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.07 |
| HSL | 353.87º | 0.99% | 0.46% | - |
| HSV(B) | 353.87º | 1% | 0.93% | - |
| XYZ | 34.78 | 17.92 | 2.55 | - |
| YUV | 74 | 100.36 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 25 | 0 | 1.00 | 0.89 | 0.07 | 353.87 | 0.99 | 0.46 |
| Hex | EC | 1 | 19 | 0 | 64 | 59 | 7 | 162 | 63 | 2E |
| Octal | 354 | 1 | 31 | 0 | 144 | 131 | 7 | 542 | 143 | 56 |
| Binary | 11101100 | 1 | 11001 | 0 | 1100100 | 1011001 | 111 | 101100010 | 1100011 | 101110 |
Color Harmonies of #EC0119
Complementary color
Monochromatic Colors of #EC0119
Black with #EC0119
Text Example
Text Example
White with #EC0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0119; }
p { color: rgb(236,1,25); }
H1.HeaderClassName
{
color: #EC0119;
}
.AnyTagClassName
{
color: #EC0119;
}
</style>
background-color css
<style>
a { background-color: #EC0119; }
a { background-color: rgb(236,1,25); }
div.DivClassName
{
background-color: #EC0119;
}
.BgClassName
{
background-color: #EC0119;
}
</style>
border-color css
<style>
span { border-color: #EC0119; }
span { border-color: rgb(236,1,25); }
td.TdClassName
{
border-color: #EC0119;
}
.TagClassName
{
border-color: #EC0119;
}
</style>