Shades of Fire Engine Red #EA0D13
Tints of Fire Engine Red #EA0D13
RGB
CMYK
RGB Variations
Color information
#EA0D13 (or 0xEA0D13) is known color: Fire Engine Red. HEX triplet: EA, 0D and 13. RGB value is (234,13,19). Sum of RGB (Red+Green+Blue) = 234+13+19=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0D13 is #15F2EC. Grayscale: #4F4F4F. Windows color (decimal): -1438445 or 1248746. OLE color: 1248746.
HSL color Cylindrical-coordinate representation of color #EA0D13: hue angle of 358.37º 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 #EA0D13 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 19 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.08 |
| HSL | 358.37º | 0.89% | 0.48% | - |
| HSV(B) | 358.37º | 0.94% | 0.92% | - |
| XYZ | 34.19 | 17.83 | 2.25 | - |
| YUV | 79.76 | 93.72 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 19 | 0 | 0.94 | 0.92 | 0.08 | 358.37 | 0.89 | 0.48 |
| Hex | EA | D | 13 | 0 | 5E | 5C | 8 | 166 | 59 | 30 |
| Octal | 352 | 15 | 23 | 0 | 136 | 134 | 10 | 546 | 131 | 60 |
| Binary | 11101010 | 1101 | 10011 | 0 | 1011110 | 1011100 | 1000 | 101100110 | 1011001 | 110000 |
Color Harmonies of #EA0D13
Complementary color
Monochromatic Colors of #EA0D13
Black with #EA0D13
Text Example
Text Example
White with #EA0D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D13; }
p { color: rgb(234,13,19); }
H1.HeaderClassName
{
color: #EA0D13;
}
.AnyTagClassName
{
color: #EA0D13;
}
</style>
background-color css
<style>
a { background-color: #EA0D13; }
a { background-color: rgb(234,13,19); }
div.DivClassName
{
background-color: #EA0D13;
}
.BgClassName
{
background-color: #EA0D13;
}
</style>
border-color css
<style>
span { border-color: #EA0D13; }
span { border-color: rgb(234,13,19); }
td.TdClassName
{
border-color: #EA0D13;
}
.TagClassName
{
border-color: #EA0D13;
}
</style>