Shades of Fire Engine Red #ED1415
Tints of Fire Engine Red #ED1415
RGB
CMYK
RGB Variations
Color information
#ED1415 (or 0xED1415) is known color: Fire Engine Red. HEX triplet: ED, 14 and 15. RGB value is (237,20,21). Sum of RGB (Red+Green+Blue) = 237+20+21=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1415 is #12EBEA. Grayscale: #555555. Windows color (decimal): -1240043 or 1381613. OLE color: 1381613.
HSL color Cylindrical-coordinate representation of color #ED1415: hue angle of 359.72º 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 #ED1415 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 21 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.07 |
| HSL | 359.72º | 0.86% | 0.5% | - |
| HSV(B) | 359.72º | 0.92% | 0.93% | - |
| XYZ | 35.31 | 18.56 | 2.43 | - |
| YUV | 85 | 91.89 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 21 | 0 | 0.92 | 0.91 | 0.07 | 359.72 | 0.86 | 0.5 |
| Hex | ED | 14 | 15 | 0 | 5C | 5B | 7 | 168 | 56 | 32 |
| Octal | 355 | 24 | 25 | 0 | 134 | 133 | 7 | 550 | 126 | 62 |
| Binary | 11101101 | 10100 | 10101 | 0 | 1011100 | 1011011 | 111 | 101101000 | 1010110 | 110010 |
Color Harmonies of #ED1415
Complementary color
Monochromatic Colors of #ED1415
Black with #ED1415
Text Example
Text Example
White with #ED1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1415; }
p { color: rgb(237,20,21); }
H1.HeaderClassName
{
color: #ED1415;
}
.AnyTagClassName
{
color: #ED1415;
}
</style>
background-color css
<style>
a { background-color: #ED1415; }
a { background-color: rgb(237,20,21); }
div.DivClassName
{
background-color: #ED1415;
}
.BgClassName
{
background-color: #ED1415;
}
</style>
border-color css
<style>
span { border-color: #ED1415; }
span { border-color: rgb(237,20,21); }
td.TdClassName
{
border-color: #ED1415;
}
.TagClassName
{
border-color: #ED1415;
}
</style>