Shades of Red #EC0A01
Tints of Red #EC0A01
RGB
CMYK
RGB Variations
Color information
#EC0A01 (or 0xEC0A01) is known color: Red. HEX triplet: EC, 0A and 01. RGB value is (236,10,1). Sum of RGB (Red+Green+Blue) = 236+10+1=247 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.55% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0A01 is #13F5FE. Grayscale: #4C4C4C. Windows color (decimal): -1308159 or 68332. OLE color: 68332.
HSL color Cylindrical-coordinate representation of color #EC0A01: hue angle of 2.3º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0A01 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.07 |
| HSL | 2.3º | 0.99% | 0.46% | - |
| HSV(B) | 2.3º | 1% | 0.93% | - |
| XYZ | 34.71 | 18.05 | 1.68 | - |
| YUV | 76.55 | 85.37 | 241.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 1 | 0 | 0.96 | 1.00 | 0.07 | 2.3 | 0.99 | 0.46 |
| Hex | EC | A | 1 | 0 | 60 | 64 | 7 | 2 | 63 | 2E |
| Octal | 354 | 12 | 1 | 0 | 140 | 144 | 7 | 2 | 143 | 56 |
| Binary | 11101100 | 1010 | 1 | 0 | 1100000 | 1100100 | 111 | 10 | 1100011 | 101110 |
Color Harmonies of #EC0A01
Complementary color
Monochromatic Colors of #EC0A01
Black with #EC0A01
Text Example
Text Example
White with #EC0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A01; }
p { color: rgb(236,10,1); }
H1.HeaderClassName
{
color: #EC0A01;
}
.AnyTagClassName
{
color: #EC0A01;
}
</style>
background-color css
<style>
a { background-color: #EC0A01; }
a { background-color: rgb(236,10,1); }
div.DivClassName
{
background-color: #EC0A01;
}
.BgClassName
{
background-color: #EC0A01;
}
</style>
border-color css
<style>
span { border-color: #EC0A01; }
span { border-color: rgb(236,10,1); }
td.TdClassName
{
border-color: #EC0A01;
}
.TagClassName
{
border-color: #EC0A01;
}
</style>