Shades of Fire Engine Red #E50C19
Tints of Fire Engine Red #E50C19
RGB
CMYK
RGB Variations
Color information
#E50C19 (or 0xE50C19) is known color: Fire Engine Red. HEX triplet: E5, 0C and 19. RGB value is (229,12,25). Sum of RGB (Red+Green+Blue) = 229+12+25=266 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.09% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50C19 is #1AF3E6. Grayscale: #4E4E4E. Windows color (decimal): -1766375 or 1641701. OLE color: 1641701.
HSL color Cylindrical-coordinate representation of color #E50C19: hue angle of 356.41º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C19 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 25 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.10 |
| HSL | 356.41º | 0.9% | 0.47% | - |
| HSV(B) | 356.41º | 0.95% | 0.9% | - |
| XYZ | 32.62 | 16.99 | 2.48 | - |
| YUV | 78.37 | 97.89 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 25 | 0 | 0.95 | 0.89 | 0.10 | 356.41 | 0.9 | 0.47 |
| Hex | E5 | C | 19 | 0 | 5F | 59 | A | 164 | 5A | 2F |
| Octal | 345 | 14 | 31 | 0 | 137 | 131 | 12 | 544 | 132 | 57 |
| Binary | 11100101 | 1100 | 11001 | 0 | 1011111 | 1011001 | 1010 | 101100100 | 1011010 | 101111 |
Color Harmonies of #E50C19
Complementary color
Monochromatic Colors of #E50C19
Black with #E50C19
Text Example
Text Example
White with #E50C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50C19; }
p { color: rgb(229,12,25); }
H1.HeaderClassName
{
color: #E50C19;
}
.AnyTagClassName
{
color: #E50C19;
}
</style>
background-color css
<style>
a { background-color: #E50C19; }
a { background-color: rgb(229,12,25); }
div.DivClassName
{
background-color: #E50C19;
}
.BgClassName
{
background-color: #E50C19;
}
</style>
border-color css
<style>
span { border-color: #E50C19; }
span { border-color: rgb(229,12,25); }
td.TdClassName
{
border-color: #E50C19;
}
.TagClassName
{
border-color: #E50C19;
}
</style>