Shades of Fire Engine Red #E0161D
Tints of Fire Engine Red #E0161D
RGB
CMYK
RGB Variations
Color information
#E0161D (or 0xE0161D) is known color: Fire Engine Red. HEX triplet: E0, 16 and 1D. RGB value is (224,22,29). Sum of RGB (Red+Green+Blue) = 224+22+29=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E0161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0161D is #1FE9E2. Grayscale: #535353. Windows color (decimal): -2091491 or 1906400. OLE color: 1906400.
HSL color Cylindrical-coordinate representation of color #E0161D: hue angle of 357.92º 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 #E0161D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.12 |
| HSL | 357.92º | 0.82% | 0.48% | - |
| HSV(B) | 357.92º | 0.9% | 0.88% | - |
| XYZ | 31.25 | 16.51 | 2.7 | - |
| YUV | 83.2 | 97.42 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 29 | 0 | 0.90 | 0.87 | 0.12 | 357.92 | 0.82 | 0.48 |
| Hex | E0 | 16 | 1D | 0 | 5A | 57 | C | 166 | 52 | 30 |
| Octal | 340 | 26 | 35 | 0 | 132 | 127 | 14 | 546 | 122 | 60 |
| Binary | 11100000 | 10110 | 11101 | 0 | 1011010 | 1010111 | 1100 | 101100110 | 1010010 | 110000 |
Color Harmonies of #E0161D
Complementary color
Monochromatic Colors of #E0161D
Black with #E0161D
Text Example
Text Example
White with #E0161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0161D; }
p { color: rgb(224,22,29); }
H1.HeaderClassName
{
color: #E0161D;
}
.AnyTagClassName
{
color: #E0161D;
}
</style>
background-color css
<style>
a { background-color: #E0161D; }
a { background-color: rgb(224,22,29); }
div.DivClassName
{
background-color: #E0161D;
}
.BgClassName
{
background-color: #E0161D;
}
</style>
border-color css
<style>
span { border-color: #E0161D; }
span { border-color: rgb(224,22,29); }
td.TdClassName
{
border-color: #E0161D;
}
.TagClassName
{
border-color: #E0161D;
}
</style>