Shades of Fire Engine Red #ED1418
Tints of Fire Engine Red #ED1418
RGB
CMYK
RGB Variations
Color information
#ED1418 (or 0xED1418) is known color: Fire Engine Red. HEX triplet: ED, 14 and 18. RGB value is (237,20,24). Sum of RGB (Red+Green+Blue) = 237+20+24=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1418 is #12EBE7. Grayscale: #555555. Windows color (decimal): -1240040 or 1578221. OLE color: 1578221.
HSL color Cylindrical-coordinate representation of color #ED1418: hue angle of 358.89º 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 #ED1418 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 24 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.07 |
| HSL | 358.89º | 0.86% | 0.5% | - |
| HSV(B) | 358.89º | 0.92% | 0.93% | - |
| XYZ | 35.34 | 18.57 | 2.59 | - |
| YUV | 85.34 | 93.39 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 24 | 0 | 0.92 | 0.90 | 0.07 | 358.89 | 0.86 | 0.5 |
| Hex | ED | 14 | 18 | 0 | 5C | 5A | 7 | 167 | 56 | 32 |
| Octal | 355 | 24 | 30 | 0 | 134 | 132 | 7 | 547 | 126 | 62 |
| Binary | 11101101 | 10100 | 11000 | 0 | 1011100 | 1011010 | 111 | 101100111 | 1010110 | 110010 |
Color Harmonies of #ED1418
Complementary color
Monochromatic Colors of #ED1418
Black with #ED1418
Text Example
Text Example
White with #ED1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1418; }
p { color: rgb(237,20,24); }
H1.HeaderClassName
{
color: #ED1418;
}
.AnyTagClassName
{
color: #ED1418;
}
</style>
background-color css
<style>
a { background-color: #ED1418; }
a { background-color: rgb(237,20,24); }
div.DivClassName
{
background-color: #ED1418;
}
.BgClassName
{
background-color: #ED1418;
}
</style>
border-color css
<style>
span { border-color: #ED1418; }
span { border-color: rgb(237,20,24); }
td.TdClassName
{
border-color: #ED1418;
}
.TagClassName
{
border-color: #ED1418;
}
</style>