Shades of Fire Engine Red #E0161C
Tints of Fire Engine Red #E0161C
RGB
CMYK
RGB Variations
Color information
#E0161C (or 0xE0161C) is known color: Fire Engine Red. HEX triplet: E0, 16 and 1C. RGB value is (224,22,28). Sum of RGB (Red+Green+Blue) = 224+22+28=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0161C is #1FE9E3. Grayscale: #535353. Windows color (decimal): -2091492 or 1840864. OLE color: 1840864.
HSL color Cylindrical-coordinate representation of color #E0161C: hue angle of 358.22º 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 #E0161C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 28 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.12 |
| HSL | 358.22º | 0.82% | 0.48% | - |
| HSV(B) | 358.22º | 0.9% | 0.88% | - |
| XYZ | 31.24 | 16.5 | 2.64 | - |
| YUV | 83.08 | 96.92 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 28 | 0 | 0.90 | 0.88 | 0.12 | 358.22 | 0.82 | 0.48 |
| Hex | E0 | 16 | 1C | 0 | 5A | 58 | C | 166 | 52 | 30 |
| Octal | 340 | 26 | 34 | 0 | 132 | 130 | 14 | 546 | 122 | 60 |
| Binary | 11100000 | 10110 | 11100 | 0 | 1011010 | 1011000 | 1100 | 101100110 | 1010010 | 110000 |
Color Harmonies of #E0161C
Complementary color
Monochromatic Colors of #E0161C
Black with #E0161C
Text Example
Text Example
White with #E0161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0161C; }
p { color: rgb(224,22,28); }
H1.HeaderClassName
{
color: #E0161C;
}
.AnyTagClassName
{
color: #E0161C;
}
</style>
background-color css
<style>
a { background-color: #E0161C; }
a { background-color: rgb(224,22,28); }
div.DivClassName
{
background-color: #E0161C;
}
.BgClassName
{
background-color: #E0161C;
}
</style>
border-color css
<style>
span { border-color: #E0161C; }
span { border-color: rgb(224,22,28); }
td.TdClassName
{
border-color: #E0161C;
}
.TagClassName
{
border-color: #E0161C;
}
</style>