Shades of Fire Engine Red #E2061B
Tints of Fire Engine Red #E2061B
RGB
CMYK
RGB Variations
Color information
#E2061B (or 0xE2061B) is known color: Fire Engine Red. HEX triplet: E2, 06 and 1B. RGB value is (226,6,27). Sum of RGB (Red+Green+Blue) = 226+6+27=259 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.26% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 226 - color contains mainly: red. Hex color #E2061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2061B is #1DF9E4. Grayscale: #4A4A4A. Windows color (decimal): -1964517 or 1771234. OLE color: 1771234.
HSL color Cylindrical-coordinate representation of color #E2061B: hue angle of 354.27º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2061B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.11 |
| HSL | 354.27º | 0.95% | 0.45% | - |
| HSV(B) | 354.27º | 0.97% | 0.89% | - |
| XYZ | 31.63 | 16.38 | 2.53 | - |
| YUV | 74.17 | 101.39 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 27 | 0 | 0.97 | 0.88 | 0.11 | 354.27 | 0.95 | 0.45 |
| Hex | E2 | 6 | 1B | 0 | 61 | 58 | B | 162 | 5F | 2D |
| Octal | 342 | 6 | 33 | 0 | 141 | 130 | 13 | 542 | 137 | 55 |
| Binary | 11100010 | 110 | 11011 | 0 | 1100001 | 1011000 | 1011 | 101100010 | 1011111 | 101101 |
Color Harmonies of #E2061B
Complementary color
Monochromatic Colors of #E2061B
Black with #E2061B
Text Example
Text Example
White with #E2061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2061B; }
p { color: rgb(226,6,27); }
H1.HeaderClassName
{
color: #E2061B;
}
.AnyTagClassName
{
color: #E2061B;
}
</style>
background-color css
<style>
a { background-color: #E2061B; }
a { background-color: rgb(226,6,27); }
div.DivClassName
{
background-color: #E2061B;
}
.BgClassName
{
background-color: #E2061B;
}
</style>
border-color css
<style>
span { border-color: #E2061B; }
span { border-color: rgb(226,6,27); }
td.TdClassName
{
border-color: #E2061B;
}
.TagClassName
{
border-color: #E2061B;
}
</style>