Shades of Fire Engine Red #E10425
Tints of Fire Engine Red #E10425
RGB
CMYK
RGB Variations
Color information
#E10425 (or 0xE10425) is known color: Fire Engine Red. HEX triplet: E1, 04 and 25. RGB value is (225,4,37). Sum of RGB (Red+Green+Blue) = 225+4+37=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E10425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10425 is #1EFBDA. Grayscale: #494949. Windows color (decimal): -2030555 or 2426081. OLE color: 2426081.
HSL color Cylindrical-coordinate representation of color #E10425: hue angle of 351.04º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10425 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.12 |
| HSL | 351.04º | 0.97% | 0.45% | - |
| HSV(B) | 351.04º | 0.98% | 0.88% | - |
| XYZ | 31.43 | 16.23 | 3.23 | - |
| YUV | 73.84 | 107.22 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 37 | 0 | 0.98 | 0.84 | 0.12 | 351.04 | 0.97 | 0.45 |
| Hex | E1 | 4 | 25 | 0 | 62 | 54 | C | 15F | 61 | 2D |
| Octal | 341 | 4 | 45 | 0 | 142 | 124 | 14 | 537 | 141 | 55 |
| Binary | 11100001 | 100 | 100101 | 0 | 1100010 | 1010100 | 1100 | 101011111 | 1100001 | 101101 |
Color Harmonies of #E10425
Complementary color
Monochromatic Colors of #E10425
Black with #E10425
Text Example
Text Example
White with #E10425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10425; }
p { color: rgb(225,4,37); }
H1.HeaderClassName
{
color: #E10425;
}
.AnyTagClassName
{
color: #E10425;
}
</style>
background-color css
<style>
a { background-color: #E10425; }
a { background-color: rgb(225,4,37); }
div.DivClassName
{
background-color: #E10425;
}
.BgClassName
{
background-color: #E10425;
}
</style>
border-color css
<style>
span { border-color: #E10425; }
span { border-color: rgb(225,4,37); }
td.TdClassName
{
border-color: #E10425;
}
.TagClassName
{
border-color: #E10425;
}
</style>