Shades of Fire Engine Red #E7031B
Tints of Fire Engine Red #E7031B
RGB
CMYK
RGB Variations
Color information
#E7031B (or 0xE7031B) is known color: Fire Engine Red. HEX triplet: E7, 03 and 1B. RGB value is (231,3,27). Sum of RGB (Red+Green+Blue) = 231+3+27=261 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.51% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 231 - color contains mainly: red. Hex color #E7031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7031B is #18FCE4. Grayscale: #4A4A4A. Windows color (decimal): -1637605 or 1770471. OLE color: 1770471.
HSL color Cylindrical-coordinate representation of color #E7031B: hue angle of 353.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.09 |
| HSL | 353.68º | 0.97% | 0.46% | - |
| HSV(B) | 353.68º | 0.99% | 0.91% | - |
| XYZ | 33.19 | 17.13 | 2.59 | - |
| YUV | 73.91 | 101.54 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 27 | 0 | 0.99 | 0.88 | 0.09 | 353.68 | 0.97 | 0.46 |
| Hex | E7 | 3 | 1B | 0 | 63 | 58 | 9 | 162 | 61 | 2E |
| Octal | 347 | 3 | 33 | 0 | 143 | 130 | 11 | 542 | 141 | 56 |
| Binary | 11100111 | 11 | 11011 | 0 | 1100011 | 1011000 | 1001 | 101100010 | 1100001 | 101110 |
Color Harmonies of #E7031B
Complementary color
Monochromatic Colors of #E7031B
Black with #E7031B
Text Example
Text Example
White with #E7031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7031B; }
p { color: rgb(231,3,27); }
H1.HeaderClassName
{
color: #E7031B;
}
.AnyTagClassName
{
color: #E7031B;
}
</style>
background-color css
<style>
a { background-color: #E7031B; }
a { background-color: rgb(231,3,27); }
div.DivClassName
{
background-color: #E7031B;
}
.BgClassName
{
background-color: #E7031B;
}
</style>
border-color css
<style>
span { border-color: #E7031B; }
span { border-color: rgb(231,3,27); }
td.TdClassName
{
border-color: #E7031B;
}
.TagClassName
{
border-color: #E7031B;
}
</style>