Shades of Fire Engine Red #E10825
Tints of Fire Engine Red #E10825
RGB
CMYK
RGB Variations
Color information
#E10825 (or 0xE10825) is known color: Fire Engine Red. HEX triplet: E1, 08 and 25. RGB value is (225,8,37). Sum of RGB (Red+Green+Blue) = 225+8+37=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E10825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10825 is #1EF7DA. Grayscale: #4C4C4C. Windows color (decimal): -2029531 or 2427105. OLE color: 2427105.
HSL color Cylindrical-coordinate representation of color #E10825: hue angle of 351.98º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10825 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 37 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.12 |
| HSL | 351.98º | 0.93% | 0.46% | - |
| HSV(B) | 351.98º | 0.96% | 0.88% | - |
| XYZ | 31.47 | 16.31 | 3.24 | - |
| YUV | 76.19 | 105.89 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 37 | 0 | 0.96 | 0.84 | 0.12 | 351.98 | 0.93 | 0.46 |
| Hex | E1 | 8 | 25 | 0 | 60 | 54 | C | 160 | 5D | 2E |
| Octal | 341 | 10 | 45 | 0 | 140 | 124 | 14 | 540 | 135 | 56 |
| Binary | 11100001 | 1000 | 100101 | 0 | 1100000 | 1010100 | 1100 | 101100000 | 1011101 | 101110 |
Color Harmonies of #E10825
Complementary color
Monochromatic Colors of #E10825
Black with #E10825
Text Example
Text Example
White with #E10825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10825; }
p { color: rgb(225,8,37); }
H1.HeaderClassName
{
color: #E10825;
}
.AnyTagClassName
{
color: #E10825;
}
</style>
background-color css
<style>
a { background-color: #E10825; }
a { background-color: rgb(225,8,37); }
div.DivClassName
{
background-color: #E10825;
}
.BgClassName
{
background-color: #E10825;
}
</style>
border-color css
<style>
span { border-color: #E10825; }
span { border-color: rgb(225,8,37); }
td.TdClassName
{
border-color: #E10825;
}
.TagClassName
{
border-color: #E10825;
}
</style>