Shades of Fire Engine Red #ED1217
Tints of Fire Engine Red #ED1217
RGB
CMYK
RGB Variations
Color information
#ED1217 (or 0xED1217) is known color: Fire Engine Red. HEX triplet: ED, 12 and 17. RGB value is (237,18,23). Sum of RGB (Red+Green+Blue) = 237+18+23=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1217 is #12EDE8. Grayscale: #545454. Windows color (decimal): -1240553 or 1512173. OLE color: 1512173.
HSL color Cylindrical-coordinate representation of color #ED1217: hue angle of 358.63º 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 #ED1217 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 23 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.07 |
| HSL | 358.63º | 0.86% | 0.5% | - |
| HSV(B) | 358.63º | 0.92% | 0.93% | - |
| XYZ | 35.3 | 18.5 | 2.52 | - |
| YUV | 84.05 | 93.55 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 23 | 0 | 0.92 | 0.90 | 0.07 | 358.63 | 0.86 | 0.5 |
| Hex | ED | 12 | 17 | 0 | 5C | 5A | 7 | 167 | 56 | 32 |
| Octal | 355 | 22 | 27 | 0 | 134 | 132 | 7 | 547 | 126 | 62 |
| Binary | 11101101 | 10010 | 10111 | 0 | 1011100 | 1011010 | 111 | 101100111 | 1010110 | 110010 |
Color Harmonies of #ED1217
Complementary color
Monochromatic Colors of #ED1217
Black with #ED1217
Text Example
Text Example
White with #ED1217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1217; }
p { color: rgb(237,18,23); }
H1.HeaderClassName
{
color: #ED1217;
}
.AnyTagClassName
{
color: #ED1217;
}
</style>
background-color css
<style>
a { background-color: #ED1217; }
a { background-color: rgb(237,18,23); }
div.DivClassName
{
background-color: #ED1217;
}
.BgClassName
{
background-color: #ED1217;
}
</style>
border-color css
<style>
span { border-color: #ED1217; }
span { border-color: rgb(237,18,23); }
td.TdClassName
{
border-color: #ED1217;
}
.TagClassName
{
border-color: #ED1217;
}
</style>