Shades of Fire Engine Red #EA0D1B
Tints of Fire Engine Red #EA0D1B
RGB
CMYK
RGB Variations
Color information
#EA0D1B (or 0xEA0D1B) is known color: Fire Engine Red. HEX triplet: EA, 0D and 1B. RGB value is (234,13,27). Sum of RGB (Red+Green+Blue) = 234+13+27=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D1B is #15F2E4. Grayscale: #505050. Windows color (decimal): -1438437 or 1773034. OLE color: 1773034.
HSL color Cylindrical-coordinate representation of color #EA0D1B: hue angle of 356.2º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D1B is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 27 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.08 |
| HSL | 356.2º | 0.89% | 0.48% | - |
| HSV(B) | 356.2º | 0.94% | 0.92% | - |
| XYZ | 34.27 | 17.86 | 2.68 | - |
| YUV | 80.68 | 97.72 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 27 | 0 | 0.94 | 0.88 | 0.08 | 356.2 | 0.89 | 0.48 |
| Hex | EA | D | 1B | 0 | 5E | 58 | 8 | 164 | 59 | 30 |
| Octal | 352 | 15 | 33 | 0 | 136 | 130 | 10 | 544 | 131 | 60 |
| Binary | 11101010 | 1101 | 11011 | 0 | 1011110 | 1011000 | 1000 | 101100100 | 1011001 | 110000 |
Color Harmonies of #EA0D1B
Complementary color
Monochromatic Colors of #EA0D1B
Black with #EA0D1B
Text Example
Text Example
White with #EA0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D1B; }
p { color: rgb(234,13,27); }
H1.HeaderClassName
{
color: #EA0D1B;
}
.AnyTagClassName
{
color: #EA0D1B;
}
</style>
background-color css
<style>
a { background-color: #EA0D1B; }
a { background-color: rgb(234,13,27); }
div.DivClassName
{
background-color: #EA0D1B;
}
.BgClassName
{
background-color: #EA0D1B;
}
</style>
border-color css
<style>
span { border-color: #EA0D1B; }
span { border-color: rgb(234,13,27); }
td.TdClassName
{
border-color: #EA0D1B;
}
.TagClassName
{
border-color: #EA0D1B;
}
</style>