Shades of Fire Engine Red #E2081D
Tints of Fire Engine Red #E2081D
RGB
CMYK
RGB Variations
Color information
#E2081D (or 0xE2081D) is known color: Fire Engine Red. HEX triplet: E2, 08 and 1D. RGB value is (226,8,29). Sum of RGB (Red+Green+Blue) = 226+8+29=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E2081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2081D is #1DF7E2. Grayscale: #4B4B4B. Windows color (decimal): -1964003 or 1902818. OLE color: 1902818.
HSL color Cylindrical-coordinate representation of color #E2081D: hue angle of 354.22º 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 #E2081D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.11 |
| HSL | 354.22º | 0.93% | 0.46% | - |
| HSV(B) | 354.22º | 0.96% | 0.89% | - |
| XYZ | 31.67 | 16.43 | 2.66 | - |
| YUV | 75.58 | 101.72 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 29 | 0 | 0.96 | 0.87 | 0.11 | 354.22 | 0.93 | 0.46 |
| Hex | E2 | 8 | 1D | 0 | 60 | 57 | B | 162 | 5D | 2E |
| Octal | 342 | 10 | 35 | 0 | 140 | 127 | 13 | 542 | 135 | 56 |
| Binary | 11100010 | 1000 | 11101 | 0 | 1100000 | 1010111 | 1011 | 101100010 | 1011101 | 101110 |
Color Harmonies of #E2081D
Complementary color
Monochromatic Colors of #E2081D
Black with #E2081D
Text Example
Text Example
White with #E2081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2081D; }
p { color: rgb(226,8,29); }
H1.HeaderClassName
{
color: #E2081D;
}
.AnyTagClassName
{
color: #E2081D;
}
</style>
background-color css
<style>
a { background-color: #E2081D; }
a { background-color: rgb(226,8,29); }
div.DivClassName
{
background-color: #E2081D;
}
.BgClassName
{
background-color: #E2081D;
}
</style>
border-color css
<style>
span { border-color: #E2081D; }
span { border-color: rgb(226,8,29); }
td.TdClassName
{
border-color: #E2081D;
}
.TagClassName
{
border-color: #E2081D;
}
</style>