Shades of Fire Engine Red #EC141D
Tints of Fire Engine Red #EC141D
RGB
CMYK
RGB Variations
Color information
#EC141D (or 0xEC141D) is known color: Fire Engine Red. HEX triplet: EC, 14 and 1D. RGB value is (236,20,29). Sum of RGB (Red+Green+Blue) = 236+20+29=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC141D is #13EBE2. Grayscale: #555555. Windows color (decimal): -1305571 or 1905900. OLE color: 1905900.
HSL color Cylindrical-coordinate representation of color #EC141D: hue angle of 357.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC141D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.07 |
| HSL | 357.5º | 0.85% | 0.5% | - |
| HSV(B) | 357.5º | 0.92% | 0.93% | - |
| XYZ | 35.06 | 18.42 | 2.87 | - |
| YUV | 85.61 | 96.06 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 29 | 0 | 0.92 | 0.88 | 0.07 | 357.5 | 0.85 | 0.5 |
| Hex | EC | 14 | 1D | 0 | 5C | 58 | 7 | 166 | 55 | 32 |
| Octal | 354 | 24 | 35 | 0 | 134 | 130 | 7 | 546 | 125 | 62 |
| Binary | 11101100 | 10100 | 11101 | 0 | 1011100 | 1011000 | 111 | 101100110 | 1010101 | 110010 |
Color Harmonies of #EC141D
Complementary color
Monochromatic Colors of #EC141D
Black with #EC141D
Text Example
Text Example
White with #EC141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC141D; }
p { color: rgb(236,20,29); }
H1.HeaderClassName
{
color: #EC141D;
}
.AnyTagClassName
{
color: #EC141D;
}
</style>
background-color css
<style>
a { background-color: #EC141D; }
a { background-color: rgb(236,20,29); }
div.DivClassName
{
background-color: #EC141D;
}
.BgClassName
{
background-color: #EC141D;
}
</style>
border-color css
<style>
span { border-color: #EC141D; }
span { border-color: rgb(236,20,29); }
td.TdClassName
{
border-color: #EC141D;
}
.TagClassName
{
border-color: #EC141D;
}
</style>