Shades of Fire Engine Red #E2151B
Tints of Fire Engine Red #E2151B
RGB
CMYK
RGB Variations
Color information
#E2151B (or 0xE2151B) is known color: Fire Engine Red. HEX triplet: E2, 15 and 1B. RGB value is (226,21,27). Sum of RGB (Red+Green+Blue) = 226+21+27=274 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.48% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 226 - color contains mainly: red. Hex color #E2151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2151B is #1DEAE4. Grayscale: #535353. Windows color (decimal): -1960677 or 1775074. OLE color: 1775074.
HSL color Cylindrical-coordinate representation of color #E2151B: hue angle of 358.24º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2151B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.11 |
| HSL | 358.24º | 0.83% | 0.48% | - |
| HSV(B) | 358.24º | 0.91% | 0.89% | - |
| XYZ | 31.83 | 16.78 | 2.6 | - |
| YUV | 82.98 | 96.42 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 27 | 0 | 0.91 | 0.88 | 0.11 | 358.24 | 0.83 | 0.48 |
| Hex | E2 | 15 | 1B | 0 | 5B | 58 | B | 166 | 53 | 30 |
| Octal | 342 | 25 | 33 | 0 | 133 | 130 | 13 | 546 | 123 | 60 |
| Binary | 11100010 | 10101 | 11011 | 0 | 1011011 | 1011000 | 1011 | 101100110 | 1010011 | 110000 |
Color Harmonies of #E2151B
Complementary color
Monochromatic Colors of #E2151B
Black with #E2151B
Text Example
Text Example
White with #E2151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2151B; }
p { color: rgb(226,21,27); }
H1.HeaderClassName
{
color: #E2151B;
}
.AnyTagClassName
{
color: #E2151B;
}
</style>
background-color css
<style>
a { background-color: #E2151B; }
a { background-color: rgb(226,21,27); }
div.DivClassName
{
background-color: #E2151B;
}
.BgClassName
{
background-color: #E2151B;
}
</style>
border-color css
<style>
span { border-color: #E2151B; }
span { border-color: rgb(226,21,27); }
td.TdClassName
{
border-color: #E2151B;
}
.TagClassName
{
border-color: #E2151B;
}
</style>