Shades of Fire Engine Red #ED0A11
Tints of Fire Engine Red #ED0A11
RGB
CMYK
RGB Variations
Color information
#ED0A11 (or 0xED0A11) is known color: Fire Engine Red. HEX triplet: ED, 0A and 11. RGB value is (237,10,17). Sum of RGB (Red+Green+Blue) = 237+10+17=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0A11 is #12F5EE. Grayscale: #4E4E4E. Windows color (decimal): -1242607 or 1116909. OLE color: 1116909.
HSL color Cylindrical-coordinate representation of color #ED0A11: hue angle of 358.15º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.07 |
| HSL | 358.15º | 0.92% | 0.48% | - |
| HSV(B) | 358.15º | 0.96% | 0.93% | - |
| XYZ | 35.13 | 18.26 | 2.2 | - |
| YUV | 78.67 | 93.21 | 240.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 17 | 0 | 0.96 | 0.93 | 0.07 | 358.15 | 0.92 | 0.48 |
| Hex | ED | A | 11 | 0 | 60 | 5D | 7 | 166 | 5C | 30 |
| Octal | 355 | 12 | 21 | 0 | 140 | 135 | 7 | 546 | 134 | 60 |
| Binary | 11101101 | 1010 | 10001 | 0 | 1100000 | 1011101 | 111 | 101100110 | 1011100 | 110000 |
Color Harmonies of #ED0A11
Complementary color
Monochromatic Colors of #ED0A11
Black with #ED0A11
Text Example
Text Example
White with #ED0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A11; }
p { color: rgb(237,10,17); }
H1.HeaderClassName
{
color: #ED0A11;
}
.AnyTagClassName
{
color: #ED0A11;
}
</style>
background-color css
<style>
a { background-color: #ED0A11; }
a { background-color: rgb(237,10,17); }
div.DivClassName
{
background-color: #ED0A11;
}
.BgClassName
{
background-color: #ED0A11;
}
</style>
border-color css
<style>
span { border-color: #ED0A11; }
span { border-color: rgb(237,10,17); }
td.TdClassName
{
border-color: #ED0A11;
}
.TagClassName
{
border-color: #ED0A11;
}
</style>