Shades of Fire Engine Red #EC1219
Tints of Fire Engine Red #EC1219
RGB
CMYK
RGB Variations
Color information
#EC1219 (or 0xEC1219) is known color: Fire Engine Red. HEX triplet: EC, 12 and 19. RGB value is (236,18,25). Sum of RGB (Red+Green+Blue) = 236+18+25=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1219 is #13EDE6. Grayscale: #545454. Windows color (decimal): -1306087 or 1643244. OLE color: 1643244.
HSL color Cylindrical-coordinate representation of color #EC1219: hue angle of 358.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1219 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 358.07º | 0.86% | 0.5% | - |
| HSV(B) | 358.07º | 0.92% | 0.93% | - |
| XYZ | 34.98 | 18.34 | 2.61 | - |
| YUV | 83.98 | 94.72 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 25 | 0 | 0.92 | 0.89 | 0.07 | 358.07 | 0.86 | 0.5 |
| Hex | EC | 12 | 19 | 0 | 5C | 59 | 7 | 166 | 56 | 32 |
| Octal | 354 | 22 | 31 | 0 | 134 | 131 | 7 | 546 | 126 | 62 |
| Binary | 11101100 | 10010 | 11001 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010110 | 110010 |
Color Harmonies of #EC1219
Complementary color
Monochromatic Colors of #EC1219
Black with #EC1219
Text Example
Text Example
White with #EC1219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1219; }
p { color: rgb(236,18,25); }
H1.HeaderClassName
{
color: #EC1219;
}
.AnyTagClassName
{
color: #EC1219;
}
</style>
background-color css
<style>
a { background-color: #EC1219; }
a { background-color: rgb(236,18,25); }
div.DivClassName
{
background-color: #EC1219;
}
.BgClassName
{
background-color: #EC1219;
}
</style>
border-color css
<style>
span { border-color: #EC1219; }
span { border-color: rgb(236,18,25); }
td.TdClassName
{
border-color: #EC1219;
}
.TagClassName
{
border-color: #EC1219;
}
</style>