Shades of Fire Engine Red #ED0B0F
Tints of Fire Engine Red #ED0B0F
RGB
CMYK
RGB Variations
Color information
#ED0B0F (or 0xED0B0F) is known color: Fire Engine Red. HEX triplet: ED, 0B and 0F. RGB value is (237,11,15). Sum of RGB (Red+Green+Blue) = 237+11+15=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0B0F is #12F4F0. Grayscale: #4F4F4F. Windows color (decimal): -1242353 or 986093. OLE color: 986093.
HSL color Cylindrical-coordinate representation of color #ED0B0F: hue angle of 358.94º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B0F is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 15 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.07 |
| HSL | 358.94º | 0.91% | 0.49% | - |
| HSV(B) | 358.94º | 0.95% | 0.93% | - |
| XYZ | 35.13 | 18.28 | 2.13 | - |
| YUV | 79.03 | 91.87 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 15 | 0 | 0.95 | 0.94 | 0.07 | 358.94 | 0.91 | 0.49 |
| Hex | ED | B | F | 0 | 5F | 5E | 7 | 167 | 5B | 31 |
| Octal | 355 | 13 | 17 | 0 | 137 | 136 | 7 | 547 | 133 | 61 |
| Binary | 11101101 | 1011 | 1111 | 0 | 1011111 | 1011110 | 111 | 101100111 | 1011011 | 110001 |
Color Harmonies of #ED0B0F
Complementary color
Monochromatic Colors of #ED0B0F
Black with #ED0B0F
Text Example
Text Example
White with #ED0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B0F; }
p { color: rgb(237,11,15); }
H1.HeaderClassName
{
color: #ED0B0F;
}
.AnyTagClassName
{
color: #ED0B0F;
}
</style>
background-color css
<style>
a { background-color: #ED0B0F; }
a { background-color: rgb(237,11,15); }
div.DivClassName
{
background-color: #ED0B0F;
}
.BgClassName
{
background-color: #ED0B0F;
}
</style>
border-color css
<style>
span { border-color: #ED0B0F; }
span { border-color: rgb(237,11,15); }
td.TdClassName
{
border-color: #ED0B0F;
}
.TagClassName
{
border-color: #ED0B0F;
}
</style>