Shades of Fire Engine Red #EA111A
Tints of Fire Engine Red #EA111A
RGB
CMYK
RGB Variations
Color information
#EA111A (or 0xEA111A) is known color: Fire Engine Red. HEX triplet: EA, 11 and 1A. RGB value is (234,17,26). Sum of RGB (Red+Green+Blue) = 234+17+26=277 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.48% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 234 - color contains mainly: red. Hex color #EA111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA111A is #15EEE5. Grayscale: #535353. Windows color (decimal): -1437414 or 1708522. OLE color: 1708522.
HSL color Cylindrical-coordinate representation of color #EA111A: hue angle of 357.51º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA111A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.08 |
| HSL | 357.51º | 0.86% | 0.49% | - |
| HSV(B) | 357.51º | 0.93% | 0.92% | - |
| XYZ | 34.32 | 17.97 | 2.64 | - |
| YUV | 82.91 | 95.89 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 26 | 0 | 0.93 | 0.89 | 0.08 | 357.51 | 0.86 | 0.49 |
| Hex | EA | 11 | 1A | 0 | 5D | 59 | 8 | 166 | 56 | 31 |
| Octal | 352 | 21 | 32 | 0 | 135 | 131 | 10 | 546 | 126 | 61 |
| Binary | 11101010 | 10001 | 11010 | 0 | 1011101 | 1011001 | 1000 | 101100110 | 1010110 | 110001 |
Color Harmonies of #EA111A
Complementary color
Monochromatic Colors of #EA111A
Black with #EA111A
Text Example
Text Example
White with #EA111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA111A; }
p { color: rgb(234,17,26); }
H1.HeaderClassName
{
color: #EA111A;
}
.AnyTagClassName
{
color: #EA111A;
}
</style>
background-color css
<style>
a { background-color: #EA111A; }
a { background-color: rgb(234,17,26); }
div.DivClassName
{
background-color: #EA111A;
}
.BgClassName
{
background-color: #EA111A;
}
</style>
border-color css
<style>
span { border-color: #EA111A; }
span { border-color: rgb(234,17,26); }
td.TdClassName
{
border-color: #EA111A;
}
.TagClassName
{
border-color: #EA111A;
}
</style>