Shades of Fire Engine Red #E81C1D
Tints of Fire Engine Red #E81C1D
RGB
CMYK
RGB Variations
Color information
#E81C1D (or 0xE81C1D) is known color: Fire Engine Red. HEX triplet: E8, 1C and 1D. RGB value is (232,28,29). Sum of RGB (Red+Green+Blue) = 232+28+29=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81C1D is #17E3E2. Grayscale: #595959. Windows color (decimal): -1565667 or 1907944. OLE color: 1907944.
HSL color Cylindrical-coordinate representation of color #E81C1D: hue angle of 359.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C1D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 29 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.09 |
| HSL | 359.71º | 0.82% | 0.51% | - |
| HSV(B) | 359.71º | 0.88% | 0.91% | - |
| XYZ | 33.92 | 18.08 | 2.86 | - |
| YUV | 89.11 | 94.09 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 29 | 0 | 0.88 | 0.88 | 0.09 | 359.71 | 0.82 | 0.51 |
| Hex | E8 | 1C | 1D | 0 | 58 | 58 | 9 | 168 | 52 | 33 |
| Octal | 350 | 34 | 35 | 0 | 130 | 130 | 11 | 550 | 122 | 63 |
| Binary | 11101000 | 11100 | 11101 | 0 | 1011000 | 1011000 | 1001 | 101101000 | 1010010 | 110011 |
Color Harmonies of #E81C1D
Complementary color
Monochromatic Colors of #E81C1D
Black with #E81C1D
Text Example
Text Example
White with #E81C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C1D; }
p { color: rgb(232,28,29); }
H1.HeaderClassName
{
color: #E81C1D;
}
.AnyTagClassName
{
color: #E81C1D;
}
</style>
background-color css
<style>
a { background-color: #E81C1D; }
a { background-color: rgb(232,28,29); }
div.DivClassName
{
background-color: #E81C1D;
}
.BgClassName
{
background-color: #E81C1D;
}
</style>
border-color css
<style>
span { border-color: #E81C1D; }
span { border-color: rgb(232,28,29); }
td.TdClassName
{
border-color: #E81C1D;
}
.TagClassName
{
border-color: #E81C1D;
}
</style>