Shades of Fire Engine Red #E70919
Tints of Fire Engine Red #E70919
RGB
CMYK
RGB Variations
Color information
#E70919 (or 0xE70919) is known color: Fire Engine Red. HEX triplet: E7, 09 and 19. RGB value is (231,9,25). Sum of RGB (Red+Green+Blue) = 231+9+25=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E70919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70919 is #18F6E6. Grayscale: #4D4D4D. Windows color (decimal): -1636071 or 1640935. OLE color: 1640935.
HSL color Cylindrical-coordinate representation of color #E70919: hue angle of 355.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70919 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.09 |
| HSL | 355.68º | 0.93% | 0.47% | - |
| HSV(B) | 355.68º | 0.96% | 0.91% | - |
| XYZ | 33.23 | 17.25 | 2.5 | - |
| YUV | 77.2 | 98.55 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 25 | 0 | 0.96 | 0.89 | 0.09 | 355.68 | 0.93 | 0.47 |
| Hex | E7 | 9 | 19 | 0 | 60 | 59 | 9 | 164 | 5C | 2F |
| Octal | 347 | 11 | 31 | 0 | 140 | 131 | 11 | 544 | 134 | 57 |
| Binary | 11100111 | 1001 | 11001 | 0 | 1100000 | 1011001 | 1001 | 101100100 | 1011100 | 101111 |
Color Harmonies of #E70919
Complementary color
Monochromatic Colors of #E70919
Black with #E70919
Text Example
Text Example
White with #E70919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70919; }
p { color: rgb(231,9,25); }
H1.HeaderClassName
{
color: #E70919;
}
.AnyTagClassName
{
color: #E70919;
}
</style>
background-color css
<style>
a { background-color: #E70919; }
a { background-color: rgb(231,9,25); }
div.DivClassName
{
background-color: #E70919;
}
.BgClassName
{
background-color: #E70919;
}
</style>
border-color css
<style>
span { border-color: #E70919; }
span { border-color: rgb(231,9,25); }
td.TdClassName
{
border-color: #E70919;
}
.TagClassName
{
border-color: #E70919;
}
</style>