Shades of Fire Engine Red #E70A1F
Tints of Fire Engine Red #E70A1F
RGB
CMYK
RGB Variations
Color information
#E70A1F (or 0xE70A1F) is known color: Fire Engine Red. HEX triplet: E7, 0A and 1F. RGB value is (231,10,31). Sum of RGB (Red+Green+Blue) = 231+10+31=272 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.93% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A1F is #18F5E0. Grayscale: #4E4E4E. Windows color (decimal): -1635809 or 2034407. OLE color: 2034407.
HSL color Cylindrical-coordinate representation of color #E70A1F: hue angle of 354.3º 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 #E70A1F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 31 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.09 |
| HSL | 354.3º | 0.92% | 0.47% | - |
| HSV(B) | 354.3º | 0.96% | 0.91% | - |
| XYZ | 33.31 | 17.3 | 2.88 | - |
| YUV | 78.47 | 101.22 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 31 | 0 | 0.96 | 0.87 | 0.09 | 354.3 | 0.92 | 0.47 |
| Hex | E7 | A | 1F | 0 | 60 | 57 | 9 | 162 | 5C | 2F |
| Octal | 347 | 12 | 37 | 0 | 140 | 127 | 11 | 542 | 134 | 57 |
| Binary | 11100111 | 1010 | 11111 | 0 | 1100000 | 1010111 | 1001 | 101100010 | 1011100 | 101111 |
Color Harmonies of #E70A1F
Complementary color
Monochromatic Colors of #E70A1F
Black with #E70A1F
Text Example
Text Example
White with #E70A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A1F; }
p { color: rgb(231,10,31); }
H1.HeaderClassName
{
color: #E70A1F;
}
.AnyTagClassName
{
color: #E70A1F;
}
</style>
background-color css
<style>
a { background-color: #E70A1F; }
a { background-color: rgb(231,10,31); }
div.DivClassName
{
background-color: #E70A1F;
}
.BgClassName
{
background-color: #E70A1F;
}
</style>
border-color css
<style>
span { border-color: #E70A1F; }
span { border-color: rgb(231,10,31); }
td.TdClassName
{
border-color: #E70A1F;
}
.TagClassName
{
border-color: #E70A1F;
}
</style>