Shades of Fire Engine Red #E51C1D
Tints of Fire Engine Red #E51C1D
RGB
CMYK
RGB Variations
Color information
#E51C1D (or 0xE51C1D) is known color: Fire Engine Red. HEX triplet: E5, 1C and 1D. RGB value is (229,28,29). Sum of RGB (Red+Green+Blue) = 229+28+29=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C1D is #1AE3E2. Grayscale: #585858. Windows color (decimal): -1762275 or 1907941. OLE color: 1907941.
HSL color Cylindrical-coordinate representation of color #E51C1D: hue angle of 359.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51C1D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 29 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.10 |
| HSL | 359.7º | 0.79% | 0.5% | - |
| HSV(B) | 359.7º | 0.88% | 0.9% | - |
| XYZ | 32.95 | 17.58 | 2.82 | - |
| YUV | 88.21 | 94.59 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 29 | 0 | 0.88 | 0.87 | 0.10 | 359.7 | 0.79 | 0.5 |
| Hex | E5 | 1C | 1D | 0 | 58 | 57 | A | 168 | 4F | 32 |
| Octal | 345 | 34 | 35 | 0 | 130 | 127 | 12 | 550 | 117 | 62 |
| Binary | 11100101 | 11100 | 11101 | 0 | 1011000 | 1010111 | 1010 | 101101000 | 1001111 | 110010 |
Color Harmonies of #E51C1D
Complementary color
Monochromatic Colors of #E51C1D
Black with #E51C1D
Text Example
Text Example
White with #E51C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C1D; }
p { color: rgb(229,28,29); }
H1.HeaderClassName
{
color: #E51C1D;
}
.AnyTagClassName
{
color: #E51C1D;
}
</style>
background-color css
<style>
a { background-color: #E51C1D; }
a { background-color: rgb(229,28,29); }
div.DivClassName
{
background-color: #E51C1D;
}
.BgClassName
{
background-color: #E51C1D;
}
</style>
border-color css
<style>
span { border-color: #E51C1D; }
span { border-color: rgb(229,28,29); }
td.TdClassName
{
border-color: #E51C1D;
}
.TagClassName
{
border-color: #E51C1D;
}
</style>