Shades of Torch Red #EC0019
Tints of Torch Red #EC0019
RGB
CMYK
RGB Variations
Color information
#EC0019 (or 0xEC0019) is known color: Torch Red. HEX triplet: EC, 00 and 19. RGB value is (236,0,25). Sum of RGB (Red+Green+Blue) = 236+0+25=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0019 is #13FFE6. Grayscale: #494949. Windows color (decimal): -1310695 or 1638636. OLE color: 1638636.
HSL color Cylindrical-coordinate representation of color #EC0019: hue angle of 353.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.89 | 0.07 |
| HSL | 353.64º | 1% | 0.46% | - |
| HSV(B) | 353.64º | 1% | 0.93% | - |
| XYZ | 34.77 | 17.9 | 2.54 | - |
| YUV | 73.41 | 100.69 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 25 | 0 | 1 | 0.89 | 0.07 | 353.64 | 1 | 0.46 |
| Hex | EC | 0 | 19 | 0 | 64 | 59 | 7 | 162 | 64 | 2E |
| Octal | 354 | 0 | 31 | 0 | 144 | 131 | 7 | 542 | 144 | 56 |
| Binary | 11101100 | 0 | 11001 | 0 | 1100100 | 1011001 | 111 | 101100010 | 1100100 | 101110 |
Color Harmonies of #EC0019
Complementary color
Monochromatic Colors of #EC0019
Black with #EC0019
Text Example
Text Example
White with #EC0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0019; }
p { color: rgb(236,0,25); }
H1.HeaderClassName
{
color: #EC0019;
}
.AnyTagClassName
{
color: #EC0019;
}
</style>
background-color css
<style>
a { background-color: #EC0019; }
a { background-color: rgb(236,0,25); }
div.DivClassName
{
background-color: #EC0019;
}
.BgClassName
{
background-color: #EC0019;
}
</style>
border-color css
<style>
span { border-color: #EC0019; }
span { border-color: rgb(236,0,25); }
td.TdClassName
{
border-color: #EC0019;
}
.TagClassName
{
border-color: #EC0019;
}
</style>