Shades of Fire Engine Red #E61019
Tints of Fire Engine Red #E61019
RGB
CMYK
RGB Variations
Color information
#E61019 (or 0xE61019) is known color: Fire Engine Red. HEX triplet: E6, 10 and 19. RGB value is (230,16,25). Sum of RGB (Red+Green+Blue) = 230+16+25=271 (35% of max value = 765). Red value is 230 (90.23% from 255 or 84.87% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 230 - color contains mainly: red. Hex color #E61019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61019 is #19EFE6. Grayscale: #515151. Windows color (decimal): -1699815 or 1642726. OLE color: 1642726.
HSL color Cylindrical-coordinate representation of color #E61019: hue angle of 357.48º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61019 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.10 |
| HSL | 357.48º | 0.87% | 0.48% | - |
| HSV(B) | 357.48º | 0.93% | 0.9% | - |
| XYZ | 32.99 | 17.26 | 2.51 | - |
| YUV | 81.01 | 96.4 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 25 | 0 | 0.93 | 0.89 | 0.10 | 357.48 | 0.87 | 0.48 |
| Hex | E6 | 10 | 19 | 0 | 5D | 59 | A | 165 | 57 | 30 |
| Octal | 346 | 20 | 31 | 0 | 135 | 131 | 12 | 545 | 127 | 60 |
| Binary | 11100110 | 10000 | 11001 | 0 | 1011101 | 1011001 | 1010 | 101100101 | 1010111 | 110000 |
Color Harmonies of #E61019
Complementary color
Monochromatic Colors of #E61019
Black with #E61019
Text Example
Text Example
White with #E61019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61019; }
p { color: rgb(230,16,25); }
H1.HeaderClassName
{
color: #E61019;
}
.AnyTagClassName
{
color: #E61019;
}
</style>
background-color css
<style>
a { background-color: #E61019; }
a { background-color: rgb(230,16,25); }
div.DivClassName
{
background-color: #E61019;
}
.BgClassName
{
background-color: #E61019;
}
</style>
border-color css
<style>
span { border-color: #E61019; }
span { border-color: rgb(230,16,25); }
td.TdClassName
{
border-color: #E61019;
}
.TagClassName
{
border-color: #E61019;
}
</style>