Shades of Fire Engine Red #EA0C1D
Tints of Fire Engine Red #EA0C1D
RGB
CMYK
RGB Variations
Color information
#EA0C1D (or 0xEA0C1D) is known color: Fire Engine Red. HEX triplet: EA, 0C and 1D. RGB value is (234,12,29). Sum of RGB (Red+Green+Blue) = 234+12+29=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C1D is #15F3E2. Grayscale: #505050. Windows color (decimal): -1438691 or 1903850. OLE color: 1903850.
HSL color Cylindrical-coordinate representation of color #EA0C1D: hue angle of 355.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C1D is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 29 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.08 |
| HSL | 355.41º | 0.9% | 0.48% | - |
| HSV(B) | 355.41º | 0.95% | 0.92% | - |
| XYZ | 34.28 | 17.84 | 2.8 | - |
| YUV | 80.32 | 99.05 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 29 | 0 | 0.95 | 0.88 | 0.08 | 355.41 | 0.9 | 0.48 |
| Hex | EA | C | 1D | 0 | 5F | 58 | 8 | 163 | 5A | 30 |
| Octal | 352 | 14 | 35 | 0 | 137 | 130 | 10 | 543 | 132 | 60 |
| Binary | 11101010 | 1100 | 11101 | 0 | 1011111 | 1011000 | 1000 | 101100011 | 1011010 | 110000 |
Color Harmonies of #EA0C1D
Complementary color
Monochromatic Colors of #EA0C1D
Black with #EA0C1D
Text Example
Text Example
White with #EA0C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C1D; }
p { color: rgb(234,12,29); }
H1.HeaderClassName
{
color: #EA0C1D;
}
.AnyTagClassName
{
color: #EA0C1D;
}
</style>
background-color css
<style>
a { background-color: #EA0C1D; }
a { background-color: rgb(234,12,29); }
div.DivClassName
{
background-color: #EA0C1D;
}
.BgClassName
{
background-color: #EA0C1D;
}
</style>
border-color css
<style>
span { border-color: #EA0C1D; }
span { border-color: rgb(234,12,29); }
td.TdClassName
{
border-color: #EA0C1D;
}
.TagClassName
{
border-color: #EA0C1D;
}
</style>