Shades of Red #EC0200
Tints of Red #EC0200
RGB
CMYK
RGB Variations
Color information
#EC0200 (or 0xEC0200) is known color: Red. HEX triplet: EC, 02 and 00. RGB value is (236,2,0). Sum of RGB (Red+Green+Blue) = 236+2+0=238 (31% of max value = 765). Red value is 236 (92.58% from 255 or 99.16% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0200 is #13FDFF. Grayscale: #474747. Windows color (decimal): -1310208 or 748. OLE color: 748.
HSL color Cylindrical-coordinate representation of color #EC0200: hue angle of 0.51º 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 #EC0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.07 |
| HSL | 0.51º | 1% | 0.46% | - |
| HSV(B) | 0.51º | 1% | 0.93% | - |
| XYZ | 34.61 | 17.88 | 1.63 | - |
| YUV | 71.74 | 87.52 | 245.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 0 | 0 | 0.99 | 1 | 0.07 | 0.51 | 1 | 0.46 |
| Hex | EC | 2 | 0 | 0 | 63 | 64 | 7 | 1 | 64 | 2E |
| Octal | 354 | 2 | 0 | 0 | 143 | 144 | 7 | 1 | 144 | 56 |
| Binary | 11101100 | 10 | 0 | 0 | 1100011 | 1100100 | 111 | 1 | 1100100 | 101110 |
Color Harmonies of #EC0200
Complementary color
Monochromatic Colors of #EC0200
Black with #EC0200
Text Example
Text Example
White with #EC0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0200; }
p { color: rgb(236,2,0); }
H1.HeaderClassName
{
color: #EC0200;
}
.AnyTagClassName
{
color: #EC0200;
}
</style>
background-color css
<style>
a { background-color: #EC0200; }
a { background-color: rgb(236,2,0); }
div.DivClassName
{
background-color: #EC0200;
}
.BgClassName
{
background-color: #EC0200;
}
</style>
border-color css
<style>
span { border-color: #EC0200; }
span { border-color: rgb(236,2,0); }
td.TdClassName
{
border-color: #EC0200;
}
.TagClassName
{
border-color: #EC0200;
}
</style>