Shades of Fire Engine Red #E00927
Tints of Fire Engine Red #E00927
RGB
CMYK
RGB Variations
Color information
#E00927 (or 0xE00927) is known color: Fire Engine Red. HEX triplet: E0, 09 and 27. RGB value is (224,9,39). Sum of RGB (Red+Green+Blue) = 224+9+39=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E00927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00927 is #1FF6D8. Grayscale: #4C4C4C. Windows color (decimal): -2094809 or 2558432. OLE color: 2558432.
HSL color Cylindrical-coordinate representation of color #E00927: hue angle of 351.63º degrees, saturation: 0.92, 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 #E00927 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.12 |
| HSL | 351.63º | 0.92% | 0.46% | - |
| HSV(B) | 351.63º | 0.96% | 0.88% | - |
| XYZ | 31.2 | 16.19 | 3.4 | - |
| YUV | 76.71 | 106.73 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 39 | 0 | 0.96 | 0.83 | 0.12 | 351.63 | 0.92 | 0.46 |
| Hex | E0 | 9 | 27 | 0 | 60 | 53 | C | 160 | 5C | 2E |
| Octal | 340 | 11 | 47 | 0 | 140 | 123 | 14 | 540 | 134 | 56 |
| Binary | 11100000 | 1001 | 100111 | 0 | 1100000 | 1010011 | 1100 | 101100000 | 1011100 | 101110 |
Color Harmonies of #E00927
Complementary color
Monochromatic Colors of #E00927
Black with #E00927
Text Example
Text Example
White with #E00927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00927; }
p { color: rgb(224,9,39); }
H1.HeaderClassName
{
color: #E00927;
}
.AnyTagClassName
{
color: #E00927;
}
</style>
background-color css
<style>
a { background-color: #E00927; }
a { background-color: rgb(224,9,39); }
div.DivClassName
{
background-color: #E00927;
}
.BgClassName
{
background-color: #E00927;
}
</style>
border-color css
<style>
span { border-color: #E00927; }
span { border-color: rgb(224,9,39); }
td.TdClassName
{
border-color: #E00927;
}
.TagClassName
{
border-color: #E00927;
}
</style>