Shades of Fire Engine Red #EC0D15
Tints of Fire Engine Red #EC0D15
RGB
CMYK
RGB Variations
Color information
#EC0D15 (or 0xEC0D15) is known color: Fire Engine Red. HEX triplet: EC, 0D and 15. RGB value is (236,13,21). Sum of RGB (Red+Green+Blue) = 236+13+21=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D15 is #13F2EA. Grayscale: #505050. Windows color (decimal): -1307371 or 1379820. OLE color: 1379820.
HSL color Cylindrical-coordinate representation of color #EC0D15: hue angle of 357.85º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0D15 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 21 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.07 |
| HSL | 357.85º | 0.9% | 0.49% | - |
| HSV(B) | 357.85º | 0.94% | 0.93% | - |
| XYZ | 34.87 | 18.17 | 2.38 | - |
| YUV | 80.59 | 94.38 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 21 | 0 | 0.94 | 0.91 | 0.07 | 357.85 | 0.9 | 0.49 |
| Hex | EC | D | 15 | 0 | 5E | 5B | 7 | 166 | 5A | 31 |
| Octal | 354 | 15 | 25 | 0 | 136 | 133 | 7 | 546 | 132 | 61 |
| Binary | 11101100 | 1101 | 10101 | 0 | 1011110 | 1011011 | 111 | 101100110 | 1011010 | 110001 |
Color Harmonies of #EC0D15
Complementary color
Monochromatic Colors of #EC0D15
Black with #EC0D15
Text Example
Text Example
White with #EC0D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D15; }
p { color: rgb(236,13,21); }
H1.HeaderClassName
{
color: #EC0D15;
}
.AnyTagClassName
{
color: #EC0D15;
}
</style>
background-color css
<style>
a { background-color: #EC0D15; }
a { background-color: rgb(236,13,21); }
div.DivClassName
{
background-color: #EC0D15;
}
.BgClassName
{
background-color: #EC0D15;
}
</style>
border-color css
<style>
span { border-color: #EC0D15; }
span { border-color: rgb(236,13,21); }
td.TdClassName
{
border-color: #EC0D15;
}
.TagClassName
{
border-color: #EC0D15;
}
</style>