Shades of Fire Engine Red #E8151B
Tints of Fire Engine Red #E8151B
RGB
CMYK
RGB Variations
Color information
#E8151B (or 0xE8151B) is known color: Fire Engine Red. HEX triplet: E8, 15 and 1B. RGB value is (232,21,27). Sum of RGB (Red+Green+Blue) = 232+21+27=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E8151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8151B is #17EAE4. Grayscale: #545454. Windows color (decimal): -1567461 or 1775080. OLE color: 1775080.
HSL color Cylindrical-coordinate representation of color #E8151B: hue angle of 358.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8151B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.09 |
| HSL | 358.29º | 0.83% | 0.5% | - |
| HSV(B) | 358.29º | 0.91% | 0.91% | - |
| XYZ | 33.74 | 17.77 | 2.69 | - |
| YUV | 84.77 | 95.4 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 27 | 0 | 0.91 | 0.88 | 0.09 | 358.29 | 0.83 | 0.5 |
| Hex | E8 | 15 | 1B | 0 | 5B | 58 | 9 | 166 | 53 | 32 |
| Octal | 350 | 25 | 33 | 0 | 133 | 130 | 11 | 546 | 123 | 62 |
| Binary | 11101000 | 10101 | 11011 | 0 | 1011011 | 1011000 | 1001 | 101100110 | 1010011 | 110010 |
Color Harmonies of #E8151B
Complementary color
Monochromatic Colors of #E8151B
Black with #E8151B
Text Example
Text Example
White with #E8151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8151B; }
p { color: rgb(232,21,27); }
H1.HeaderClassName
{
color: #E8151B;
}
.AnyTagClassName
{
color: #E8151B;
}
</style>
background-color css
<style>
a { background-color: #E8151B; }
a { background-color: rgb(232,21,27); }
div.DivClassName
{
background-color: #E8151B;
}
.BgClassName
{
background-color: #E8151B;
}
</style>
border-color css
<style>
span { border-color: #E8151B; }
span { border-color: rgb(232,21,27); }
td.TdClassName
{
border-color: #E8151B;
}
.TagClassName
{
border-color: #E8151B;
}
</style>