Shades of Torch Red #EC0418
Tints of Torch Red #EC0418
RGB
CMYK
RGB Variations
Color information
#EC0418 (or 0xEC0418) is known color: Torch Red. HEX triplet: EC, 04 and 18. RGB value is (236,4,24). Sum of RGB (Red+Green+Blue) = 236+4+24=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0418 is #13FBE7. Grayscale: #4B4B4B. Windows color (decimal): -1309672 or 1574124. OLE color: 1574124.
HSL color Cylindrical-coordinate representation of color #EC0418: hue angle of 354.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0418 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.07 |
| HSL | 354.83º | 0.97% | 0.47% | - |
| HSV(B) | 354.83º | 0.98% | 0.93% | - |
| XYZ | 34.8 | 17.99 | 2.5 | - |
| YUV | 75.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 24 | 0 | 0.98 | 0.90 | 0.07 | 354.83 | 0.97 | 0.47 |
| Hex | EC | 4 | 18 | 0 | 62 | 5A | 7 | 163 | 61 | 2F |
| Octal | 354 | 4 | 30 | 0 | 142 | 132 | 7 | 543 | 141 | 57 |
| Binary | 11101100 | 100 | 11000 | 0 | 1100010 | 1011010 | 111 | 101100011 | 1100001 | 101111 |
Color Harmonies of #EC0418
Complementary color
Monochromatic Colors of #EC0418
Black with #EC0418
Text Example
Text Example
White with #EC0418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0418; }
p { color: rgb(236,4,24); }
H1.HeaderClassName
{
color: #EC0418;
}
.AnyTagClassName
{
color: #EC0418;
}
</style>
background-color css
<style>
a { background-color: #EC0418; }
a { background-color: rgb(236,4,24); }
div.DivClassName
{
background-color: #EC0418;
}
.BgClassName
{
background-color: #EC0418;
}
</style>
border-color css
<style>
span { border-color: #EC0418; }
span { border-color: rgb(236,4,24); }
td.TdClassName
{
border-color: #EC0418;
}
.TagClassName
{
border-color: #EC0418;
}
</style>