Shades of Fire Engine Red #EC111A
Tints of Fire Engine Red #EC111A
RGB
CMYK
RGB Variations
Color information
#EC111A (or 0xEC111A) is known color: Fire Engine Red. HEX triplet: EC, 11 and 1A. RGB value is (236,17,26). Sum of RGB (Red+Green+Blue) = 236+17+26=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC111A is #13EEE5. Grayscale: #535353. Windows color (decimal): -1306342 or 1708524. OLE color: 1708524.
HSL color Cylindrical-coordinate representation of color #EC111A: hue angle of 357.53º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC111A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.07 |
| HSL | 357.53º | 0.87% | 0.5% | - |
| HSV(B) | 357.53º | 0.93% | 0.93% | - |
| XYZ | 34.98 | 18.31 | 2.67 | - |
| YUV | 83.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 26 | 0 | 0.93 | 0.89 | 0.07 | 357.53 | 0.87 | 0.5 |
| Hex | EC | 11 | 1A | 0 | 5D | 59 | 7 | 166 | 57 | 32 |
| Octal | 354 | 21 | 32 | 0 | 135 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101100 | 10001 | 11010 | 0 | 1011101 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EC111A
Complementary color
Monochromatic Colors of #EC111A
Black with #EC111A
Text Example
Text Example
White with #EC111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC111A; }
p { color: rgb(236,17,26); }
H1.HeaderClassName
{
color: #EC111A;
}
.AnyTagClassName
{
color: #EC111A;
}
</style>
background-color css
<style>
a { background-color: #EC111A; }
a { background-color: rgb(236,17,26); }
div.DivClassName
{
background-color: #EC111A;
}
.BgClassName
{
background-color: #EC111A;
}
</style>
border-color css
<style>
span { border-color: #EC111A; }
span { border-color: rgb(236,17,26); }
td.TdClassName
{
border-color: #EC111A;
}
.TagClassName
{
border-color: #EC111A;
}
</style>