Shades of Fire Engine Red #E50B19
Tints of Fire Engine Red #E50B19
RGB
CMYK
RGB Variations
Color information
#E50B19 (or 0xE50B19) is known color: Fire Engine Red. HEX triplet: E5, 0B and 19. RGB value is (229,11,25). Sum of RGB (Red+Green+Blue) = 229+11+25=265 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.42% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50B19 is #1AF4E6. Grayscale: #4D4D4D. Windows color (decimal): -1766631 or 1641445. OLE color: 1641445.
HSL color Cylindrical-coordinate representation of color #E50B19: hue angle of 356.15º degrees, saturation: 0.91, 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 #E50B19 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 25 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.10 |
| HSL | 356.15º | 0.91% | 0.47% | - |
| HSV(B) | 356.15º | 0.95% | 0.9% | - |
| XYZ | 32.61 | 16.97 | 2.48 | - |
| YUV | 77.78 | 98.22 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 25 | 0 | 0.95 | 0.89 | 0.10 | 356.15 | 0.91 | 0.47 |
| Hex | E5 | B | 19 | 0 | 5F | 59 | A | 164 | 5B | 2F |
| Octal | 345 | 13 | 31 | 0 | 137 | 131 | 12 | 544 | 133 | 57 |
| Binary | 11100101 | 1011 | 11001 | 0 | 1011111 | 1011001 | 1010 | 101100100 | 1011011 | 101111 |
Color Harmonies of #E50B19
Complementary color
Monochromatic Colors of #E50B19
Black with #E50B19
Text Example
Text Example
White with #E50B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50B19; }
p { color: rgb(229,11,25); }
H1.HeaderClassName
{
color: #E50B19;
}
.AnyTagClassName
{
color: #E50B19;
}
</style>
background-color css
<style>
a { background-color: #E50B19; }
a { background-color: rgb(229,11,25); }
div.DivClassName
{
background-color: #E50B19;
}
.BgClassName
{
background-color: #E50B19;
}
</style>
border-color css
<style>
span { border-color: #E50B19; }
span { border-color: rgb(229,11,25); }
td.TdClassName
{
border-color: #E50B19;
}
.TagClassName
{
border-color: #E50B19;
}
</style>