Shades of Red #EC0F00
Tints of Red #EC0F00
RGB
CMYK
RGB Variations
Color information
#EC0F00 (or 0xEC0F00) is known color: Red. HEX triplet: EC, 0F and 00. RGB value is (236,15,0). Sum of RGB (Red+Green+Blue) = 236+15+0=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0F00 is #13F0FF. Grayscale: #4F4F4F. Windows color (decimal): -1306880 or 4076. OLE color: 4076.
HSL color Cylindrical-coordinate representation of color #EC0F00: hue angle of 3.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0F00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.07 |
| HSL | 3.81º | 1% | 0.46% | - |
| HSV(B) | 3.81º | 1% | 0.93% | - |
| XYZ | 34.76 | 18.17 | 1.68 | - |
| YUV | 79.37 | 83.22 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 0 | 0 | 0.94 | 1 | 0.07 | 3.81 | 1 | 0.46 |
| Hex | EC | F | 0 | 0 | 5E | 64 | 7 | 4 | 64 | 2E |
| Octal | 354 | 17 | 0 | 0 | 136 | 144 | 7 | 4 | 144 | 56 |
| Binary | 11101100 | 1111 | 0 | 0 | 1011110 | 1100100 | 111 | 100 | 1100100 | 101110 |
Color Harmonies of #EC0F00
Complementary color
Monochromatic Colors of #EC0F00
Black with #EC0F00
Text Example
Text Example
White with #EC0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F00; }
p { color: rgb(236,15,0); }
H1.HeaderClassName
{
color: #EC0F00;
}
.AnyTagClassName
{
color: #EC0F00;
}
</style>
background-color css
<style>
a { background-color: #EC0F00; }
a { background-color: rgb(236,15,0); }
div.DivClassName
{
background-color: #EC0F00;
}
.BgClassName
{
background-color: #EC0F00;
}
</style>
border-color css
<style>
span { border-color: #EC0F00; }
span { border-color: rgb(236,15,0); }
td.TdClassName
{
border-color: #EC0F00;
}
.TagClassName
{
border-color: #EC0F00;
}
</style>