Shades of Fire Engine Red #ED1519
Tints of Fire Engine Red #ED1519
RGB
CMYK
RGB Variations
Color information
#ED1519 (or 0xED1519) is known color: Fire Engine Red. HEX triplet: ED, 15 and 19. RGB value is (237,21,25). Sum of RGB (Red+Green+Blue) = 237+21+25=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1519 is #12EAE6. Grayscale: #565656. Windows color (decimal): -1239783 or 1644013. OLE color: 1644013.
HSL color Cylindrical-coordinate representation of color #ED1519: hue angle of 358.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1519 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.07 |
| HSL | 358.89º | 0.86% | 0.51% | - |
| HSV(B) | 358.89º | 0.91% | 0.93% | - |
| XYZ | 35.37 | 18.61 | 2.65 | - |
| YUV | 86.04 | 93.56 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 25 | 0 | 0.91 | 0.89 | 0.07 | 358.89 | 0.86 | 0.51 |
| Hex | ED | 15 | 19 | 0 | 5B | 59 | 7 | 167 | 56 | 33 |
| Octal | 355 | 25 | 31 | 0 | 133 | 131 | 7 | 547 | 126 | 63 |
| Binary | 11101101 | 10101 | 11001 | 0 | 1011011 | 1011001 | 111 | 101100111 | 1010110 | 110011 |
Color Harmonies of #ED1519
Complementary color
Monochromatic Colors of #ED1519
Black with #ED1519
Text Example
Text Example
White with #ED1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1519; }
p { color: rgb(237,21,25); }
H1.HeaderClassName
{
color: #ED1519;
}
.AnyTagClassName
{
color: #ED1519;
}
</style>
background-color css
<style>
a { background-color: #ED1519; }
a { background-color: rgb(237,21,25); }
div.DivClassName
{
background-color: #ED1519;
}
.BgClassName
{
background-color: #ED1519;
}
</style>
border-color css
<style>
span { border-color: #ED1519; }
span { border-color: rgb(237,21,25); }
td.TdClassName
{
border-color: #ED1519;
}
.TagClassName
{
border-color: #ED1519;
}
</style>