Shades of Fire Engine Red #E80B1D
Tints of Fire Engine Red #E80B1D
RGB
CMYK
RGB Variations
Color information
#E80B1D (or 0xE80B1D) is known color: Fire Engine Red. HEX triplet: E8, 0B and 1D. RGB value is (232,11,29). Sum of RGB (Red+Green+Blue) = 232+11+29=272 (36% of max value = 765). Red value is 232 (91.02% from 255 or 85.29% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B1D is #17F4E2. Grayscale: #4F4F4F. Windows color (decimal): -1570019 or 1903592. OLE color: 1903592.
HSL color Cylindrical-coordinate representation of color #E80B1D: hue angle of 355.11º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80B1D is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 29 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.09 |
| HSL | 355.11º | 0.91% | 0.48% | - |
| HSV(B) | 355.11º | 0.95% | 0.91% | - |
| XYZ | 33.62 | 17.48 | 2.77 | - |
| YUV | 79.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 29 | 0 | 0.95 | 0.88 | 0.09 | 355.11 | 0.91 | 0.48 |
| Hex | E8 | B | 1D | 0 | 5F | 58 | 9 | 163 | 5B | 30 |
| Octal | 350 | 13 | 35 | 0 | 137 | 130 | 11 | 543 | 133 | 60 |
| Binary | 11101000 | 1011 | 11101 | 0 | 1011111 | 1011000 | 1001 | 101100011 | 1011011 | 110000 |
Color Harmonies of #E80B1D
Complementary color
Monochromatic Colors of #E80B1D
Black with #E80B1D
Text Example
Text Example
White with #E80B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B1D; }
p { color: rgb(232,11,29); }
H1.HeaderClassName
{
color: #E80B1D;
}
.AnyTagClassName
{
color: #E80B1D;
}
</style>
background-color css
<style>
a { background-color: #E80B1D; }
a { background-color: rgb(232,11,29); }
div.DivClassName
{
background-color: #E80B1D;
}
.BgClassName
{
background-color: #E80B1D;
}
</style>
border-color css
<style>
span { border-color: #E80B1D; }
span { border-color: rgb(232,11,29); }
td.TdClassName
{
border-color: #E80B1D;
}
.TagClassName
{
border-color: #E80B1D;
}
</style>