Shades of Fire Engine Red #E8081B
Tints of Fire Engine Red #E8081B
RGB
CMYK
RGB Variations
Color information
#E8081B (or 0xE8081B) is known color: Fire Engine Red. HEX triplet: E8, 08 and 1B. RGB value is (232,8,27). Sum of RGB (Red+Green+Blue) = 232+8+27=267 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.89% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 232 - color contains mainly: red. Hex color #E8081B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8081B is #17F7E4. Grayscale: #4D4D4D. Windows color (decimal): -1570789 or 1771752. OLE color: 1771752.
HSL color Cylindrical-coordinate representation of color #E8081B: hue angle of 354.91º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8081B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.09 |
| HSL | 354.91º | 0.93% | 0.47% | - |
| HSV(B) | 354.91º | 0.97% | 0.91% | - |
| XYZ | 33.56 | 17.41 | 2.63 | - |
| YUV | 77.14 | 99.71 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 27 | 0 | 0.97 | 0.88 | 0.09 | 354.91 | 0.93 | 0.47 |
| Hex | E8 | 8 | 1B | 0 | 61 | 58 | 9 | 163 | 5D | 2F |
| Octal | 350 | 10 | 33 | 0 | 141 | 130 | 11 | 543 | 135 | 57 |
| Binary | 11101000 | 1000 | 11011 | 0 | 1100001 | 1011000 | 1001 | 101100011 | 1011101 | 101111 |
Color Harmonies of #E8081B
Complementary color
Monochromatic Colors of #E8081B
Black with #E8081B
Text Example
Text Example
White with #E8081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8081B; }
p { color: rgb(232,8,27); }
H1.HeaderClassName
{
color: #E8081B;
}
.AnyTagClassName
{
color: #E8081B;
}
</style>
background-color css
<style>
a { background-color: #E8081B; }
a { background-color: rgb(232,8,27); }
div.DivClassName
{
background-color: #E8081B;
}
.BgClassName
{
background-color: #E8081B;
}
</style>
border-color css
<style>
span { border-color: #E8081B; }
span { border-color: rgb(232,8,27); }
td.TdClassName
{
border-color: #E8081B;
}
.TagClassName
{
border-color: #E8081B;
}
</style>