Shades of Fire Engine Red #EC0516
Tints of Fire Engine Red #EC0516
RGB
CMYK
RGB Variations
Color information
#EC0516 (or 0xEC0516) is known color: Fire Engine Red. HEX triplet: EC, 05 and 16. RGB value is (236,5,22). Sum of RGB (Red+Green+Blue) = 236+5+22=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0516 is #13FAE9. Grayscale: #4C4C4C. Windows color (decimal): -1309418 or 1443308. OLE color: 1443308.
HSL color Cylindrical-coordinate representation of color #EC0516: hue angle of 355.58º degrees, saturation: 0.96, 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 #EC0516 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.07 |
| HSL | 355.58º | 0.96% | 0.47% | - |
| HSV(B) | 355.58º | 0.98% | 0.93% | - |
| XYZ | 34.79 | 18 | 2.4 | - |
| YUV | 76.01 | 97.53 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 22 | 0 | 0.98 | 0.91 | 0.07 | 355.58 | 0.96 | 0.47 |
| Hex | EC | 5 | 16 | 0 | 62 | 5B | 7 | 164 | 60 | 2F |
| Octal | 354 | 5 | 26 | 0 | 142 | 133 | 7 | 544 | 140 | 57 |
| Binary | 11101100 | 101 | 10110 | 0 | 1100010 | 1011011 | 111 | 101100100 | 1100000 | 101111 |
Color Harmonies of #EC0516
Complementary color
Monochromatic Colors of #EC0516
Black with #EC0516
Text Example
Text Example
White with #EC0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0516; }
p { color: rgb(236,5,22); }
H1.HeaderClassName
{
color: #EC0516;
}
.AnyTagClassName
{
color: #EC0516;
}
</style>
background-color css
<style>
a { background-color: #EC0516; }
a { background-color: rgb(236,5,22); }
div.DivClassName
{
background-color: #EC0516;
}
.BgClassName
{
background-color: #EC0516;
}
</style>
border-color css
<style>
span { border-color: #EC0516; }
span { border-color: rgb(236,5,22); }
td.TdClassName
{
border-color: #EC0516;
}
.TagClassName
{
border-color: #EC0516;
}
</style>