Shades of Fire Engine Red #EA0A1C
Tints of Fire Engine Red #EA0A1C
RGB
CMYK
RGB Variations
Color information
#EA0A1C (or 0xEA0A1C) is known color: Fire Engine Red. HEX triplet: EA, 0A and 1C. RGB value is (234,10,28). Sum of RGB (Red+Green+Blue) = 234+10+28=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A1C is #15F5E3. Grayscale: #4F4F4F. Windows color (decimal): -1439204 or 1837802. OLE color: 1837802.
HSL color Cylindrical-coordinate representation of color #EA0A1C: hue angle of 355.18º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A1C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 28 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.08 |
| HSL | 355.18º | 0.92% | 0.48% | - |
| HSV(B) | 355.18º | 0.96% | 0.92% | - |
| XYZ | 34.25 | 17.79 | 2.73 | - |
| YUV | 79.03 | 99.21 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 28 | 0 | 0.96 | 0.88 | 0.08 | 355.18 | 0.92 | 0.48 |
| Hex | EA | A | 1C | 0 | 60 | 58 | 8 | 163 | 5C | 30 |
| Octal | 352 | 12 | 34 | 0 | 140 | 130 | 10 | 543 | 134 | 60 |
| Binary | 11101010 | 1010 | 11100 | 0 | 1100000 | 1011000 | 1000 | 101100011 | 1011100 | 110000 |
Color Harmonies of #EA0A1C
Complementary color
Monochromatic Colors of #EA0A1C
Black with #EA0A1C
Text Example
Text Example
White with #EA0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A1C; }
p { color: rgb(234,10,28); }
H1.HeaderClassName
{
color: #EA0A1C;
}
.AnyTagClassName
{
color: #EA0A1C;
}
</style>
background-color css
<style>
a { background-color: #EA0A1C; }
a { background-color: rgb(234,10,28); }
div.DivClassName
{
background-color: #EA0A1C;
}
.BgClassName
{
background-color: #EA0A1C;
}
</style>
border-color css
<style>
span { border-color: #EA0A1C; }
span { border-color: rgb(234,10,28); }
td.TdClassName
{
border-color: #EA0A1C;
}
.TagClassName
{
border-color: #EA0A1C;
}
</style>