Shades of Fire Engine Red #E00A25
Tints of Fire Engine Red #E00A25
RGB
CMYK
RGB Variations
Color information
#E00A25 (or 0xE00A25) is known color: Fire Engine Red. HEX triplet: E0, 0A and 25. RGB value is (224,10,37). Sum of RGB (Red+Green+Blue) = 224+10+37=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A25 is #1FF5DA. Grayscale: #4D4D4D. Windows color (decimal): -2094555 or 2427616. OLE color: 2427616.
HSL color Cylindrical-coordinate representation of color #E00A25: hue angle of 352.43º degrees, saturation: 0.91, 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 #E00A25 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 37 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.12 |
| HSL | 352.43º | 0.91% | 0.46% | - |
| HSV(B) | 352.43º | 0.96% | 0.88% | - |
| XYZ | 31.18 | 16.2 | 3.23 | - |
| YUV | 77.06 | 105.4 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 37 | 0 | 0.96 | 0.83 | 0.12 | 352.43 | 0.91 | 0.46 |
| Hex | E0 | A | 25 | 0 | 60 | 53 | C | 160 | 5B | 2E |
| Octal | 340 | 12 | 45 | 0 | 140 | 123 | 14 | 540 | 133 | 56 |
| Binary | 11100000 | 1010 | 100101 | 0 | 1100000 | 1010011 | 1100 | 101100000 | 1011011 | 101110 |
Color Harmonies of #E00A25
Complementary color
Monochromatic Colors of #E00A25
Black with #E00A25
Text Example
Text Example
White with #E00A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A25; }
p { color: rgb(224,10,37); }
H1.HeaderClassName
{
color: #E00A25;
}
.AnyTagClassName
{
color: #E00A25;
}
</style>
background-color css
<style>
a { background-color: #E00A25; }
a { background-color: rgb(224,10,37); }
div.DivClassName
{
background-color: #E00A25;
}
.BgClassName
{
background-color: #E00A25;
}
</style>
border-color css
<style>
span { border-color: #E00A25; }
span { border-color: rgb(224,10,37); }
td.TdClassName
{
border-color: #E00A25;
}
.TagClassName
{
border-color: #E00A25;
}
</style>