Shades of Fire Engine Red #E0161F
Tints of Fire Engine Red #E0161F
RGB
CMYK
RGB Variations
Color information
#E0161F (or 0xE0161F) is known color: Fire Engine Red. HEX triplet: E0, 16 and 1F. RGB value is (224,22,31). Sum of RGB (Red+Green+Blue) = 224+22+31=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E0161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0161F is #1FE9E0. Grayscale: #535353. Windows color (decimal): -2091489 or 2037472. OLE color: 2037472.
HSL color Cylindrical-coordinate representation of color #E0161F: hue angle of 357.33º 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 #E0161F is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 31 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.12 |
| HSL | 357.33º | 0.82% | 0.48% | - |
| HSV(B) | 357.33º | 0.9% | 0.88% | - |
| XYZ | 31.27 | 16.52 | 2.84 | - |
| YUV | 83.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 31 | 0 | 0.90 | 0.86 | 0.12 | 357.33 | 0.82 | 0.48 |
| Hex | E0 | 16 | 1F | 0 | 5A | 56 | C | 165 | 52 | 30 |
| Octal | 340 | 26 | 37 | 0 | 132 | 126 | 14 | 545 | 122 | 60 |
| Binary | 11100000 | 10110 | 11111 | 0 | 1011010 | 1010110 | 1100 | 101100101 | 1010010 | 110000 |
Color Harmonies of #E0161F
Complementary color
Monochromatic Colors of #E0161F
Black with #E0161F
Text Example
Text Example
White with #E0161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0161F; }
p { color: rgb(224,22,31); }
H1.HeaderClassName
{
color: #E0161F;
}
.AnyTagClassName
{
color: #E0161F;
}
</style>
background-color css
<style>
a { background-color: #E0161F; }
a { background-color: rgb(224,22,31); }
div.DivClassName
{
background-color: #E0161F;
}
.BgClassName
{
background-color: #E0161F;
}
</style>
border-color css
<style>
span { border-color: #E0161F; }
span { border-color: rgb(224,22,31); }
td.TdClassName
{
border-color: #E0161F;
}
.TagClassName
{
border-color: #E0161F;
}
</style>