Shades of Fire Engine Red #E5161D
Tints of Fire Engine Red #E5161D
RGB
CMYK
RGB Variations
Color information
#E5161D (or 0xE5161D) is known color: Fire Engine Red. HEX triplet: E5, 16 and 1D. RGB value is (229,22,29). Sum of RGB (Red+Green+Blue) = 229+22+29=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E5161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5161D is #1AE9E2. Grayscale: #545454. Windows color (decimal): -1763811 or 1906405. OLE color: 1906405.
HSL color Cylindrical-coordinate representation of color #E5161D: hue angle of 357.97º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5161D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.10 |
| HSL | 357.97º | 0.82% | 0.49% | - |
| HSV(B) | 357.97º | 0.9% | 0.9% | - |
| XYZ | 32.82 | 17.32 | 2.78 | - |
| YUV | 84.69 | 96.58 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 29 | 0 | 0.90 | 0.87 | 0.10 | 357.97 | 0.82 | 0.49 |
| Hex | E5 | 16 | 1D | 0 | 5A | 57 | A | 166 | 52 | 31 |
| Octal | 345 | 26 | 35 | 0 | 132 | 127 | 12 | 546 | 122 | 61 |
| Binary | 11100101 | 10110 | 11101 | 0 | 1011010 | 1010111 | 1010 | 101100110 | 1010010 | 110001 |
Color Harmonies of #E5161D
Complementary color
Monochromatic Colors of #E5161D
Black with #E5161D
Text Example
Text Example
White with #E5161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5161D; }
p { color: rgb(229,22,29); }
H1.HeaderClassName
{
color: #E5161D;
}
.AnyTagClassName
{
color: #E5161D;
}
</style>
background-color css
<style>
a { background-color: #E5161D; }
a { background-color: rgb(229,22,29); }
div.DivClassName
{
background-color: #E5161D;
}
.BgClassName
{
background-color: #E5161D;
}
</style>
border-color css
<style>
span { border-color: #E5161D; }
span { border-color: rgb(229,22,29); }
td.TdClassName
{
border-color: #E5161D;
}
.TagClassName
{
border-color: #E5161D;
}
</style>