Shades of Fire Engine Red #E1051E
Tints of Fire Engine Red #E1051E
RGB
CMYK
RGB Variations
Color information
#E1051E (or 0xE1051E) is known color: Fire Engine Red. HEX triplet: E1, 05 and 1E. RGB value is (225,5,30). Sum of RGB (Red+Green+Blue) = 225+5+30=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E1051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1051E is #1EFAE1. Grayscale: #494949. Windows color (decimal): -2030306 or 1967585. OLE color: 1967585.
HSL color Cylindrical-coordinate representation of color #E1051E: hue angle of 353.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1051E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 30 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.12 |
| HSL | 353.18º | 0.96% | 0.45% | - |
| HSV(B) | 353.18º | 0.98% | 0.88% | - |
| XYZ | 31.34 | 16.21 | 2.71 | - |
| YUV | 73.63 | 103.39 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 30 | 0 | 0.98 | 0.87 | 0.12 | 353.18 | 0.96 | 0.45 |
| Hex | E1 | 5 | 1E | 0 | 62 | 57 | C | 161 | 60 | 2D |
| Octal | 341 | 5 | 36 | 0 | 142 | 127 | 14 | 541 | 140 | 55 |
| Binary | 11100001 | 101 | 11110 | 0 | 1100010 | 1010111 | 1100 | 101100001 | 1100000 | 101101 |
Color Harmonies of #E1051E
Complementary color
Monochromatic Colors of #E1051E
Black with #E1051E
Text Example
Text Example
White with #E1051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1051E; }
p { color: rgb(225,5,30); }
H1.HeaderClassName
{
color: #E1051E;
}
.AnyTagClassName
{
color: #E1051E;
}
</style>
background-color css
<style>
a { background-color: #E1051E; }
a { background-color: rgb(225,5,30); }
div.DivClassName
{
background-color: #E1051E;
}
.BgClassName
{
background-color: #E1051E;
}
</style>
border-color css
<style>
span { border-color: #E1051E; }
span { border-color: rgb(225,5,30); }
td.TdClassName
{
border-color: #E1051E;
}
.TagClassName
{
border-color: #E1051E;
}
</style>