Shades of Fire Engine Red #E70D1A
Tints of Fire Engine Red #E70D1A
RGB
CMYK
RGB Variations
Color information
#E70D1A (or 0xE70D1A) is known color: Fire Engine Red. HEX triplet: E7, 0D and 1A. RGB value is (231,13,26). Sum of RGB (Red+Green+Blue) = 231+13+26=270 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.56% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70D1A is #18F2E5. Grayscale: #4F4F4F. Windows color (decimal): -1635046 or 1707495. OLE color: 1707495.
HSL color Cylindrical-coordinate representation of color #E70D1A: hue angle of 356.42º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70D1A is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 26 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.09 |
| HSL | 356.42º | 0.89% | 0.48% | - |
| HSV(B) | 356.42º | 0.94% | 0.91% | - |
| XYZ | 33.29 | 17.35 | 2.57 | - |
| YUV | 79.66 | 97.72 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 26 | 0 | 0.94 | 0.89 | 0.09 | 356.42 | 0.89 | 0.48 |
| Hex | E7 | D | 1A | 0 | 5E | 59 | 9 | 164 | 59 | 30 |
| Octal | 347 | 15 | 32 | 0 | 136 | 131 | 11 | 544 | 131 | 60 |
| Binary | 11100111 | 1101 | 11010 | 0 | 1011110 | 1011001 | 1001 | 101100100 | 1011001 | 110000 |
Color Harmonies of #E70D1A
Complementary color
Monochromatic Colors of #E70D1A
Black with #E70D1A
Text Example
Text Example
White with #E70D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D1A; }
p { color: rgb(231,13,26); }
H1.HeaderClassName
{
color: #E70D1A;
}
.AnyTagClassName
{
color: #E70D1A;
}
</style>
background-color css
<style>
a { background-color: #E70D1A; }
a { background-color: rgb(231,13,26); }
div.DivClassName
{
background-color: #E70D1A;
}
.BgClassName
{
background-color: #E70D1A;
}
</style>
border-color css
<style>
span { border-color: #E70D1A; }
span { border-color: rgb(231,13,26); }
td.TdClassName
{
border-color: #E70D1A;
}
.TagClassName
{
border-color: #E70D1A;
}
</style>