Shades of Fire Engine Red #E0081D
Tints of Fire Engine Red #E0081D
RGB
CMYK
RGB Variations
Color information
#E0081D (or 0xE0081D) is known color: Fire Engine Red. HEX triplet: E0, 08 and 1D. RGB value is (224,8,29). Sum of RGB (Red+Green+Blue) = 224+8+29=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E0081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0081D is #1FF7E2. Grayscale: #4B4B4B. Windows color (decimal): -2095075 or 1902816. OLE color: 1902816.
HSL color Cylindrical-coordinate representation of color #E0081D: hue angle of 354.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0081D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.12 |
| HSL | 354.17º | 0.93% | 0.45% | - |
| HSV(B) | 354.17º | 0.96% | 0.88% | - |
| XYZ | 31.05 | 16.11 | 2.64 | - |
| YUV | 74.98 | 102.06 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 29 | 0 | 0.96 | 0.87 | 0.12 | 354.17 | 0.93 | 0.45 |
| Hex | E0 | 8 | 1D | 0 | 60 | 57 | C | 162 | 5D | 2D |
| Octal | 340 | 10 | 35 | 0 | 140 | 127 | 14 | 542 | 135 | 55 |
| Binary | 11100000 | 1000 | 11101 | 0 | 1100000 | 1010111 | 1100 | 101100010 | 1011101 | 101101 |
Color Harmonies of #E0081D
Complementary color
Monochromatic Colors of #E0081D
Black with #E0081D
Text Example
Text Example
White with #E0081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0081D; }
p { color: rgb(224,8,29); }
H1.HeaderClassName
{
color: #E0081D;
}
.AnyTagClassName
{
color: #E0081D;
}
</style>
background-color css
<style>
a { background-color: #E0081D; }
a { background-color: rgb(224,8,29); }
div.DivClassName
{
background-color: #E0081D;
}
.BgClassName
{
background-color: #E0081D;
}
</style>
border-color css
<style>
span { border-color: #E0081D; }
span { border-color: rgb(224,8,29); }
td.TdClassName
{
border-color: #E0081D;
}
.TagClassName
{
border-color: #E0081D;
}
</style>