Shades of Red #EC0100
Tints of Red #EC0100
RGB
CMYK
RGB Variations
Color information
#EC0100 (or 0xEC0100) is known color: Red. HEX triplet: EC, 01 and 00. RGB value is (236,1,0). Sum of RGB (Red+Green+Blue) = 236+1+0=237 (31% of max value = 765). Red value is 236 (92.58% from 255 or 99.58% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0100 is #13FEFF. Grayscale: #474747. Windows color (decimal): -1310464 or 492. OLE color: 492.
HSL color Cylindrical-coordinate representation of color #EC0100: hue angle of 0.25º 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 #EC0100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.07 |
| HSL | 0.25º | 1% | 0.46% | - |
| HSV(B) | 0.25º | 1% | 0.93% | - |
| XYZ | 34.6 | 17.85 | 1.62 | - |
| YUV | 71.15 | 87.86 | 245.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 0 | 0 | 1.00 | 1 | 0.07 | 0.25 | 1 | 0.46 |
| Hex | EC | 1 | 0 | 0 | 64 | 64 | 7 | 0 | 64 | 2E |
| Octal | 354 | 1 | 0 | 0 | 144 | 144 | 7 | 0 | 144 | 56 |
| Binary | 11101100 | 1 | 0 | 0 | 1100100 | 1100100 | 111 | 0 | 1100100 | 101110 |
Color Harmonies of #EC0100
Complementary color
Monochromatic Colors of #EC0100
Black with #EC0100
Text Example
Text Example
White with #EC0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0100; }
p { color: rgb(236,1,0); }
H1.HeaderClassName
{
color: #EC0100;
}
.AnyTagClassName
{
color: #EC0100;
}
</style>
background-color css
<style>
a { background-color: #EC0100; }
a { background-color: rgb(236,1,0); }
div.DivClassName
{
background-color: #EC0100;
}
.BgClassName
{
background-color: #EC0100;
}
</style>
border-color css
<style>
span { border-color: #EC0100; }
span { border-color: rgb(236,1,0); }
td.TdClassName
{
border-color: #EC0100;
}
.TagClassName
{
border-color: #EC0100;
}
</style>