Shades of Fire Engine Red #E10D1C
Tints of Fire Engine Red #E10D1C
RGB
CMYK
RGB Variations
Color information
#E10D1C (or 0xE10D1C) is known color: Fire Engine Red. HEX triplet: E1, 0D and 1C. RGB value is (225,13,28). Sum of RGB (Red+Green+Blue) = 225+13+28=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10D1C is #1EF2E3. Grayscale: #4E4E4E. Windows color (decimal): -2028260 or 1838561. OLE color: 1838561.
HSL color Cylindrical-coordinate representation of color #E10D1C: hue angle of 355.75º 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 #E10D1C is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 28 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.12 |
| HSL | 355.75º | 0.89% | 0.47% | - |
| HSV(B) | 355.75º | 0.94% | 0.88% | - |
| XYZ | 31.4 | 16.38 | 2.6 | - |
| YUV | 78.1 | 99.74 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 28 | 0 | 0.94 | 0.88 | 0.12 | 355.75 | 0.89 | 0.47 |
| Hex | E1 | D | 1C | 0 | 5E | 58 | C | 164 | 59 | 2F |
| Octal | 341 | 15 | 34 | 0 | 136 | 130 | 14 | 544 | 131 | 57 |
| Binary | 11100001 | 1101 | 11100 | 0 | 1011110 | 1011000 | 1100 | 101100100 | 1011001 | 101111 |
Color Harmonies of #E10D1C
Complementary color
Monochromatic Colors of #E10D1C
Black with #E10D1C
Text Example
Text Example
White with #E10D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D1C; }
p { color: rgb(225,13,28); }
H1.HeaderClassName
{
color: #E10D1C;
}
.AnyTagClassName
{
color: #E10D1C;
}
</style>
background-color css
<style>
a { background-color: #E10D1C; }
a { background-color: rgb(225,13,28); }
div.DivClassName
{
background-color: #E10D1C;
}
.BgClassName
{
background-color: #E10D1C;
}
</style>
border-color css
<style>
span { border-color: #E10D1C; }
span { border-color: rgb(225,13,28); }
td.TdClassName
{
border-color: #E10D1C;
}
.TagClassName
{
border-color: #E10D1C;
}
</style>