Shades of Fire Engine Red #E81A1B
Tints of Fire Engine Red #E81A1B
RGB
CMYK
RGB Variations
Color information
#E81A1B (or 0xE81A1B) is known color: Fire Engine Red. HEX triplet: E8, 1A and 1B. RGB value is (232,26,27). Sum of RGB (Red+Green+Blue) = 232+26+27=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A1B is #17E5E4. Grayscale: #575757. Windows color (decimal): -1566181 or 1776360. OLE color: 1776360.
HSL color Cylindrical-coordinate representation of color #E81A1B: hue angle of 359.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A1B is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 27 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.09 |
| HSL | 359.71º | 0.82% | 0.51% | - |
| HSV(B) | 359.71º | 0.89% | 0.91% | - |
| XYZ | 33.85 | 17.97 | 2.72 | - |
| YUV | 87.71 | 93.75 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 27 | 0 | 0.89 | 0.88 | 0.09 | 359.71 | 0.82 | 0.51 |
| Hex | E8 | 1A | 1B | 0 | 59 | 58 | 9 | 168 | 52 | 33 |
| Octal | 350 | 32 | 33 | 0 | 131 | 130 | 11 | 550 | 122 | 63 |
| Binary | 11101000 | 11010 | 11011 | 0 | 1011001 | 1011000 | 1001 | 101101000 | 1010010 | 110011 |
Color Harmonies of #E81A1B
Complementary color
Monochromatic Colors of #E81A1B
Black with #E81A1B
Text Example
Text Example
White with #E81A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A1B; }
p { color: rgb(232,26,27); }
H1.HeaderClassName
{
color: #E81A1B;
}
.AnyTagClassName
{
color: #E81A1B;
}
</style>
background-color css
<style>
a { background-color: #E81A1B; }
a { background-color: rgb(232,26,27); }
div.DivClassName
{
background-color: #E81A1B;
}
.BgClassName
{
background-color: #E81A1B;
}
</style>
border-color css
<style>
span { border-color: #E81A1B; }
span { border-color: rgb(232,26,27); }
td.TdClassName
{
border-color: #E81A1B;
}
.TagClassName
{
border-color: #E81A1B;
}
</style>