Shades of Fire Engine Red #E0161B
Tints of Fire Engine Red #E0161B
RGB
CMYK
RGB Variations
Color information
#E0161B (or 0xE0161B) is known color: Fire Engine Red. HEX triplet: E0, 16 and 1B. RGB value is (224,22,27). Sum of RGB (Red+Green+Blue) = 224+22+27=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E0161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0161B is #1FE9E4. Grayscale: #535353. Windows color (decimal): -2091493 or 1775328. OLE color: 1775328.
HSL color Cylindrical-coordinate representation of color #E0161B: hue angle of 358.51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0161B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.12 |
| HSL | 358.51º | 0.82% | 0.48% | - |
| HSV(B) | 358.51º | 0.9% | 0.88% | - |
| XYZ | 31.23 | 16.5 | 2.58 | - |
| YUV | 82.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 27 | 0 | 0.90 | 0.88 | 0.12 | 358.51 | 0.82 | 0.48 |
| Hex | E0 | 16 | 1B | 0 | 5A | 58 | C | 167 | 52 | 30 |
| Octal | 340 | 26 | 33 | 0 | 132 | 130 | 14 | 547 | 122 | 60 |
| Binary | 11100000 | 10110 | 11011 | 0 | 1011010 | 1011000 | 1100 | 101100111 | 1010010 | 110000 |
Color Harmonies of #E0161B
Complementary color
Monochromatic Colors of #E0161B
Black with #E0161B
Text Example
Text Example
White with #E0161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0161B; }
p { color: rgb(224,22,27); }
H1.HeaderClassName
{
color: #E0161B;
}
.AnyTagClassName
{
color: #E0161B;
}
</style>
background-color css
<style>
a { background-color: #E0161B; }
a { background-color: rgb(224,22,27); }
div.DivClassName
{
background-color: #E0161B;
}
.BgClassName
{
background-color: #E0161B;
}
</style>
border-color css
<style>
span { border-color: #E0161B; }
span { border-color: rgb(224,22,27); }
td.TdClassName
{
border-color: #E0161B;
}
.TagClassName
{
border-color: #E0161B;
}
</style>