Shades of Fire Engine Red #E2101D
Tints of Fire Engine Red #E2101D
RGB
CMYK
RGB Variations
Color information
#E2101D (or 0xE2101D) is known color: Fire Engine Red. HEX triplet: E2, 10 and 1D. RGB value is (226,16,29). Sum of RGB (Red+Green+Blue) = 226+16+29=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E2101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2101D is #1DEFE2. Grayscale: #505050. Windows color (decimal): -1961955 or 1904866. OLE color: 1904866.
HSL color Cylindrical-coordinate representation of color #E2101D: hue angle of 356.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2101D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.11 |
| HSL | 356.29º | 0.87% | 0.47% | - |
| HSV(B) | 356.29º | 0.93% | 0.89% | - |
| XYZ | 31.77 | 16.63 | 2.7 | - |
| YUV | 80.27 | 99.07 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 29 | 0 | 0.93 | 0.87 | 0.11 | 356.29 | 0.87 | 0.47 |
| Hex | E2 | 10 | 1D | 0 | 5D | 57 | B | 164 | 57 | 2F |
| Octal | 342 | 20 | 35 | 0 | 135 | 127 | 13 | 544 | 127 | 57 |
| Binary | 11100010 | 10000 | 11101 | 0 | 1011101 | 1010111 | 1011 | 101100100 | 1010111 | 101111 |
Color Harmonies of #E2101D
Complementary color
Monochromatic Colors of #E2101D
Black with #E2101D
Text Example
Text Example
White with #E2101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2101D; }
p { color: rgb(226,16,29); }
H1.HeaderClassName
{
color: #E2101D;
}
.AnyTagClassName
{
color: #E2101D;
}
</style>
background-color css
<style>
a { background-color: #E2101D; }
a { background-color: rgb(226,16,29); }
div.DivClassName
{
background-color: #E2101D;
}
.BgClassName
{
background-color: #E2101D;
}
</style>
border-color css
<style>
span { border-color: #E2101D; }
span { border-color: rgb(226,16,29); }
td.TdClassName
{
border-color: #E2101D;
}
.TagClassName
{
border-color: #E2101D;
}
</style>