Shades of Fire Engine Red #E0091D
Tints of Fire Engine Red #E0091D
RGB
CMYK
RGB Variations
Color information
#E0091D (or 0xE0091D) is known color: Fire Engine Red. HEX triplet: E0, 09 and 1D. RGB value is (224,9,29). Sum of RGB (Red+Green+Blue) = 224+9+29=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E0091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0091D is #1FF6E2. Grayscale: #4B4B4B. Windows color (decimal): -2094819 or 1903072. OLE color: 1903072.
HSL color Cylindrical-coordinate representation of color #E0091D: hue angle of 354.42º degrees, saturation: 0.92, 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 #E0091D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.12 |
| HSL | 354.42º | 0.92% | 0.46% | - |
| HSV(B) | 354.42º | 0.96% | 0.88% | - |
| XYZ | 31.06 | 16.13 | 2.64 | - |
| YUV | 75.57 | 101.73 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 29 | 0 | 0.96 | 0.87 | 0.12 | 354.42 | 0.92 | 0.46 |
| Hex | E0 | 9 | 1D | 0 | 60 | 57 | C | 162 | 5C | 2E |
| Octal | 340 | 11 | 35 | 0 | 140 | 127 | 14 | 542 | 134 | 56 |
| Binary | 11100000 | 1001 | 11101 | 0 | 1100000 | 1010111 | 1100 | 101100010 | 1011100 | 101110 |
Color Harmonies of #E0091D
Complementary color
Monochromatic Colors of #E0091D
Black with #E0091D
Text Example
Text Example
White with #E0091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0091D; }
p { color: rgb(224,9,29); }
H1.HeaderClassName
{
color: #E0091D;
}
.AnyTagClassName
{
color: #E0091D;
}
</style>
background-color css
<style>
a { background-color: #E0091D; }
a { background-color: rgb(224,9,29); }
div.DivClassName
{
background-color: #E0091D;
}
.BgClassName
{
background-color: #E0091D;
}
</style>
border-color css
<style>
span { border-color: #E0091D; }
span { border-color: rgb(224,9,29); }
td.TdClassName
{
border-color: #E0091D;
}
.TagClassName
{
border-color: #E0091D;
}
</style>