Shades of Fire Engine Red #E30819
Tints of Fire Engine Red #E30819
RGB
CMYK
RGB Variations
Color information
#E30819 (or 0xE30819) is known color: Fire Engine Red. HEX triplet: E3, 08 and 19. RGB value is (227,8,25). Sum of RGB (Red+Green+Blue) = 227+8+25=260 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.31% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 227 - color contains mainly: red. Hex color #E30819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30819 is #1CF7E6. Grayscale: #4B4B4B. Windows color (decimal): -1898471 or 1640675. OLE color: 1640675.
HSL color Cylindrical-coordinate representation of color #E30819: hue angle of 355.34º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30819 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.11 |
| HSL | 355.34º | 0.93% | 0.46% | - |
| HSV(B) | 355.34º | 0.96% | 0.89% | - |
| XYZ | 31.94 | 16.57 | 2.44 | - |
| YUV | 75.42 | 99.55 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 25 | 0 | 0.96 | 0.89 | 0.11 | 355.34 | 0.93 | 0.46 |
| Hex | E3 | 8 | 19 | 0 | 60 | 59 | B | 163 | 5D | 2E |
| Octal | 343 | 10 | 31 | 0 | 140 | 131 | 13 | 543 | 135 | 56 |
| Binary | 11100011 | 1000 | 11001 | 0 | 1100000 | 1011001 | 1011 | 101100011 | 1011101 | 101110 |
Color Harmonies of #E30819
Complementary color
Monochromatic Colors of #E30819
Black with #E30819
Text Example
Text Example
White with #E30819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30819; }
p { color: rgb(227,8,25); }
H1.HeaderClassName
{
color: #E30819;
}
.AnyTagClassName
{
color: #E30819;
}
</style>
background-color css
<style>
a { background-color: #E30819; }
a { background-color: rgb(227,8,25); }
div.DivClassName
{
background-color: #E30819;
}
.BgClassName
{
background-color: #E30819;
}
</style>
border-color css
<style>
span { border-color: #E30819; }
span { border-color: rgb(227,8,25); }
td.TdClassName
{
border-color: #E30819;
}
.TagClassName
{
border-color: #E30819;
}
</style>