Shades of Fire Engine Red #EA101E
Tints of Fire Engine Red #EA101E
RGB
CMYK
RGB Variations
Color information
#EA101E (or 0xEA101E) is known color: Fire Engine Red. HEX triplet: EA, 10 and 1E. RGB value is (234,16,30). Sum of RGB (Red+Green+Blue) = 234+16+30=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA101E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA101E is #15EFE1. Grayscale: #525252. Windows color (decimal): -1437666 or 1970410. OLE color: 1970410.
HSL color Cylindrical-coordinate representation of color #EA101E: hue angle of 356.15º degrees, saturation: 0.87, 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 #EA101E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.08 |
| HSL | 356.15º | 0.87% | 0.49% | - |
| HSV(B) | 356.15º | 0.93% | 0.92% | - |
| XYZ | 34.35 | 17.96 | 2.88 | - |
| YUV | 82.78 | 98.22 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 30 | 0 | 0.93 | 0.87 | 0.08 | 356.15 | 0.87 | 0.49 |
| Hex | EA | 10 | 1E | 0 | 5D | 57 | 8 | 164 | 57 | 31 |
| Octal | 352 | 20 | 36 | 0 | 135 | 127 | 10 | 544 | 127 | 61 |
| Binary | 11101010 | 10000 | 11110 | 0 | 1011101 | 1010111 | 1000 | 101100100 | 1010111 | 110001 |
Color Harmonies of #EA101E
Complementary color
Monochromatic Colors of #EA101E
Black with #EA101E
Text Example
Text Example
White with #EA101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA101E; }
p { color: rgb(234,16,30); }
H1.HeaderClassName
{
color: #EA101E;
}
.AnyTagClassName
{
color: #EA101E;
}
</style>
background-color css
<style>
a { background-color: #EA101E; }
a { background-color: rgb(234,16,30); }
div.DivClassName
{
background-color: #EA101E;
}
.BgClassName
{
background-color: #EA101E;
}
</style>
border-color css
<style>
span { border-color: #EA101E; }
span { border-color: rgb(234,16,30); }
td.TdClassName
{
border-color: #EA101E;
}
.TagClassName
{
border-color: #EA101E;
}
</style>