Shades of Fire Engine Red #E4081B
Tints of Fire Engine Red #E4081B
RGB
CMYK
RGB Variations
Color information
#E4081B (or 0xE4081B) is known color: Fire Engine Red. HEX triplet: E4, 08 and 1B. RGB value is (228,8,27). Sum of RGB (Red+Green+Blue) = 228+8+27=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E4081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4081B is #1BF7E4. Grayscale: #4C4C4C. Windows color (decimal): -1832933 or 1771748. OLE color: 1771748.
HSL color Cylindrical-coordinate representation of color #E4081B: hue angle of 354.82º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4081B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.11 |
| HSL | 354.82º | 0.93% | 0.46% | - |
| HSV(B) | 354.82º | 0.96% | 0.89% | - |
| XYZ | 32.28 | 16.75 | 2.57 | - |
| YUV | 75.95 | 100.39 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 27 | 0 | 0.96 | 0.88 | 0.11 | 354.82 | 0.93 | 0.46 |
| Hex | E4 | 8 | 1B | 0 | 60 | 58 | B | 163 | 5D | 2E |
| Octal | 344 | 10 | 33 | 0 | 140 | 130 | 13 | 543 | 135 | 56 |
| Binary | 11100100 | 1000 | 11011 | 0 | 1100000 | 1011000 | 1011 | 101100011 | 1011101 | 101110 |
Color Harmonies of #E4081B
Complementary color
Monochromatic Colors of #E4081B
Black with #E4081B
Text Example
Text Example
White with #E4081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4081B; }
p { color: rgb(228,8,27); }
H1.HeaderClassName
{
color: #E4081B;
}
.AnyTagClassName
{
color: #E4081B;
}
</style>
background-color css
<style>
a { background-color: #E4081B; }
a { background-color: rgb(228,8,27); }
div.DivClassName
{
background-color: #E4081B;
}
.BgClassName
{
background-color: #E4081B;
}
</style>
border-color css
<style>
span { border-color: #E4081B; }
span { border-color: rgb(228,8,27); }
td.TdClassName
{
border-color: #E4081B;
}
.TagClassName
{
border-color: #E4081B;
}
</style>