Shades of Fire Engine Red #E0161A
Tints of Fire Engine Red #E0161A
RGB
CMYK
RGB Variations
Color information
#E0161A (or 0xE0161A) is known color: Fire Engine Red. HEX triplet: E0, 16 and 1A. RGB value is (224,22,26). Sum of RGB (Red+Green+Blue) = 224+22+26=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E0161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0161A is #1FE9E5. Grayscale: #535353. Windows color (decimal): -2091494 or 1709792. OLE color: 1709792.
HSL color Cylindrical-coordinate representation of color #E0161A: hue angle of 358.81º 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 #E0161A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 26 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.12 |
| HSL | 358.81º | 0.82% | 0.48% | - |
| HSV(B) | 358.81º | 0.9% | 0.88% | - |
| XYZ | 31.21 | 16.5 | 2.52 | - |
| YUV | 82.85 | 95.92 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 26 | 0 | 0.90 | 0.88 | 0.12 | 358.81 | 0.82 | 0.48 |
| Hex | E0 | 16 | 1A | 0 | 5A | 58 | C | 167 | 52 | 30 |
| Octal | 340 | 26 | 32 | 0 | 132 | 130 | 14 | 547 | 122 | 60 |
| Binary | 11100000 | 10110 | 11010 | 0 | 1011010 | 1011000 | 1100 | 101100111 | 1010010 | 110000 |
Color Harmonies of #E0161A
Complementary color
Monochromatic Colors of #E0161A
Black with #E0161A
Text Example
Text Example
White with #E0161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0161A; }
p { color: rgb(224,22,26); }
H1.HeaderClassName
{
color: #E0161A;
}
.AnyTagClassName
{
color: #E0161A;
}
</style>
background-color css
<style>
a { background-color: #E0161A; }
a { background-color: rgb(224,22,26); }
div.DivClassName
{
background-color: #E0161A;
}
.BgClassName
{
background-color: #E0161A;
}
</style>
border-color css
<style>
span { border-color: #E0161A; }
span { border-color: rgb(224,22,26); }
td.TdClassName
{
border-color: #E0161A;
}
.TagClassName
{
border-color: #E0161A;
}
</style>