Shades of Fire Engine Red #EA171D
Tints of Fire Engine Red #EA171D
RGB
CMYK
RGB Variations
Color information
#EA171D (or 0xEA171D) is known color: Fire Engine Red. HEX triplet: EA, 17 and 1D. RGB value is (234,23,29). Sum of RGB (Red+Green+Blue) = 234+23+29=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA171D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA171D is #15E8E2. Grayscale: #565656. Windows color (decimal): -1435875 or 1906666. OLE color: 1906666.
HSL color Cylindrical-coordinate representation of color #EA171D: hue angle of 358.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA171D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 29 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.08 |
| HSL | 358.29º | 0.83% | 0.5% | - |
| HSV(B) | 358.29º | 0.9% | 0.92% | - |
| XYZ | 34.46 | 18.19 | 2.86 | - |
| YUV | 86.77 | 95.4 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 29 | 0 | 0.90 | 0.88 | 0.08 | 358.29 | 0.83 | 0.5 |
| Hex | EA | 17 | 1D | 0 | 5A | 58 | 8 | 166 | 53 | 32 |
| Octal | 352 | 27 | 35 | 0 | 132 | 130 | 10 | 546 | 123 | 62 |
| Binary | 11101010 | 10111 | 11101 | 0 | 1011010 | 1011000 | 1000 | 101100110 | 1010011 | 110010 |
Color Harmonies of #EA171D
Complementary color
Monochromatic Colors of #EA171D
Black with #EA171D
Text Example
Text Example
White with #EA171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA171D; }
p { color: rgb(234,23,29); }
H1.HeaderClassName
{
color: #EA171D;
}
.AnyTagClassName
{
color: #EA171D;
}
</style>
background-color css
<style>
a { background-color: #EA171D; }
a { background-color: rgb(234,23,29); }
div.DivClassName
{
background-color: #EA171D;
}
.BgClassName
{
background-color: #EA171D;
}
</style>
border-color css
<style>
span { border-color: #EA171D; }
span { border-color: rgb(234,23,29); }
td.TdClassName
{
border-color: #EA171D;
}
.TagClassName
{
border-color: #EA171D;
}
</style>