Shades of Fire Engine Red #EA141E
Tints of Fire Engine Red #EA141E
RGB
CMYK
RGB Variations
Color information
#EA141E (or 0xEA141E) is known color: Fire Engine Red. HEX triplet: EA, 14 and 1E. RGB value is (234,20,30). Sum of RGB (Red+Green+Blue) = 234+20+30=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA141E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA141E is #15EBE1. Grayscale: #555555. Windows color (decimal): -1436642 or 1971434. OLE color: 1971434.
HSL color Cylindrical-coordinate representation of color #EA141E: hue angle of 357.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA141E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 30 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.08 |
| HSL | 357.2º | 0.84% | 0.5% | - |
| HSV(B) | 357.2º | 0.91% | 0.92% | - |
| XYZ | 34.42 | 18.09 | 2.91 | - |
| YUV | 85.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 30 | 0 | 0.91 | 0.87 | 0.08 | 357.2 | 0.84 | 0.5 |
| Hex | EA | 14 | 1E | 0 | 5B | 57 | 8 | 165 | 54 | 32 |
| Octal | 352 | 24 | 36 | 0 | 133 | 127 | 10 | 545 | 124 | 62 |
| Binary | 11101010 | 10100 | 11110 | 0 | 1011011 | 1010111 | 1000 | 101100101 | 1010100 | 110010 |
Color Harmonies of #EA141E
Complementary color
Monochromatic Colors of #EA141E
Black with #EA141E
Text Example
Text Example
White with #EA141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA141E; }
p { color: rgb(234,20,30); }
H1.HeaderClassName
{
color: #EA141E;
}
.AnyTagClassName
{
color: #EA141E;
}
</style>
background-color css
<style>
a { background-color: #EA141E; }
a { background-color: rgb(234,20,30); }
div.DivClassName
{
background-color: #EA141E;
}
.BgClassName
{
background-color: #EA141E;
}
</style>
border-color css
<style>
span { border-color: #EA141E; }
span { border-color: rgb(234,20,30); }
td.TdClassName
{
border-color: #EA141E;
}
.TagClassName
{
border-color: #EA141E;
}
</style>