Shades of Fire Engine Red #E1151B
Tints of Fire Engine Red #E1151B
RGB
CMYK
RGB Variations
Color information
#E1151B (or 0xE1151B) is known color: Fire Engine Red. HEX triplet: E1, 15 and 1B. RGB value is (225,21,27). Sum of RGB (Red+Green+Blue) = 225+21+27=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E1151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1151B is #1EEAE4. Grayscale: #525252. Windows color (decimal): -2026213 or 1775073. OLE color: 1775073.
HSL color Cylindrical-coordinate representation of color #E1151B: hue angle of 358.24º degrees, saturation: 0.83, 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 #E1151B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.12 |
| HSL | 358.24º | 0.83% | 0.48% | - |
| HSV(B) | 358.24º | 0.91% | 0.88% | - |
| XYZ | 31.52 | 16.62 | 2.58 | - |
| YUV | 82.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 27 | 0 | 0.91 | 0.88 | 0.12 | 358.24 | 0.83 | 0.48 |
| Hex | E1 | 15 | 1B | 0 | 5B | 58 | C | 166 | 53 | 30 |
| Octal | 341 | 25 | 33 | 0 | 133 | 130 | 14 | 546 | 123 | 60 |
| Binary | 11100001 | 10101 | 11011 | 0 | 1011011 | 1011000 | 1100 | 101100110 | 1010011 | 110000 |
Color Harmonies of #E1151B
Complementary color
Monochromatic Colors of #E1151B
Black with #E1151B
Text Example
Text Example
White with #E1151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1151B; }
p { color: rgb(225,21,27); }
H1.HeaderClassName
{
color: #E1151B;
}
.AnyTagClassName
{
color: #E1151B;
}
</style>
background-color css
<style>
a { background-color: #E1151B; }
a { background-color: rgb(225,21,27); }
div.DivClassName
{
background-color: #E1151B;
}
.BgClassName
{
background-color: #E1151B;
}
</style>
border-color css
<style>
span { border-color: #E1151B; }
span { border-color: rgb(225,21,27); }
td.TdClassName
{
border-color: #E1151B;
}
.TagClassName
{
border-color: #E1151B;
}
</style>