Shades of Fire Engine Red #E4101D
Tints of Fire Engine Red #E4101D
RGB
CMYK
RGB Variations
Color information
#E4101D (or 0xE4101D) is known color: Fire Engine Red. HEX triplet: E4, 10 and 1D. RGB value is (228,16,29). Sum of RGB (Red+Green+Blue) = 228+16+29=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E4101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4101D is #1BEFE2. Grayscale: #515151. Windows color (decimal): -1830883 or 1904868. OLE color: 1904868.
HSL color Cylindrical-coordinate representation of color #E4101D: hue angle of 356.32º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4101D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.11 |
| HSL | 356.32º | 0.87% | 0.48% | - |
| HSV(B) | 356.32º | 0.93% | 0.89% | - |
| XYZ | 32.4 | 16.95 | 2.73 | - |
| YUV | 80.87 | 98.74 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 29 | 0 | 0.93 | 0.87 | 0.11 | 356.32 | 0.87 | 0.48 |
| Hex | E4 | 10 | 1D | 0 | 5D | 57 | B | 164 | 57 | 30 |
| Octal | 344 | 20 | 35 | 0 | 135 | 127 | 13 | 544 | 127 | 60 |
| Binary | 11100100 | 10000 | 11101 | 0 | 1011101 | 1010111 | 1011 | 101100100 | 1010111 | 110000 |
Color Harmonies of #E4101D
Complementary color
Monochromatic Colors of #E4101D
Black with #E4101D
Text Example
Text Example
White with #E4101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4101D; }
p { color: rgb(228,16,29); }
H1.HeaderClassName
{
color: #E4101D;
}
.AnyTagClassName
{
color: #E4101D;
}
</style>
background-color css
<style>
a { background-color: #E4101D; }
a { background-color: rgb(228,16,29); }
div.DivClassName
{
background-color: #E4101D;
}
.BgClassName
{
background-color: #E4101D;
}
</style>
border-color css
<style>
span { border-color: #E4101D; }
span { border-color: rgb(228,16,29); }
td.TdClassName
{
border-color: #E4101D;
}
.TagClassName
{
border-color: #E4101D;
}
</style>