Shades of Fire Engine Red #E3161B
Tints of Fire Engine Red #E3161B
RGB
CMYK
RGB Variations
Color information
#E3161B (or 0xE3161B) is known color: Fire Engine Red. HEX triplet: E3, 16 and 1B. RGB value is (227,22,27). Sum of RGB (Red+Green+Blue) = 227+22+27=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3161B is #1CE9E4. Grayscale: #545454. Windows color (decimal): -1894885 or 1775331. OLE color: 1775331.
HSL color Cylindrical-coordinate representation of color #E3161B: hue angle of 358.54º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3161B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.11 |
| HSL | 358.54º | 0.82% | 0.49% | - |
| HSV(B) | 358.54º | 0.9% | 0.89% | - |
| XYZ | 32.16 | 16.98 | 2.62 | - |
| YUV | 83.87 | 95.92 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 27 | 0 | 0.90 | 0.88 | 0.11 | 358.54 | 0.82 | 0.49 |
| Hex | E3 | 16 | 1B | 0 | 5A | 58 | B | 167 | 52 | 31 |
| Octal | 343 | 26 | 33 | 0 | 132 | 130 | 13 | 547 | 122 | 61 |
| Binary | 11100011 | 10110 | 11011 | 0 | 1011010 | 1011000 | 1011 | 101100111 | 1010010 | 110001 |
Color Harmonies of #E3161B
Complementary color
Monochromatic Colors of #E3161B
Black with #E3161B
Text Example
Text Example
White with #E3161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3161B; }
p { color: rgb(227,22,27); }
H1.HeaderClassName
{
color: #E3161B;
}
.AnyTagClassName
{
color: #E3161B;
}
</style>
background-color css
<style>
a { background-color: #E3161B; }
a { background-color: rgb(227,22,27); }
div.DivClassName
{
background-color: #E3161B;
}
.BgClassName
{
background-color: #E3161B;
}
</style>
border-color css
<style>
span { border-color: #E3161B; }
span { border-color: rgb(227,22,27); }
td.TdClassName
{
border-color: #E3161B;
}
.TagClassName
{
border-color: #E3161B;
}
</style>