Shades of Fire Engine Red #E1081D
Tints of Fire Engine Red #E1081D
RGB
CMYK
RGB Variations
Color information
#E1081D (or 0xE1081D) is known color: Fire Engine Red. HEX triplet: E1, 08 and 1D. RGB value is (225,8,29). Sum of RGB (Red+Green+Blue) = 225+8+29=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E1081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1081D is #1EF7E2. Grayscale: #4B4B4B. Windows color (decimal): -2029539 or 1902817. OLE color: 1902817.
HSL color Cylindrical-coordinate representation of color #E1081D: hue angle of 354.19º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1081D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.12 |
| HSL | 354.19º | 0.93% | 0.46% | - |
| HSV(B) | 354.19º | 0.96% | 0.88% | - |
| XYZ | 31.36 | 16.27 | 2.65 | - |
| YUV | 75.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 29 | 0 | 0.96 | 0.87 | 0.12 | 354.19 | 0.93 | 0.46 |
| Hex | E1 | 8 | 1D | 0 | 60 | 57 | C | 162 | 5D | 2E |
| Octal | 341 | 10 | 35 | 0 | 140 | 127 | 14 | 542 | 135 | 56 |
| Binary | 11100001 | 1000 | 11101 | 0 | 1100000 | 1010111 | 1100 | 101100010 | 1011101 | 101110 |
Color Harmonies of #E1081D
Complementary color
Monochromatic Colors of #E1081D
Black with #E1081D
Text Example
Text Example
White with #E1081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1081D; }
p { color: rgb(225,8,29); }
H1.HeaderClassName
{
color: #E1081D;
}
.AnyTagClassName
{
color: #E1081D;
}
</style>
background-color css
<style>
a { background-color: #E1081D; }
a { background-color: rgb(225,8,29); }
div.DivClassName
{
background-color: #E1081D;
}
.BgClassName
{
background-color: #E1081D;
}
</style>
border-color css
<style>
span { border-color: #E1081D; }
span { border-color: rgb(225,8,29); }
td.TdClassName
{
border-color: #E1081D;
}
.TagClassName
{
border-color: #E1081D;
}
</style>