Shades of Fire Engine Red #E5181A
Tints of Fire Engine Red #E5181A
RGB
CMYK
RGB Variations
Color information
#E5181A (or 0xE5181A) is known color: Fire Engine Red. HEX triplet: E5, 18 and 1A. RGB value is (229,24,26). Sum of RGB (Red+Green+Blue) = 229+24+26=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5181A is #1AE7E5. Grayscale: #555555. Windows color (decimal): -1763302 or 1710309. OLE color: 1710309.
HSL color Cylindrical-coordinate representation of color #E5181A: hue angle of 359.41º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5181A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 26 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.10 |
| HSL | 359.41º | 0.81% | 0.5% | - |
| HSV(B) | 359.41º | 0.9% | 0.9% | - |
| XYZ | 32.83 | 17.39 | 2.6 | - |
| YUV | 85.52 | 94.42 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 26 | 0 | 0.90 | 0.89 | 0.10 | 359.41 | 0.81 | 0.5 |
| Hex | E5 | 18 | 1A | 0 | 5A | 59 | A | 167 | 51 | 32 |
| Octal | 345 | 30 | 32 | 0 | 132 | 131 | 12 | 547 | 121 | 62 |
| Binary | 11100101 | 11000 | 11010 | 0 | 1011010 | 1011001 | 1010 | 101100111 | 1010001 | 110010 |
Color Harmonies of #E5181A
Complementary color
Monochromatic Colors of #E5181A
Black with #E5181A
Text Example
Text Example
White with #E5181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5181A; }
p { color: rgb(229,24,26); }
H1.HeaderClassName
{
color: #E5181A;
}
.AnyTagClassName
{
color: #E5181A;
}
</style>
background-color css
<style>
a { background-color: #E5181A; }
a { background-color: rgb(229,24,26); }
div.DivClassName
{
background-color: #E5181A;
}
.BgClassName
{
background-color: #E5181A;
}
</style>
border-color css
<style>
span { border-color: #E5181A; }
span { border-color: rgb(229,24,26); }
td.TdClassName
{
border-color: #E5181A;
}
.TagClassName
{
border-color: #E5181A;
}
</style>