Shades of Fire Engine Red #ED1019
Tints of Fire Engine Red #ED1019
RGB
CMYK
RGB Variations
Color information
#ED1019 (or 0xED1019) is known color: Fire Engine Red. HEX triplet: ED, 10 and 19. RGB value is (237,16,25). Sum of RGB (Red+Green+Blue) = 237+16+25=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1019 is #12EFE6. Grayscale: #535353. Windows color (decimal): -1241063 or 1642733. OLE color: 1642733.
HSL color Cylindrical-coordinate representation of color #ED1019: hue angle of 357.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1019 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.07 |
| HSL | 357.56º | 0.87% | 0.5% | - |
| HSV(B) | 357.56º | 0.93% | 0.93% | - |
| XYZ | 35.29 | 18.45 | 2.62 | - |
| YUV | 83.11 | 95.22 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 25 | 0 | 0.93 | 0.89 | 0.07 | 357.56 | 0.87 | 0.5 |
| Hex | ED | 10 | 19 | 0 | 5D | 59 | 7 | 166 | 57 | 32 |
| Octal | 355 | 20 | 31 | 0 | 135 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101101 | 10000 | 11001 | 0 | 1011101 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #ED1019
Complementary color
Monochromatic Colors of #ED1019
Black with #ED1019
Text Example
Text Example
White with #ED1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1019; }
p { color: rgb(237,16,25); }
H1.HeaderClassName
{
color: #ED1019;
}
.AnyTagClassName
{
color: #ED1019;
}
</style>
background-color css
<style>
a { background-color: #ED1019; }
a { background-color: rgb(237,16,25); }
div.DivClassName
{
background-color: #ED1019;
}
.BgClassName
{
background-color: #ED1019;
}
</style>
border-color css
<style>
span { border-color: #ED1019; }
span { border-color: rgb(237,16,25); }
td.TdClassName
{
border-color: #ED1019;
}
.TagClassName
{
border-color: #ED1019;
}
</style>