Shades of Fire Engine Red #E8081C
Tints of Fire Engine Red #E8081C
RGB
CMYK
RGB Variations
Color information
#E8081C (or 0xE8081C) is known color: Fire Engine Red. HEX triplet: E8, 08 and 1C. RGB value is (232,8,28). Sum of RGB (Red+Green+Blue) = 232+8+28=268 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.57% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 232 - color contains mainly: red. Hex color #E8081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8081C is #17F7E3. Grayscale: #4D4D4D. Windows color (decimal): -1570788 or 1837288. OLE color: 1837288.
HSL color Cylindrical-coordinate representation of color #E8081C: hue angle of 354.64º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8081C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.09 |
| HSL | 354.64º | 0.93% | 0.47% | - |
| HSV(B) | 354.64º | 0.97% | 0.91% | - |
| XYZ | 33.58 | 17.41 | 2.69 | - |
| YUV | 77.26 | 100.21 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 28 | 0 | 0.97 | 0.88 | 0.09 | 354.64 | 0.93 | 0.47 |
| Hex | E8 | 8 | 1C | 0 | 61 | 58 | 9 | 163 | 5D | 2F |
| Octal | 350 | 10 | 34 | 0 | 141 | 130 | 11 | 543 | 135 | 57 |
| Binary | 11101000 | 1000 | 11100 | 0 | 1100001 | 1011000 | 1001 | 101100011 | 1011101 | 101111 |
Color Harmonies of #E8081C
Complementary color
Monochromatic Colors of #E8081C
Black with #E8081C
Text Example
Text Example
White with #E8081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8081C; }
p { color: rgb(232,8,28); }
H1.HeaderClassName
{
color: #E8081C;
}
.AnyTagClassName
{
color: #E8081C;
}
</style>
background-color css
<style>
a { background-color: #E8081C; }
a { background-color: rgb(232,8,28); }
div.DivClassName
{
background-color: #E8081C;
}
.BgClassName
{
background-color: #E8081C;
}
</style>
border-color css
<style>
span { border-color: #E8081C; }
span { border-color: rgb(232,8,28); }
td.TdClassName
{
border-color: #E8081C;
}
.TagClassName
{
border-color: #E8081C;
}
</style>