Shades of Red #EC110F
Tints of Red #EC110F
RGB
CMYK
RGB Variations
Color information
#EC110F (or 0xEC110F) is known color: Red. HEX triplet: EC, 11 and 0F. RGB value is (236,17,15). Sum of RGB (Red+Green+Blue) = 236+17+15=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC110F is #13EEF0. Grayscale: #525252. Windows color (decimal): -1306353 or 987628. OLE color: 987628.
HSL color Cylindrical-coordinate representation of color #EC110F: hue angle of 0.54º degrees, saturation: 0.88, 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 #EC110F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 15 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.07 |
| HSL | 0.54º | 0.88% | 0.49% | - |
| HSV(B) | 0.54º | 0.94% | 0.93% | - |
| XYZ | 34.88 | 18.27 | 2.14 | - |
| YUV | 82.25 | 90.05 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 15 | 0 | 0.93 | 0.94 | 0.07 | 0.54 | 0.88 | 0.49 |
| Hex | EC | 11 | F | 0 | 5D | 5E | 7 | 1 | 58 | 31 |
| Octal | 354 | 21 | 17 | 0 | 135 | 136 | 7 | 1 | 130 | 61 |
| Binary | 11101100 | 10001 | 1111 | 0 | 1011101 | 1011110 | 111 | 1 | 1011000 | 110001 |
Color Harmonies of #EC110F
Complementary color
Monochromatic Colors of #EC110F
Black with #EC110F
Text Example
Text Example
White with #EC110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC110F; }
p { color: rgb(236,17,15); }
H1.HeaderClassName
{
color: #EC110F;
}
.AnyTagClassName
{
color: #EC110F;
}
</style>
background-color css
<style>
a { background-color: #EC110F; }
a { background-color: rgb(236,17,15); }
div.DivClassName
{
background-color: #EC110F;
}
.BgClassName
{
background-color: #EC110F;
}
</style>
border-color css
<style>
span { border-color: #EC110F; }
span { border-color: rgb(236,17,15); }
td.TdClassName
{
border-color: #EC110F;
}
.TagClassName
{
border-color: #EC110F;
}
</style>