Shades of Fire Engine Red #E00D1B
Tints of Fire Engine Red #E00D1B
RGB
CMYK
RGB Variations
Color information
#E00D1B (or 0xE00D1B) is known color: Fire Engine Red. HEX triplet: E0, 0D and 1B. RGB value is (224,13,27). Sum of RGB (Red+Green+Blue) = 224+13+27=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D1B is #1FF2E4. Grayscale: #4D4D4D. Windows color (decimal): -2093797 or 1773024. OLE color: 1773024.
HSL color Cylindrical-coordinate representation of color #E00D1B: hue angle of 356.02º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D1B is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 27 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.12 |
| HSL | 356.02º | 0.89% | 0.46% | - |
| HSV(B) | 356.02º | 0.94% | 0.88% | - |
| XYZ | 31.08 | 16.21 | 2.53 | - |
| YUV | 77.69 | 99.4 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 27 | 0 | 0.94 | 0.88 | 0.12 | 356.02 | 0.89 | 0.46 |
| Hex | E0 | D | 1B | 0 | 5E | 58 | C | 164 | 59 | 2E |
| Octal | 340 | 15 | 33 | 0 | 136 | 130 | 14 | 544 | 131 | 56 |
| Binary | 11100000 | 1101 | 11011 | 0 | 1011110 | 1011000 | 1100 | 101100100 | 1011001 | 101110 |
Color Harmonies of #E00D1B
Complementary color
Monochromatic Colors of #E00D1B
Black with #E00D1B
Text Example
Text Example
White with #E00D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D1B; }
p { color: rgb(224,13,27); }
H1.HeaderClassName
{
color: #E00D1B;
}
.AnyTagClassName
{
color: #E00D1B;
}
</style>
background-color css
<style>
a { background-color: #E00D1B; }
a { background-color: rgb(224,13,27); }
div.DivClassName
{
background-color: #E00D1B;
}
.BgClassName
{
background-color: #E00D1B;
}
</style>
border-color css
<style>
span { border-color: #E00D1B; }
span { border-color: rgb(224,13,27); }
td.TdClassName
{
border-color: #E00D1B;
}
.TagClassName
{
border-color: #E00D1B;
}
</style>