Shades of Fire Engine Red #EC111C
Tints of Fire Engine Red #EC111C
RGB
CMYK
RGB Variations
Color information
#EC111C (or 0xEC111C) is known color: Fire Engine Red. HEX triplet: EC, 11 and 1C. RGB value is (236,17,28). Sum of RGB (Red+Green+Blue) = 236+17+28=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC111C is #13EEE3. Grayscale: #535353. Windows color (decimal): -1306340 or 1839596. OLE color: 1839596.
HSL color Cylindrical-coordinate representation of color #EC111C: hue angle of 356.99º 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 #EC111C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.07 |
| HSL | 356.99º | 0.87% | 0.5% | - |
| HSV(B) | 356.99º | 0.93% | 0.93% | - |
| XYZ | 35 | 18.32 | 2.79 | - |
| YUV | 83.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 28 | 0 | 0.93 | 0.88 | 0.07 | 356.99 | 0.87 | 0.5 |
| Hex | EC | 11 | 1C | 0 | 5D | 58 | 7 | 165 | 57 | 32 |
| Octal | 354 | 21 | 34 | 0 | 135 | 130 | 7 | 545 | 127 | 62 |
| Binary | 11101100 | 10001 | 11100 | 0 | 1011101 | 1011000 | 111 | 101100101 | 1010111 | 110010 |
Color Harmonies of #EC111C
Complementary color
Monochromatic Colors of #EC111C
Black with #EC111C
Text Example
Text Example
White with #EC111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC111C; }
p { color: rgb(236,17,28); }
H1.HeaderClassName
{
color: #EC111C;
}
.AnyTagClassName
{
color: #EC111C;
}
</style>
background-color css
<style>
a { background-color: #EC111C; }
a { background-color: rgb(236,17,28); }
div.DivClassName
{
background-color: #EC111C;
}
.BgClassName
{
background-color: #EC111C;
}
</style>
border-color css
<style>
span { border-color: #EC111C; }
span { border-color: rgb(236,17,28); }
td.TdClassName
{
border-color: #EC111C;
}
.TagClassName
{
border-color: #EC111C;
}
</style>