Shades of Fire Engine Red #E9141A
Tints of Fire Engine Red #E9141A
RGB
CMYK
RGB Variations
Color information
#E9141A (or 0xE9141A) is known color: Fire Engine Red. HEX triplet: E9, 14 and 1A. RGB value is (233,20,26). Sum of RGB (Red+Green+Blue) = 233+20+26=279 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.51% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 233 - color contains mainly: red. Hex color #E9141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9141A is #16EBE5. Grayscale: #545454. Windows color (decimal): -1502182 or 1709289. OLE color: 1709289.
HSL color Cylindrical-coordinate representation of color #E9141A: hue angle of 358.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9141A is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 26 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.09 |
| HSL | 358.31º | 0.84% | 0.5% | - |
| HSV(B) | 358.31º | 0.91% | 0.91% | - |
| XYZ | 34.04 | 17.9 | 2.64 | - |
| YUV | 84.37 | 95.07 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 26 | 0 | 0.91 | 0.89 | 0.09 | 358.31 | 0.84 | 0.5 |
| Hex | E9 | 14 | 1A | 0 | 5B | 59 | 9 | 166 | 54 | 32 |
| Octal | 351 | 24 | 32 | 0 | 133 | 131 | 11 | 546 | 124 | 62 |
| Binary | 11101001 | 10100 | 11010 | 0 | 1011011 | 1011001 | 1001 | 101100110 | 1010100 | 110010 |
Color Harmonies of #E9141A
Complementary color
Monochromatic Colors of #E9141A
Black with #E9141A
Text Example
Text Example
White with #E9141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9141A; }
p { color: rgb(233,20,26); }
H1.HeaderClassName
{
color: #E9141A;
}
.AnyTagClassName
{
color: #E9141A;
}
</style>
background-color css
<style>
a { background-color: #E9141A; }
a { background-color: rgb(233,20,26); }
div.DivClassName
{
background-color: #E9141A;
}
.BgClassName
{
background-color: #E9141A;
}
</style>
border-color css
<style>
span { border-color: #E9141A; }
span { border-color: rgb(233,20,26); }
td.TdClassName
{
border-color: #E9141A;
}
.TagClassName
{
border-color: #E9141A;
}
</style>