Shades of Fire Engine Red #EA181F
Tints of Fire Engine Red #EA181F
RGB
CMYK
RGB Variations
Color information
#EA181F (or 0xEA181F) is known color: Fire Engine Red. HEX triplet: EA, 18 and 1F. RGB value is (234,24,31). Sum of RGB (Red+Green+Blue) = 234+24+31=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA181F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA181F is #15E7E0. Grayscale: #575757. Windows color (decimal): -1435617 or 2037994. OLE color: 2037994.
HSL color Cylindrical-coordinate representation of color #EA181F: hue angle of 358º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA181F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 31 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.08 |
| HSL | 358º | 0.83% | 0.51% | - |
| HSV(B) | 358º | 0.9% | 0.92% | - |
| XYZ | 34.51 | 18.24 | 3 | - |
| YUV | 87.59 | 96.07 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 31 | 0 | 0.90 | 0.87 | 0.08 | 358 | 0.83 | 0.51 |
| Hex | EA | 18 | 1F | 0 | 5A | 57 | 8 | 166 | 53 | 33 |
| Octal | 352 | 30 | 37 | 0 | 132 | 127 | 10 | 546 | 123 | 63 |
| Binary | 11101010 | 11000 | 11111 | 0 | 1011010 | 1010111 | 1000 | 101100110 | 1010011 | 110011 |
Color Harmonies of #EA181F
Complementary color
Monochromatic Colors of #EA181F
Black with #EA181F
Text Example
Text Example
White with #EA181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA181F; }
p { color: rgb(234,24,31); }
H1.HeaderClassName
{
color: #EA181F;
}
.AnyTagClassName
{
color: #EA181F;
}
</style>
background-color css
<style>
a { background-color: #EA181F; }
a { background-color: rgb(234,24,31); }
div.DivClassName
{
background-color: #EA181F;
}
.BgClassName
{
background-color: #EA181F;
}
</style>
border-color css
<style>
span { border-color: #EA181F; }
span { border-color: rgb(234,24,31); }
td.TdClassName
{
border-color: #EA181F;
}
.TagClassName
{
border-color: #EA181F;
}
</style>