Shades of Fire Engine Red #EC0819
Tints of Fire Engine Red #EC0819
RGB
CMYK
RGB Variations
Color information
#EC0819 (or 0xEC0819) is known color: Fire Engine Red. HEX triplet: EC, 08 and 19. RGB value is (236,8,25). Sum of RGB (Red+Green+Blue) = 236+8+25=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0819 is #13F7E6. Grayscale: #4E4E4E. Windows color (decimal): -1308647 or 1640684. OLE color: 1640684.
HSL color Cylindrical-coordinate representation of color #EC0819: hue angle of 355.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0819 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 25 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.07 |
| HSL | 355.53º | 0.93% | 0.48% | - |
| HSV(B) | 355.53º | 0.97% | 0.93% | - |
| XYZ | 34.85 | 18.08 | 2.57 | - |
| YUV | 78.11 | 98.04 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 25 | 0 | 0.97 | 0.89 | 0.07 | 355.53 | 0.93 | 0.48 |
| Hex | EC | 8 | 19 | 0 | 61 | 59 | 7 | 164 | 5D | 30 |
| Octal | 354 | 10 | 31 | 0 | 141 | 131 | 7 | 544 | 135 | 60 |
| Binary | 11101100 | 1000 | 11001 | 0 | 1100001 | 1011001 | 111 | 101100100 | 1011101 | 110000 |
Color Harmonies of #EC0819
Complementary color
Monochromatic Colors of #EC0819
Black with #EC0819
Text Example
Text Example
White with #EC0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0819; }
p { color: rgb(236,8,25); }
H1.HeaderClassName
{
color: #EC0819;
}
.AnyTagClassName
{
color: #EC0819;
}
</style>
background-color css
<style>
a { background-color: #EC0819; }
a { background-color: rgb(236,8,25); }
div.DivClassName
{
background-color: #EC0819;
}
.BgClassName
{
background-color: #EC0819;
}
</style>
border-color css
<style>
span { border-color: #EC0819; }
span { border-color: rgb(236,8,25); }
td.TdClassName
{
border-color: #EC0819;
}
.TagClassName
{
border-color: #EC0819;
}
</style>