Shades of Fire Engine Red #E1071B
Tints of Fire Engine Red #E1071B
RGB
CMYK
RGB Variations
Color information
#E1071B (or 0xE1071B) is known color: Fire Engine Red. HEX triplet: E1, 07 and 1B. RGB value is (225,7,27). Sum of RGB (Red+Green+Blue) = 225+7+27=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E1071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1071B is #1EF8E4. Grayscale: #4A4A4A. Windows color (decimal): -2029797 or 1771489. OLE color: 1771489.
HSL color Cylindrical-coordinate representation of color #E1071B: hue angle of 354.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1071B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.12 |
| HSL | 354.5º | 0.94% | 0.45% | - |
| HSV(B) | 354.5º | 0.97% | 0.88% | - |
| XYZ | 31.33 | 16.24 | 2.52 | - |
| YUV | 74.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 27 | 0 | 0.97 | 0.88 | 0.12 | 354.5 | 0.94 | 0.45 |
| Hex | E1 | 7 | 1B | 0 | 61 | 58 | C | 162 | 5E | 2D |
| Octal | 341 | 7 | 33 | 0 | 141 | 130 | 14 | 542 | 136 | 55 |
| Binary | 11100001 | 111 | 11011 | 0 | 1100001 | 1011000 | 1100 | 101100010 | 1011110 | 101101 |
Color Harmonies of #E1071B
Complementary color
Monochromatic Colors of #E1071B
Black with #E1071B
Text Example
Text Example
White with #E1071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1071B; }
p { color: rgb(225,7,27); }
H1.HeaderClassName
{
color: #E1071B;
}
.AnyTagClassName
{
color: #E1071B;
}
</style>
background-color css
<style>
a { background-color: #E1071B; }
a { background-color: rgb(225,7,27); }
div.DivClassName
{
background-color: #E1071B;
}
.BgClassName
{
background-color: #E1071B;
}
</style>
border-color css
<style>
span { border-color: #E1071B; }
span { border-color: rgb(225,7,27); }
td.TdClassName
{
border-color: #E1071B;
}
.TagClassName
{
border-color: #E1071B;
}
</style>