Shades of Fire Engine Red #E5051B
Tints of Fire Engine Red #E5051B
RGB
CMYK
RGB Variations
Color information
#E5051B (or 0xE5051B) is known color: Fire Engine Red. HEX triplet: E5, 05 and 1B. RGB value is (229,5,27). Sum of RGB (Red+Green+Blue) = 229+5+27=261 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.74% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 229 - color contains mainly: red. Hex color #E5051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5051B is #1AFAE4. Grayscale: #4A4A4A. Windows color (decimal): -1768165 or 1770981. OLE color: 1770981.
HSL color Cylindrical-coordinate representation of color #E5051B: hue angle of 354.11º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5051B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.10 |
| HSL | 354.11º | 0.96% | 0.46% | - |
| HSV(B) | 354.11º | 0.98% | 0.9% | - |
| XYZ | 32.57 | 16.85 | 2.57 | - |
| YUV | 74.48 | 101.21 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 27 | 0 | 0.98 | 0.88 | 0.10 | 354.11 | 0.96 | 0.46 |
| Hex | E5 | 5 | 1B | 0 | 62 | 58 | A | 162 | 60 | 2E |
| Octal | 345 | 5 | 33 | 0 | 142 | 130 | 12 | 542 | 140 | 56 |
| Binary | 11100101 | 101 | 11011 | 0 | 1100010 | 1011000 | 1010 | 101100010 | 1100000 | 101110 |
Color Harmonies of #E5051B
Complementary color
Monochromatic Colors of #E5051B
Black with #E5051B
Text Example
Text Example
White with #E5051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5051B; }
p { color: rgb(229,5,27); }
H1.HeaderClassName
{
color: #E5051B;
}
.AnyTagClassName
{
color: #E5051B;
}
</style>
background-color css
<style>
a { background-color: #E5051B; }
a { background-color: rgb(229,5,27); }
div.DivClassName
{
background-color: #E5051B;
}
.BgClassName
{
background-color: #E5051B;
}
</style>
border-color css
<style>
span { border-color: #E5051B; }
span { border-color: rgb(229,5,27); }
td.TdClassName
{
border-color: #E5051B;
}
.TagClassName
{
border-color: #E5051B;
}
</style>