Shades of Fire Engine Red #ED0F10
Tints of Fire Engine Red #ED0F10
RGB
CMYK
RGB Variations
Color information
#ED0F10 (or 0xED0F10) is known color: Fire Engine Red. HEX triplet: ED, 0F and 10. RGB value is (237,15,16). Sum of RGB (Red+Green+Blue) = 237+15+16=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0F10 is #12F0EF. Grayscale: #515151. Windows color (decimal): -1241328 or 1052653. OLE color: 1052653.
HSL color Cylindrical-coordinate representation of color #ED0F10: hue angle of 359.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.07 |
| HSL | 359.73º | 0.88% | 0.49% | - |
| HSV(B) | 359.73º | 0.94% | 0.93% | - |
| XYZ | 35.19 | 18.38 | 2.18 | - |
| YUV | 81.49 | 91.05 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 16 | 0 | 0.94 | 0.93 | 0.07 | 359.73 | 0.88 | 0.49 |
| Hex | ED | F | 10 | 0 | 5E | 5D | 7 | 168 | 58 | 31 |
| Octal | 355 | 17 | 20 | 0 | 136 | 135 | 7 | 550 | 130 | 61 |
| Binary | 11101101 | 1111 | 10000 | 0 | 1011110 | 1011101 | 111 | 101101000 | 1011000 | 110001 |
Color Harmonies of #ED0F10
Complementary color
Monochromatic Colors of #ED0F10
Black with #ED0F10
Text Example
Text Example
White with #ED0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0F10; }
p { color: rgb(237,15,16); }
H1.HeaderClassName
{
color: #ED0F10;
}
.AnyTagClassName
{
color: #ED0F10;
}
</style>
background-color css
<style>
a { background-color: #ED0F10; }
a { background-color: rgb(237,15,16); }
div.DivClassName
{
background-color: #ED0F10;
}
.BgClassName
{
background-color: #ED0F10;
}
</style>
border-color css
<style>
span { border-color: #ED0F10; }
span { border-color: rgb(237,15,16); }
td.TdClassName
{
border-color: #ED0F10;
}
.TagClassName
{
border-color: #ED0F10;
}
</style>