Shades of Fire Engine Red #E5151D
Tints of Fire Engine Red #E5151D
RGB
CMYK
RGB Variations
Color information
#E5151D (or 0xE5151D) is known color: Fire Engine Red. HEX triplet: E5, 15 and 1D. RGB value is (229,21,29). Sum of RGB (Red+Green+Blue) = 229+21+29=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5151D is #1AEAE2. Grayscale: #545454. Windows color (decimal): -1764067 or 1906149. OLE color: 1906149.
HSL color Cylindrical-coordinate representation of color #E5151D: hue angle of 357.69º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5151D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.10 |
| HSL | 357.69º | 0.83% | 0.49% | - |
| HSV(B) | 357.69º | 0.91% | 0.9% | - |
| XYZ | 32.8 | 17.28 | 2.77 | - |
| YUV | 84.1 | 96.91 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 29 | 0 | 0.91 | 0.87 | 0.10 | 357.69 | 0.83 | 0.49 |
| Hex | E5 | 15 | 1D | 0 | 5B | 57 | A | 166 | 53 | 31 |
| Octal | 345 | 25 | 35 | 0 | 133 | 127 | 12 | 546 | 123 | 61 |
| Binary | 11100101 | 10101 | 11101 | 0 | 1011011 | 1010111 | 1010 | 101100110 | 1010011 | 110001 |
Color Harmonies of #E5151D
Complementary color
Monochromatic Colors of #E5151D
Black with #E5151D
Text Example
Text Example
White with #E5151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5151D; }
p { color: rgb(229,21,29); }
H1.HeaderClassName
{
color: #E5151D;
}
.AnyTagClassName
{
color: #E5151D;
}
</style>
background-color css
<style>
a { background-color: #E5151D; }
a { background-color: rgb(229,21,29); }
div.DivClassName
{
background-color: #E5151D;
}
.BgClassName
{
background-color: #E5151D;
}
</style>
border-color css
<style>
span { border-color: #E5151D; }
span { border-color: rgb(229,21,29); }
td.TdClassName
{
border-color: #E5151D;
}
.TagClassName
{
border-color: #E5151D;
}
</style>