Shades of Fire Engine Red #E70A1E
Tints of Fire Engine Red #E70A1E
RGB
CMYK
RGB Variations
Color information
#E70A1E (or 0xE70A1E) is known color: Fire Engine Red. HEX triplet: E7, 0A and 1E. RGB value is (231,10,30). Sum of RGB (Red+Green+Blue) = 231+10+30=271 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.24% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A1E is #18F5E1. Grayscale: #4E4E4E. Windows color (decimal): -1635810 or 1968871. OLE color: 1968871.
HSL color Cylindrical-coordinate representation of color #E70A1E: hue angle of 354.57º degrees, saturation: 0.92, 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 #E70A1E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 30 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.09 |
| HSL | 354.57º | 0.92% | 0.47% | - |
| HSV(B) | 354.57º | 0.96% | 0.91% | - |
| XYZ | 33.3 | 17.3 | 2.81 | - |
| YUV | 78.36 | 100.72 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 30 | 0 | 0.96 | 0.87 | 0.09 | 354.57 | 0.92 | 0.47 |
| Hex | E7 | A | 1E | 0 | 60 | 57 | 9 | 163 | 5C | 2F |
| Octal | 347 | 12 | 36 | 0 | 140 | 127 | 11 | 543 | 134 | 57 |
| Binary | 11100111 | 1010 | 11110 | 0 | 1100000 | 1010111 | 1001 | 101100011 | 1011100 | 101111 |
Color Harmonies of #E70A1E
Complementary color
Monochromatic Colors of #E70A1E
Black with #E70A1E
Text Example
Text Example
White with #E70A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A1E; }
p { color: rgb(231,10,30); }
H1.HeaderClassName
{
color: #E70A1E;
}
.AnyTagClassName
{
color: #E70A1E;
}
</style>
background-color css
<style>
a { background-color: #E70A1E; }
a { background-color: rgb(231,10,30); }
div.DivClassName
{
background-color: #E70A1E;
}
.BgClassName
{
background-color: #E70A1E;
}
</style>
border-color css
<style>
span { border-color: #E70A1E; }
span { border-color: rgb(231,10,30); }
td.TdClassName
{
border-color: #E70A1E;
}
.TagClassName
{
border-color: #E70A1E;
}
</style>