Shades of Fire Engine Red #E10C25
Tints of Fire Engine Red #E10C25
RGB
CMYK
RGB Variations
Color information
#E10C25 (or 0xE10C25) is known color: Fire Engine Red. HEX triplet: E1, 0C and 25. RGB value is (225,12,37). Sum of RGB (Red+Green+Blue) = 225+12+37=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C25 is #1EF3DA. Grayscale: #4E4E4E. Windows color (decimal): -2028507 or 2428129. OLE color: 2428129.
HSL color Cylindrical-coordinate representation of color #E10C25: hue angle of 352.96º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C25 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 37 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.12 |
| HSL | 352.96º | 0.9% | 0.46% | - |
| HSV(B) | 352.96º | 0.95% | 0.88% | - |
| XYZ | 31.52 | 16.4 | 3.26 | - |
| YUV | 78.54 | 104.57 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 37 | 0 | 0.95 | 0.84 | 0.12 | 352.96 | 0.9 | 0.46 |
| Hex | E1 | C | 25 | 0 | 5F | 54 | C | 161 | 5A | 2E |
| Octal | 341 | 14 | 45 | 0 | 137 | 124 | 14 | 541 | 132 | 56 |
| Binary | 11100001 | 1100 | 100101 | 0 | 1011111 | 1010100 | 1100 | 101100001 | 1011010 | 101110 |
Color Harmonies of #E10C25
Complementary color
Monochromatic Colors of #E10C25
Black with #E10C25
Text Example
Text Example
White with #E10C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C25; }
p { color: rgb(225,12,37); }
H1.HeaderClassName
{
color: #E10C25;
}
.AnyTagClassName
{
color: #E10C25;
}
</style>
background-color css
<style>
a { background-color: #E10C25; }
a { background-color: rgb(225,12,37); }
div.DivClassName
{
background-color: #E10C25;
}
.BgClassName
{
background-color: #E10C25;
}
</style>
border-color css
<style>
span { border-color: #E10C25; }
span { border-color: rgb(225,12,37); }
td.TdClassName
{
border-color: #E10C25;
}
.TagClassName
{
border-color: #E10C25;
}
</style>