Shades of Fire Engine Red #E40825
Tints of Fire Engine Red #E40825
RGB
CMYK
RGB Variations
Color information
#E40825 (or 0xE40825) is known color: Fire Engine Red. HEX triplet: E4, 08 and 25. RGB value is (228,8,37). Sum of RGB (Red+Green+Blue) = 228+8+37=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E40825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40825 is #1BF7DA. Grayscale: #4D4D4D. Windows color (decimal): -1832923 or 2427108. OLE color: 2427108.
HSL color Cylindrical-coordinate representation of color #E40825: hue angle of 352.09º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40825 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 37 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.11 |
| HSL | 352.09º | 0.93% | 0.46% | - |
| HSV(B) | 352.09º | 0.96% | 0.89% | - |
| XYZ | 32.42 | 16.8 | 3.28 | - |
| YUV | 77.09 | 105.39 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 37 | 0 | 0.96 | 0.84 | 0.11 | 352.09 | 0.93 | 0.46 |
| Hex | E4 | 8 | 25 | 0 | 60 | 54 | B | 160 | 5D | 2E |
| Octal | 344 | 10 | 45 | 0 | 140 | 124 | 13 | 540 | 135 | 56 |
| Binary | 11100100 | 1000 | 100101 | 0 | 1100000 | 1010100 | 1011 | 101100000 | 1011101 | 101110 |
Color Harmonies of #E40825
Complementary color
Monochromatic Colors of #E40825
Black with #E40825
Text Example
Text Example
White with #E40825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40825; }
p { color: rgb(228,8,37); }
H1.HeaderClassName
{
color: #E40825;
}
.AnyTagClassName
{
color: #E40825;
}
</style>
background-color css
<style>
a { background-color: #E40825; }
a { background-color: rgb(228,8,37); }
div.DivClassName
{
background-color: #E40825;
}
.BgClassName
{
background-color: #E40825;
}
</style>
border-color css
<style>
span { border-color: #E40825; }
span { border-color: rgb(228,8,37); }
td.TdClassName
{
border-color: #E40825;
}
.TagClassName
{
border-color: #E40825;
}
</style>