Shades of Fire Engine Red #E2181D
Tints of Fire Engine Red #E2181D
RGB
CMYK
RGB Variations
Color information
#E2181D (or 0xE2181D) is known color: Fire Engine Red. HEX triplet: E2, 18 and 1D. RGB value is (226,24,29). Sum of RGB (Red+Green+Blue) = 226+24+29=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E2181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2181D is #1DE7E2. Grayscale: #555555. Windows color (decimal): -1959907 or 1906914. OLE color: 1906914.
HSL color Cylindrical-coordinate representation of color #E2181D: hue angle of 358.51º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2181D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 29 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.11 |
| HSL | 358.51º | 0.81% | 0.49% | - |
| HSV(B) | 358.51º | 0.89% | 0.89% | - |
| XYZ | 31.91 | 16.91 | 2.74 | - |
| YUV | 84.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 29 | 0 | 0.89 | 0.87 | 0.11 | 358.51 | 0.81 | 0.49 |
| Hex | E2 | 18 | 1D | 0 | 59 | 57 | B | 167 | 51 | 31 |
| Octal | 342 | 30 | 35 | 0 | 131 | 127 | 13 | 547 | 121 | 61 |
| Binary | 11100010 | 11000 | 11101 | 0 | 1011001 | 1010111 | 1011 | 101100111 | 1010001 | 110001 |
Color Harmonies of #E2181D
Complementary color
Monochromatic Colors of #E2181D
Black with #E2181D
Text Example
Text Example
White with #E2181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2181D; }
p { color: rgb(226,24,29); }
H1.HeaderClassName
{
color: #E2181D;
}
.AnyTagClassName
{
color: #E2181D;
}
</style>
background-color css
<style>
a { background-color: #E2181D; }
a { background-color: rgb(226,24,29); }
div.DivClassName
{
background-color: #E2181D;
}
.BgClassName
{
background-color: #E2181D;
}
</style>
border-color css
<style>
span { border-color: #E2181D; }
span { border-color: rgb(226,24,29); }
td.TdClassName
{
border-color: #E2181D;
}
.TagClassName
{
border-color: #E2181D;
}
</style>