Shades of Fire Engine Red #E8101C
Tints of Fire Engine Red #E8101C
RGB
CMYK
RGB Variations
Color information
#E8101C (or 0xE8101C) is known color: Fire Engine Red. HEX triplet: E8, 10 and 1C. RGB value is (232,16,28). Sum of RGB (Red+Green+Blue) = 232+16+28=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E8101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8101C is #17EFE3. Grayscale: #525252. Windows color (decimal): -1568740 or 1839336. OLE color: 1839336.
HSL color Cylindrical-coordinate representation of color #E8101C: hue angle of 356.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8101C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.09 |
| HSL | 356.67º | 0.87% | 0.49% | - |
| HSV(B) | 356.67º | 0.93% | 0.91% | - |
| XYZ | 33.67 | 17.61 | 2.72 | - |
| YUV | 81.95 | 97.56 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 28 | 0 | 0.93 | 0.88 | 0.09 | 356.67 | 0.87 | 0.49 |
| Hex | E8 | 10 | 1C | 0 | 5D | 58 | 9 | 165 | 57 | 31 |
| Octal | 350 | 20 | 34 | 0 | 135 | 130 | 11 | 545 | 127 | 61 |
| Binary | 11101000 | 10000 | 11100 | 0 | 1011101 | 1011000 | 1001 | 101100101 | 1010111 | 110001 |
Color Harmonies of #E8101C
Complementary color
Monochromatic Colors of #E8101C
Black with #E8101C
Text Example
Text Example
White with #E8101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8101C; }
p { color: rgb(232,16,28); }
H1.HeaderClassName
{
color: #E8101C;
}
.AnyTagClassName
{
color: #E8101C;
}
</style>
background-color css
<style>
a { background-color: #E8101C; }
a { background-color: rgb(232,16,28); }
div.DivClassName
{
background-color: #E8101C;
}
.BgClassName
{
background-color: #E8101C;
}
</style>
border-color css
<style>
span { border-color: #E8101C; }
span { border-color: rgb(232,16,28); }
td.TdClassName
{
border-color: #E8101C;
}
.TagClassName
{
border-color: #E8101C;
}
</style>