Shades of Fire Engine Red #E8181B
Tints of Fire Engine Red #E8181B
RGB
CMYK
RGB Variations
Color information
#E8181B (or 0xE8181B) is known color: Fire Engine Red. HEX triplet: E8, 18 and 1B. RGB value is (232,24,27). Sum of RGB (Red+Green+Blue) = 232+24+27=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E8181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8181B is #17E7E4. Grayscale: #565656. Windows color (decimal): -1566693 or 1775848. OLE color: 1775848.
HSL color Cylindrical-coordinate representation of color #E8181B: hue angle of 359.13º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8181B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.09 |
| HSL | 359.13º | 0.82% | 0.5% | - |
| HSV(B) | 359.13º | 0.9% | 0.91% | - |
| XYZ | 33.8 | 17.89 | 2.71 | - |
| YUV | 86.53 | 94.41 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 27 | 0 | 0.90 | 0.88 | 0.09 | 359.13 | 0.82 | 0.5 |
| Hex | E8 | 18 | 1B | 0 | 5A | 58 | 9 | 167 | 52 | 32 |
| Octal | 350 | 30 | 33 | 0 | 132 | 130 | 11 | 547 | 122 | 62 |
| Binary | 11101000 | 11000 | 11011 | 0 | 1011010 | 1011000 | 1001 | 101100111 | 1010010 | 110010 |
Color Harmonies of #E8181B
Complementary color
Monochromatic Colors of #E8181B
Black with #E8181B
Text Example
Text Example
White with #E8181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8181B; }
p { color: rgb(232,24,27); }
H1.HeaderClassName
{
color: #E8181B;
}
.AnyTagClassName
{
color: #E8181B;
}
</style>
background-color css
<style>
a { background-color: #E8181B; }
a { background-color: rgb(232,24,27); }
div.DivClassName
{
background-color: #E8181B;
}
.BgClassName
{
background-color: #E8181B;
}
</style>
border-color css
<style>
span { border-color: #E8181B; }
span { border-color: rgb(232,24,27); }
td.TdClassName
{
border-color: #E8181B;
}
.TagClassName
{
border-color: #E8181B;
}
</style>