Shades of Fire Engine Red #EC0C0E
Tints of Fire Engine Red #EC0C0E
RGB
CMYK
RGB Variations
Color information
#EC0C0E (or 0xEC0C0E) is known color: Fire Engine Red. HEX triplet: EC, 0C and 0E. RGB value is (236,12,14). Sum of RGB (Red+Green+Blue) = 236+12+14=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0C0E is #13F3F1. Grayscale: #4F4F4F. Windows color (decimal): -1307634 or 920812. OLE color: 920812.
HSL color Cylindrical-coordinate representation of color #EC0C0E: hue angle of 359.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C0E is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 14 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.07 |
| HSL | 359.46º | 0.9% | 0.49% | - |
| HSV(B) | 359.46º | 0.95% | 0.93% | - |
| XYZ | 34.8 | 18.13 | 2.08 | - |
| YUV | 79.2 | 91.21 | 239.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 14 | 0 | 0.95 | 0.94 | 0.07 | 359.46 | 0.9 | 0.49 |
| Hex | EC | C | E | 0 | 5F | 5E | 7 | 167 | 5A | 31 |
| Octal | 354 | 14 | 16 | 0 | 137 | 136 | 7 | 547 | 132 | 61 |
| Binary | 11101100 | 1100 | 1110 | 0 | 1011111 | 1011110 | 111 | 101100111 | 1011010 | 110001 |
Color Harmonies of #EC0C0E
Complementary color
Monochromatic Colors of #EC0C0E
Black with #EC0C0E
Text Example
Text Example
White with #EC0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C0E; }
p { color: rgb(236,12,14); }
H1.HeaderClassName
{
color: #EC0C0E;
}
.AnyTagClassName
{
color: #EC0C0E;
}
</style>
background-color css
<style>
a { background-color: #EC0C0E; }
a { background-color: rgb(236,12,14); }
div.DivClassName
{
background-color: #EC0C0E;
}
.BgClassName
{
background-color: #EC0C0E;
}
</style>
border-color css
<style>
span { border-color: #EC0C0E; }
span { border-color: rgb(236,12,14); }
td.TdClassName
{
border-color: #EC0C0E;
}
.TagClassName
{
border-color: #EC0C0E;
}
</style>