Shades of Fire Engine Red #E2071B
Tints of Fire Engine Red #E2071B
RGB
CMYK
RGB Variations
Color information
#E2071B (or 0xE2071B) is known color: Fire Engine Red. HEX triplet: E2, 07 and 1B. RGB value is (226,7,27). Sum of RGB (Red+Green+Blue) = 226+7+27=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E2071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2071B is #1DF8E4. Grayscale: #4A4A4A. Windows color (decimal): -1964261 or 1771490. OLE color: 1771490.
HSL color Cylindrical-coordinate representation of color #E2071B: hue angle of 354.52º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2071B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.11 |
| HSL | 354.52º | 0.94% | 0.46% | - |
| HSV(B) | 354.52º | 0.97% | 0.89% | - |
| XYZ | 31.64 | 16.4 | 2.53 | - |
| YUV | 74.76 | 101.05 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 27 | 0 | 0.97 | 0.88 | 0.11 | 354.52 | 0.94 | 0.46 |
| Hex | E2 | 7 | 1B | 0 | 61 | 58 | B | 163 | 5E | 2E |
| Octal | 342 | 7 | 33 | 0 | 141 | 130 | 13 | 543 | 136 | 56 |
| Binary | 11100010 | 111 | 11011 | 0 | 1100001 | 1011000 | 1011 | 101100011 | 1011110 | 101110 |
Color Harmonies of #E2071B
Complementary color
Monochromatic Colors of #E2071B
Black with #E2071B
Text Example
Text Example
White with #E2071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2071B; }
p { color: rgb(226,7,27); }
H1.HeaderClassName
{
color: #E2071B;
}
.AnyTagClassName
{
color: #E2071B;
}
</style>
background-color css
<style>
a { background-color: #E2071B; }
a { background-color: rgb(226,7,27); }
div.DivClassName
{
background-color: #E2071B;
}
.BgClassName
{
background-color: #E2071B;
}
</style>
border-color css
<style>
span { border-color: #E2071B; }
span { border-color: rgb(226,7,27); }
td.TdClassName
{
border-color: #E2071B;
}
.TagClassName
{
border-color: #E2071B;
}
</style>