Shades of Fire Engine Red #E0091C
Tints of Fire Engine Red #E0091C
RGB
CMYK
RGB Variations
Color information
#E0091C (or 0xE0091C) is known color: Fire Engine Red. HEX triplet: E0, 09 and 1C. RGB value is (224,9,28). Sum of RGB (Red+Green+Blue) = 224+9+28=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E0091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0091C is #1FF6E3. Grayscale: #4B4B4B. Windows color (decimal): -2094820 or 1837536. OLE color: 1837536.
HSL color Cylindrical-coordinate representation of color #E0091C: hue angle of 354.7º 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 #E0091C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.12 |
| HSL | 354.7º | 0.92% | 0.46% | - |
| HSV(B) | 354.7º | 0.96% | 0.88% | - |
| XYZ | 31.05 | 16.13 | 2.57 | - |
| YUV | 75.45 | 101.23 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 28 | 0 | 0.96 | 0.88 | 0.12 | 354.7 | 0.92 | 0.46 |
| Hex | E0 | 9 | 1C | 0 | 60 | 58 | C | 163 | 5C | 2E |
| Octal | 340 | 11 | 34 | 0 | 140 | 130 | 14 | 543 | 134 | 56 |
| Binary | 11100000 | 1001 | 11100 | 0 | 1100000 | 1011000 | 1100 | 101100011 | 1011100 | 101110 |
Color Harmonies of #E0091C
Complementary color
Monochromatic Colors of #E0091C
Black with #E0091C
Text Example
Text Example
White with #E0091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0091C; }
p { color: rgb(224,9,28); }
H1.HeaderClassName
{
color: #E0091C;
}
.AnyTagClassName
{
color: #E0091C;
}
</style>
background-color css
<style>
a { background-color: #E0091C; }
a { background-color: rgb(224,9,28); }
div.DivClassName
{
background-color: #E0091C;
}
.BgClassName
{
background-color: #E0091C;
}
</style>
border-color css
<style>
span { border-color: #E0091C; }
span { border-color: rgb(224,9,28); }
td.TdClassName
{
border-color: #E0091C;
}
.TagClassName
{
border-color: #E0091C;
}
</style>