Shades of Fire Engine Red #ED0912
Tints of Fire Engine Red #ED0912
RGB
CMYK
RGB Variations
Color information
#ED0912 (or 0xED0912) is known color: Fire Engine Red. HEX triplet: ED, 09 and 12. RGB value is (237,9,18). Sum of RGB (Red+Green+Blue) = 237+9+18=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0912 is #12F6ED. Grayscale: #4E4E4E. Windows color (decimal): -1242862 or 1182189. OLE color: 1182189.
HSL color Cylindrical-coordinate representation of color #ED0912: hue angle of 357.63º 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 #ED0912 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.07 |
| HSL | 357.63º | 0.93% | 0.48% | - |
| HSV(B) | 357.63º | 0.96% | 0.93% | - |
| XYZ | 35.13 | 18.24 | 2.24 | - |
| YUV | 78.2 | 94.04 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 18 | 0 | 0.96 | 0.92 | 0.07 | 357.63 | 0.93 | 0.48 |
| Hex | ED | 9 | 12 | 0 | 60 | 5C | 7 | 166 | 5D | 30 |
| Octal | 355 | 11 | 22 | 0 | 140 | 134 | 7 | 546 | 135 | 60 |
| Binary | 11101101 | 1001 | 10010 | 0 | 1100000 | 1011100 | 111 | 101100110 | 1011101 | 110000 |
Color Harmonies of #ED0912
Complementary color
Monochromatic Colors of #ED0912
Black with #ED0912
Text Example
Text Example
White with #ED0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0912; }
p { color: rgb(237,9,18); }
H1.HeaderClassName
{
color: #ED0912;
}
.AnyTagClassName
{
color: #ED0912;
}
</style>
background-color css
<style>
a { background-color: #ED0912; }
a { background-color: rgb(237,9,18); }
div.DivClassName
{
background-color: #ED0912;
}
.BgClassName
{
background-color: #ED0912;
}
</style>
border-color css
<style>
span { border-color: #ED0912; }
span { border-color: rgb(237,9,18); }
td.TdClassName
{
border-color: #ED0912;
}
.TagClassName
{
border-color: #ED0912;
}
</style>