Shades of Fire Engine Red #E10D1F
Tints of Fire Engine Red #E10D1F
RGB
CMYK
RGB Variations
Color information
#E10D1F (or 0xE10D1F) is known color: Fire Engine Red. HEX triplet: E1, 0D and 1F. RGB value is (225,13,31). Sum of RGB (Red+Green+Blue) = 225+13+31=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10D1F is #1EF2E0. Grayscale: #4E4E4E. Windows color (decimal): -2028257 or 2035169. OLE color: 2035169.
HSL color Cylindrical-coordinate representation of color #E10D1F: hue angle of 354.91º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 31 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.12 |
| HSL | 354.91º | 0.89% | 0.47% | - |
| HSV(B) | 354.91º | 0.94% | 0.88% | - |
| XYZ | 31.44 | 16.39 | 2.8 | - |
| YUV | 78.44 | 101.24 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 31 | 0 | 0.94 | 0.86 | 0.12 | 354.91 | 0.89 | 0.47 |
| Hex | E1 | D | 1F | 0 | 5E | 56 | C | 163 | 59 | 2F |
| Octal | 341 | 15 | 37 | 0 | 136 | 126 | 14 | 543 | 131 | 57 |
| Binary | 11100001 | 1101 | 11111 | 0 | 1011110 | 1010110 | 1100 | 101100011 | 1011001 | 101111 |
Color Harmonies of #E10D1F
Complementary color
Monochromatic Colors of #E10D1F
Black with #E10D1F
Text Example
Text Example
White with #E10D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D1F; }
p { color: rgb(225,13,31); }
H1.HeaderClassName
{
color: #E10D1F;
}
.AnyTagClassName
{
color: #E10D1F;
}
</style>
background-color css
<style>
a { background-color: #E10D1F; }
a { background-color: rgb(225,13,31); }
div.DivClassName
{
background-color: #E10D1F;
}
.BgClassName
{
background-color: #E10D1F;
}
</style>
border-color css
<style>
span { border-color: #E10D1F; }
span { border-color: rgb(225,13,31); }
td.TdClassName
{
border-color: #E10D1F;
}
.TagClassName
{
border-color: #E10D1F;
}
</style>