Shades of Fire Engine Red #EA1A1D
Tints of Fire Engine Red #EA1A1D
RGB
CMYK
RGB Variations
Color information
#EA1A1D (or 0xEA1A1D) is known color: Fire Engine Red. HEX triplet: EA, 1A and 1D. RGB value is (234,26,29). Sum of RGB (Red+Green+Blue) = 234+26+29=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A1D is #15E5E2. Grayscale: #585858. Windows color (decimal): -1435107 or 1907434. OLE color: 1907434.
HSL color Cylindrical-coordinate representation of color #EA1A1D: hue angle of 359.13º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A1D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.08 |
| HSL | 359.13º | 0.83% | 0.51% | - |
| HSV(B) | 359.13º | 0.89% | 0.92% | - |
| XYZ | 34.52 | 18.32 | 2.88 | - |
| YUV | 88.53 | 94.41 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 29 | 0 | 0.89 | 0.88 | 0.08 | 359.13 | 0.83 | 0.51 |
| Hex | EA | 1A | 1D | 0 | 59 | 58 | 8 | 167 | 53 | 33 |
| Octal | 352 | 32 | 35 | 0 | 131 | 130 | 10 | 547 | 123 | 63 |
| Binary | 11101010 | 11010 | 11101 | 0 | 1011001 | 1011000 | 1000 | 101100111 | 1010011 | 110011 |
Color Harmonies of #EA1A1D
Complementary color
Monochromatic Colors of #EA1A1D
Black with #EA1A1D
Text Example
Text Example
White with #EA1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A1D; }
p { color: rgb(234,26,29); }
H1.HeaderClassName
{
color: #EA1A1D;
}
.AnyTagClassName
{
color: #EA1A1D;
}
</style>
background-color css
<style>
a { background-color: #EA1A1D; }
a { background-color: rgb(234,26,29); }
div.DivClassName
{
background-color: #EA1A1D;
}
.BgClassName
{
background-color: #EA1A1D;
}
</style>
border-color css
<style>
span { border-color: #EA1A1D; }
span { border-color: rgb(234,26,29); }
td.TdClassName
{
border-color: #EA1A1D;
}
.TagClassName
{
border-color: #EA1A1D;
}
</style>