Shades of Fire Engine Red #ED1617
Tints of Fire Engine Red #ED1617
RGB
CMYK
RGB Variations
Color information
#ED1617 (or 0xED1617) is known color: Fire Engine Red. HEX triplet: ED, 16 and 17. RGB value is (237,22,23). Sum of RGB (Red+Green+Blue) = 237+22+23=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1617 is #12E9E8. Grayscale: #565656. Windows color (decimal): -1239529 or 1513197. OLE color: 1513197.
HSL color Cylindrical-coordinate representation of color #ED1617: hue angle of 359.72º 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 #ED1617 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 23 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.07 |
| HSL | 359.72º | 0.86% | 0.51% | - |
| HSV(B) | 359.72º | 0.91% | 0.93% | - |
| XYZ | 35.37 | 18.64 | 2.54 | - |
| YUV | 86.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 23 | 0 | 0.91 | 0.90 | 0.07 | 359.72 | 0.86 | 0.51 |
| Hex | ED | 16 | 17 | 0 | 5B | 5A | 7 | 168 | 56 | 33 |
| Octal | 355 | 26 | 27 | 0 | 133 | 132 | 7 | 550 | 126 | 63 |
| Binary | 11101101 | 10110 | 10111 | 0 | 1011011 | 1011010 | 111 | 101101000 | 1010110 | 110011 |
Color Harmonies of #ED1617
Complementary color
Monochromatic Colors of #ED1617
Black with #ED1617
Text Example
Text Example
White with #ED1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1617; }
p { color: rgb(237,22,23); }
H1.HeaderClassName
{
color: #ED1617;
}
.AnyTagClassName
{
color: #ED1617;
}
</style>
background-color css
<style>
a { background-color: #ED1617; }
a { background-color: rgb(237,22,23); }
div.DivClassName
{
background-color: #ED1617;
}
.BgClassName
{
background-color: #ED1617;
}
</style>
border-color css
<style>
span { border-color: #ED1617; }
span { border-color: rgb(237,22,23); }
td.TdClassName
{
border-color: #ED1617;
}
.TagClassName
{
border-color: #ED1617;
}
</style>