Shades of Fire Engine Red #E11415
Tints of Fire Engine Red #E11415
RGB
CMYK
RGB Variations
Color information
#E11415 (or 0xE11415) is known color: Fire Engine Red. HEX triplet: E1, 14 and 15. RGB value is (225,20,21). Sum of RGB (Red+Green+Blue) = 225+20+21=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E11415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11415 is #1EEBEA. Grayscale: #515151. Windows color (decimal): -2026475 or 1381601. OLE color: 1381601.
HSL color Cylindrical-coordinate representation of color #E11415: hue angle of 359.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11415 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 21 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.12 |
| HSL | 359.71º | 0.84% | 0.48% | - |
| HSV(B) | 359.71º | 0.91% | 0.88% | - |
| XYZ | 31.44 | 16.56 | 2.25 | - |
| YUV | 81.41 | 93.92 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 21 | 0 | 0.91 | 0.91 | 0.12 | 359.71 | 0.84 | 0.48 |
| Hex | E1 | 14 | 15 | 0 | 5B | 5B | C | 168 | 54 | 30 |
| Octal | 341 | 24 | 25 | 0 | 133 | 133 | 14 | 550 | 124 | 60 |
| Binary | 11100001 | 10100 | 10101 | 0 | 1011011 | 1011011 | 1100 | 101101000 | 1010100 | 110000 |
Color Harmonies of #E11415
Complementary color
Monochromatic Colors of #E11415
Black with #E11415
Text Example
Text Example
White with #E11415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11415; }
p { color: rgb(225,20,21); }
H1.HeaderClassName
{
color: #E11415;
}
.AnyTagClassName
{
color: #E11415;
}
</style>
background-color css
<style>
a { background-color: #E11415; }
a { background-color: rgb(225,20,21); }
div.DivClassName
{
background-color: #E11415;
}
.BgClassName
{
background-color: #E11415;
}
</style>
border-color css
<style>
span { border-color: #E11415; }
span { border-color: rgb(225,20,21); }
td.TdClassName
{
border-color: #E11415;
}
.TagClassName
{
border-color: #E11415;
}
</style>