Shades of Fire Engine Red #ED1215
Tints of Fire Engine Red #ED1215
RGB
CMYK
RGB Variations
Color information
#ED1215 (or 0xED1215) is known color: Fire Engine Red. HEX triplet: ED, 12 and 15. RGB value is (237,18,21). Sum of RGB (Red+Green+Blue) = 237+18+21=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1215 is #12EDEA. Grayscale: #545454. Windows color (decimal): -1240555 or 1381101. OLE color: 1381101.
HSL color Cylindrical-coordinate representation of color #ED1215: hue angle of 359.18º 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 #ED1215 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 21 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.07 |
| HSL | 359.18º | 0.86% | 0.5% | - |
| HSV(B) | 359.18º | 0.92% | 0.93% | - |
| XYZ | 35.28 | 18.49 | 2.42 | - |
| YUV | 83.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 21 | 0 | 0.92 | 0.91 | 0.07 | 359.18 | 0.86 | 0.5 |
| Hex | ED | 12 | 15 | 0 | 5C | 5B | 7 | 167 | 56 | 32 |
| Octal | 355 | 22 | 25 | 0 | 134 | 133 | 7 | 547 | 126 | 62 |
| Binary | 11101101 | 10010 | 10101 | 0 | 1011100 | 1011011 | 111 | 101100111 | 1010110 | 110010 |
Color Harmonies of #ED1215
Complementary color
Monochromatic Colors of #ED1215
Black with #ED1215
Text Example
Text Example
White with #ED1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1215; }
p { color: rgb(237,18,21); }
H1.HeaderClassName
{
color: #ED1215;
}
.AnyTagClassName
{
color: #ED1215;
}
</style>
background-color css
<style>
a { background-color: #ED1215; }
a { background-color: rgb(237,18,21); }
div.DivClassName
{
background-color: #ED1215;
}
.BgClassName
{
background-color: #ED1215;
}
</style>
border-color css
<style>
span { border-color: #ED1215; }
span { border-color: rgb(237,18,21); }
td.TdClassName
{
border-color: #ED1215;
}
.TagClassName
{
border-color: #ED1215;
}
</style>