Shades of Fire Engine Red #E1081C
Tints of Fire Engine Red #E1081C
RGB
CMYK
RGB Variations
Color information
#E1081C (or 0xE1081C) is known color: Fire Engine Red. HEX triplet: E1, 08 and 1C. RGB value is (225,8,28). Sum of RGB (Red+Green+Blue) = 225+8+28=261 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.21% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 225 - color contains mainly: red. Hex color #E1081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1081C is #1EF7E3. Grayscale: #4B4B4B. Windows color (decimal): -2029540 or 1837281. OLE color: 1837281.
HSL color Cylindrical-coordinate representation of color #E1081C: hue angle of 354.47º degrees, saturation: 0.93, 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 #E1081C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.12 |
| HSL | 354.47º | 0.93% | 0.46% | - |
| HSV(B) | 354.47º | 0.96% | 0.88% | - |
| XYZ | 31.35 | 16.27 | 2.59 | - |
| YUV | 75.16 | 101.39 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 28 | 0 | 0.96 | 0.88 | 0.12 | 354.47 | 0.93 | 0.46 |
| Hex | E1 | 8 | 1C | 0 | 60 | 58 | C | 162 | 5D | 2E |
| Octal | 341 | 10 | 34 | 0 | 140 | 130 | 14 | 542 | 135 | 56 |
| Binary | 11100001 | 1000 | 11100 | 0 | 1100000 | 1011000 | 1100 | 101100010 | 1011101 | 101110 |
Color Harmonies of #E1081C
Complementary color
Monochromatic Colors of #E1081C
Black with #E1081C
Text Example
Text Example
White with #E1081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1081C; }
p { color: rgb(225,8,28); }
H1.HeaderClassName
{
color: #E1081C;
}
.AnyTagClassName
{
color: #E1081C;
}
</style>
background-color css
<style>
a { background-color: #E1081C; }
a { background-color: rgb(225,8,28); }
div.DivClassName
{
background-color: #E1081C;
}
.BgClassName
{
background-color: #E1081C;
}
</style>
border-color css
<style>
span { border-color: #E1081C; }
span { border-color: rgb(225,8,28); }
td.TdClassName
{
border-color: #E1081C;
}
.TagClassName
{
border-color: #E1081C;
}
</style>