Shades of Fire Engine Red #EC0915
Tints of Fire Engine Red #EC0915
RGB
CMYK
RGB Variations
Color information
#EC0915 (or 0xEC0915) is known color: Fire Engine Red. HEX triplet: EC, 09 and 15. RGB value is (236,9,21). Sum of RGB (Red+Green+Blue) = 236+9+21=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0915 is #13F6EA. Grayscale: #4E4E4E. Windows color (decimal): -1308395 or 1378796. OLE color: 1378796.
HSL color Cylindrical-coordinate representation of color #EC0915: hue angle of 356.83º 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 #EC0915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.07 |
| HSL | 356.83º | 0.93% | 0.48% | - |
| HSV(B) | 356.83º | 0.96% | 0.93% | - |
| XYZ | 34.83 | 18.08 | 2.36 | - |
| YUV | 78.24 | 95.71 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 21 | 0 | 0.96 | 0.91 | 0.07 | 356.83 | 0.93 | 0.48 |
| Hex | EC | 9 | 15 | 0 | 60 | 5B | 7 | 165 | 5D | 30 |
| Octal | 354 | 11 | 25 | 0 | 140 | 133 | 7 | 545 | 135 | 60 |
| Binary | 11101100 | 1001 | 10101 | 0 | 1100000 | 1011011 | 111 | 101100101 | 1011101 | 110000 |
Color Harmonies of #EC0915
Complementary color
Monochromatic Colors of #EC0915
Black with #EC0915
Text Example
Text Example
White with #EC0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0915; }
p { color: rgb(236,9,21); }
H1.HeaderClassName
{
color: #EC0915;
}
.AnyTagClassName
{
color: #EC0915;
}
</style>
background-color css
<style>
a { background-color: #EC0915; }
a { background-color: rgb(236,9,21); }
div.DivClassName
{
background-color: #EC0915;
}
.BgClassName
{
background-color: #EC0915;
}
</style>
border-color css
<style>
span { border-color: #EC0915; }
span { border-color: rgb(236,9,21); }
td.TdClassName
{
border-color: #EC0915;
}
.TagClassName
{
border-color: #EC0915;
}
</style>