Shades of Fire Engine Red #EC0911
Tints of Fire Engine Red #EC0911
RGB
CMYK
RGB Variations
Color information
#EC0911 (or 0xEC0911) is known color: Fire Engine Red. HEX triplet: EC, 09 and 11. RGB value is (236,9,17). Sum of RGB (Red+Green+Blue) = 236+9+17=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0911 is #13F6EE. Grayscale: #4D4D4D. Windows color (decimal): -1308399 or 1116652. OLE color: 1116652.
HSL color Cylindrical-coordinate representation of color #EC0911: hue angle of 357.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0911 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.07 |
| HSL | 357.89º | 0.93% | 0.48% | - |
| HSV(B) | 357.89º | 0.96% | 0.93% | - |
| XYZ | 34.79 | 18.07 | 2.18 | - |
| YUV | 77.79 | 93.71 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 17 | 0 | 0.96 | 0.93 | 0.07 | 357.89 | 0.93 | 0.48 |
| Hex | EC | 9 | 11 | 0 | 60 | 5D | 7 | 166 | 5D | 30 |
| Octal | 354 | 11 | 21 | 0 | 140 | 135 | 7 | 546 | 135 | 60 |
| Binary | 11101100 | 1001 | 10001 | 0 | 1100000 | 1011101 | 111 | 101100110 | 1011101 | 110000 |
Color Harmonies of #EC0911
Complementary color
Monochromatic Colors of #EC0911
Black with #EC0911
Text Example
Text Example
White with #EC0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0911; }
p { color: rgb(236,9,17); }
H1.HeaderClassName
{
color: #EC0911;
}
.AnyTagClassName
{
color: #EC0911;
}
</style>
background-color css
<style>
a { background-color: #EC0911; }
a { background-color: rgb(236,9,17); }
div.DivClassName
{
background-color: #EC0911;
}
.BgClassName
{
background-color: #EC0911;
}
</style>
border-color css
<style>
span { border-color: #EC0911; }
span { border-color: rgb(236,9,17); }
td.TdClassName
{
border-color: #EC0911;
}
.TagClassName
{
border-color: #EC0911;
}
</style>