Shades of Fire Engine Red #E40A1D
Tints of Fire Engine Red #E40A1D
RGB
CMYK
RGB Variations
Color information
#E40A1D (or 0xE40A1D) is known color: Fire Engine Red. HEX triplet: E4, 0A and 1D. RGB value is (228,10,29). Sum of RGB (Red+Green+Blue) = 228+10+29=267 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.39% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40A1D is #1BF5E2. Grayscale: #4D4D4D. Windows color (decimal): -1832419 or 1903332. OLE color: 1903332.
HSL color Cylindrical-coordinate representation of color #E40A1D: hue angle of 354.77º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A1D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.11 |
| HSL | 354.77º | 0.92% | 0.47% | - |
| HSV(B) | 354.77º | 0.96% | 0.89% | - |
| XYZ | 32.33 | 16.8 | 2.7 | - |
| YUV | 77.35 | 100.72 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 29 | 0 | 0.96 | 0.87 | 0.11 | 354.77 | 0.92 | 0.47 |
| Hex | E4 | A | 1D | 0 | 60 | 57 | B | 163 | 5C | 2F |
| Octal | 344 | 12 | 35 | 0 | 140 | 127 | 13 | 543 | 134 | 57 |
| Binary | 11100100 | 1010 | 11101 | 0 | 1100000 | 1010111 | 1011 | 101100011 | 1011100 | 101111 |
Color Harmonies of #E40A1D
Complementary color
Monochromatic Colors of #E40A1D
Black with #E40A1D
Text Example
Text Example
White with #E40A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40A1D; }
p { color: rgb(228,10,29); }
H1.HeaderClassName
{
color: #E40A1D;
}
.AnyTagClassName
{
color: #E40A1D;
}
</style>
background-color css
<style>
a { background-color: #E40A1D; }
a { background-color: rgb(228,10,29); }
div.DivClassName
{
background-color: #E40A1D;
}
.BgClassName
{
background-color: #E40A1D;
}
</style>
border-color css
<style>
span { border-color: #E40A1D; }
span { border-color: rgb(228,10,29); }
td.TdClassName
{
border-color: #E40A1D;
}
.TagClassName
{
border-color: #E40A1D;
}
</style>