Shades of Fire Engine Red #ED0910
Tints of Fire Engine Red #ED0910
RGB
CMYK
RGB Variations
Color information
#ED0910 (or 0xED0910) is known color: Fire Engine Red. HEX triplet: ED, 09 and 10. RGB value is (237,9,16). Sum of RGB (Red+Green+Blue) = 237+9+16=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0910 is #12F6EF. Grayscale: #4E4E4E. Windows color (decimal): -1242864 or 1051117. OLE color: 1051117.
HSL color Cylindrical-coordinate representation of color #ED0910: hue angle of 358.16º degrees, saturation: 0.93, 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 #ED0910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.07 |
| HSL | 358.16º | 0.93% | 0.48% | - |
| HSV(B) | 358.16º | 0.96% | 0.93% | - |
| XYZ | 35.12 | 18.24 | 2.16 | - |
| YUV | 77.97 | 93.04 | 241.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 16 | 0 | 0.96 | 0.93 | 0.07 | 358.16 | 0.93 | 0.48 |
| Hex | ED | 9 | 10 | 0 | 60 | 5D | 7 | 166 | 5D | 30 |
| Octal | 355 | 11 | 20 | 0 | 140 | 135 | 7 | 546 | 135 | 60 |
| Binary | 11101101 | 1001 | 10000 | 0 | 1100000 | 1011101 | 111 | 101100110 | 1011101 | 110000 |
Color Harmonies of #ED0910
Complementary color
Monochromatic Colors of #ED0910
Black with #ED0910
Text Example
Text Example
White with #ED0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0910; }
p { color: rgb(237,9,16); }
H1.HeaderClassName
{
color: #ED0910;
}
.AnyTagClassName
{
color: #ED0910;
}
</style>
background-color css
<style>
a { background-color: #ED0910; }
a { background-color: rgb(237,9,16); }
div.DivClassName
{
background-color: #ED0910;
}
.BgClassName
{
background-color: #ED0910;
}
</style>
border-color css
<style>
span { border-color: #ED0910; }
span { border-color: rgb(237,9,16); }
td.TdClassName
{
border-color: #ED0910;
}
.TagClassName
{
border-color: #ED0910;
}
</style>