Shades of Fire Engine Red #E2091C
Tints of Fire Engine Red #E2091C
RGB
CMYK
RGB Variations
Color information
#E2091C (or 0xE2091C) is known color: Fire Engine Red. HEX triplet: E2, 09 and 1C. RGB value is (226,9,28). Sum of RGB (Red+Green+Blue) = 226+9+28=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E2091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2091C is #1DF6E3. Grayscale: #4C4C4C. Windows color (decimal): -1963748 or 1837538. OLE color: 1837538.
HSL color Cylindrical-coordinate representation of color #E2091C: hue angle of 354.75º degrees, saturation: 0.92, 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 #E2091C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.11 |
| HSL | 354.75º | 0.92% | 0.46% | - |
| HSV(B) | 354.75º | 0.96% | 0.89% | - |
| XYZ | 31.67 | 16.45 | 2.6 | - |
| YUV | 76.05 | 100.89 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 28 | 0 | 0.96 | 0.88 | 0.11 | 354.75 | 0.92 | 0.46 |
| Hex | E2 | 9 | 1C | 0 | 60 | 58 | B | 163 | 5C | 2E |
| Octal | 342 | 11 | 34 | 0 | 140 | 130 | 13 | 543 | 134 | 56 |
| Binary | 11100010 | 1001 | 11100 | 0 | 1100000 | 1011000 | 1011 | 101100011 | 1011100 | 101110 |
Color Harmonies of #E2091C
Complementary color
Monochromatic Colors of #E2091C
Black with #E2091C
Text Example
Text Example
White with #E2091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2091C; }
p { color: rgb(226,9,28); }
H1.HeaderClassName
{
color: #E2091C;
}
.AnyTagClassName
{
color: #E2091C;
}
</style>
background-color css
<style>
a { background-color: #E2091C; }
a { background-color: rgb(226,9,28); }
div.DivClassName
{
background-color: #E2091C;
}
.BgClassName
{
background-color: #E2091C;
}
</style>
border-color css
<style>
span { border-color: #E2091C; }
span { border-color: rgb(226,9,28); }
td.TdClassName
{
border-color: #E2091C;
}
.TagClassName
{
border-color: #E2091C;
}
</style>