Shades of Fire Engine Red #E00A26
Tints of Fire Engine Red #E00A26
RGB
CMYK
RGB Variations
Color information
#E00A26 (or 0xE00A26) is known color: Fire Engine Red. HEX triplet: E0, 0A and 26. RGB value is (224,10,38). Sum of RGB (Red+Green+Blue) = 224+10+38=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A26 is #1FF5D9. Grayscale: #4D4D4D. Windows color (decimal): -2094554 or 2493152. OLE color: 2493152.
HSL color Cylindrical-coordinate representation of color #E00A26: hue angle of 352.15º 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 #E00A26 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 38 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.12 |
| HSL | 352.15º | 0.91% | 0.46% | - |
| HSV(B) | 352.15º | 0.96% | 0.88% | - |
| XYZ | 31.2 | 16.2 | 3.32 | - |
| YUV | 77.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 38 | 0 | 0.96 | 0.83 | 0.12 | 352.15 | 0.91 | 0.46 |
| Hex | E0 | A | 26 | 0 | 60 | 53 | C | 160 | 5B | 2E |
| Octal | 340 | 12 | 46 | 0 | 140 | 123 | 14 | 540 | 133 | 56 |
| Binary | 11100000 | 1010 | 100110 | 0 | 1100000 | 1010011 | 1100 | 101100000 | 1011011 | 101110 |
Color Harmonies of #E00A26
Complementary color
Monochromatic Colors of #E00A26
Black with #E00A26
Text Example
Text Example
White with #E00A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A26; }
p { color: rgb(224,10,38); }
H1.HeaderClassName
{
color: #E00A26;
}
.AnyTagClassName
{
color: #E00A26;
}
</style>
background-color css
<style>
a { background-color: #E00A26; }
a { background-color: rgb(224,10,38); }
div.DivClassName
{
background-color: #E00A26;
}
.BgClassName
{
background-color: #E00A26;
}
</style>
border-color css
<style>
span { border-color: #E00A26; }
span { border-color: rgb(224,10,38); }
td.TdClassName
{
border-color: #E00A26;
}
.TagClassName
{
border-color: #E00A26;
}
</style>