Shades of Fire Engine Red #E5101D
Tints of Fire Engine Red #E5101D
RGB
CMYK
RGB Variations
Color information
#E5101D (or 0xE5101D) is known color: Fire Engine Red. HEX triplet: E5, 10 and 1D. RGB value is (229,16,29). Sum of RGB (Red+Green+Blue) = 229+16+29=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E5101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5101D is #1AEFE2. Grayscale: #515151. Windows color (decimal): -1765347 or 1904869. OLE color: 1904869.
HSL color Cylindrical-coordinate representation of color #E5101D: hue angle of 356.34º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5101D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.10 |
| HSL | 356.34º | 0.87% | 0.48% | - |
| HSV(B) | 356.34º | 0.93% | 0.9% | - |
| XYZ | 32.72 | 17.12 | 2.74 | - |
| YUV | 81.17 | 98.57 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 29 | 0 | 0.93 | 0.87 | 0.10 | 356.34 | 0.87 | 0.48 |
| Hex | E5 | 10 | 1D | 0 | 5D | 57 | A | 164 | 57 | 30 |
| Octal | 345 | 20 | 35 | 0 | 135 | 127 | 12 | 544 | 127 | 60 |
| Binary | 11100101 | 10000 | 11101 | 0 | 1011101 | 1010111 | 1010 | 101100100 | 1010111 | 110000 |
Color Harmonies of #E5101D
Complementary color
Monochromatic Colors of #E5101D
Black with #E5101D
Text Example
Text Example
White with #E5101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5101D; }
p { color: rgb(229,16,29); }
H1.HeaderClassName
{
color: #E5101D;
}
.AnyTagClassName
{
color: #E5101D;
}
</style>
background-color css
<style>
a { background-color: #E5101D; }
a { background-color: rgb(229,16,29); }
div.DivClassName
{
background-color: #E5101D;
}
.BgClassName
{
background-color: #E5101D;
}
</style>
border-color css
<style>
span { border-color: #E5101D; }
span { border-color: rgb(229,16,29); }
td.TdClassName
{
border-color: #E5101D;
}
.TagClassName
{
border-color: #E5101D;
}
</style>