Shades of Fire Engine Red #E10125
Tints of Fire Engine Red #E10125
RGB
CMYK
RGB Variations
Color information
#E10125 (or 0xE10125) is known color: Fire Engine Red. HEX triplet: E1, 01 and 25. RGB value is (225,1,37). Sum of RGB (Red+Green+Blue) = 225+1+37=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E10125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10125 is #1EFEDA. Grayscale: #484848. Windows color (decimal): -2031323 or 2425313. OLE color: 2425313.
HSL color Cylindrical-coordinate representation of color #E10125: hue angle of 350.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10125 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.12 |
| HSL | 350.36º | 0.99% | 0.44% | - |
| HSV(B) | 350.36º | 1% | 0.88% | - |
| XYZ | 31.4 | 16.16 | 3.22 | - |
| YUV | 72.08 | 108.21 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 37 | 0 | 1.00 | 0.84 | 0.12 | 350.36 | 0.99 | 0.44 |
| Hex | E1 | 1 | 25 | 0 | 64 | 54 | C | 15E | 63 | 2C |
| Octal | 341 | 1 | 45 | 0 | 144 | 124 | 14 | 536 | 143 | 54 |
| Binary | 11100001 | 1 | 100101 | 0 | 1100100 | 1010100 | 1100 | 101011110 | 1100011 | 101100 |
Color Harmonies of #E10125
Complementary color
Monochromatic Colors of #E10125
Black with #E10125
Text Example
Text Example
White with #E10125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10125; }
p { color: rgb(225,1,37); }
H1.HeaderClassName
{
color: #E10125;
}
.AnyTagClassName
{
color: #E10125;
}
</style>
background-color css
<style>
a { background-color: #E10125; }
a { background-color: rgb(225,1,37); }
div.DivClassName
{
background-color: #E10125;
}
.BgClassName
{
background-color: #E10125;
}
</style>
border-color css
<style>
span { border-color: #E10125; }
span { border-color: rgb(225,1,37); }
td.TdClassName
{
border-color: #E10125;
}
.TagClassName
{
border-color: #E10125;
}
</style>