Shades of Red #EC0B01
Tints of Red #EC0B01
RGB
CMYK
RGB Variations
Color information
#EC0B01 (or 0xEC0B01) is known color: Red. HEX triplet: EC, 0B and 01. RGB value is (236,11,1). Sum of RGB (Red+Green+Blue) = 236+11+1=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0B01 is #13F4FE. Grayscale: #4D4D4D. Windows color (decimal): -1307903 or 68588. OLE color: 68588.
HSL color Cylindrical-coordinate representation of color #EC0B01: hue angle of 2.55º 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 #EC0B01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.07 |
| HSL | 2.55º | 0.99% | 0.46% | - |
| HSV(B) | 2.55º | 1% | 0.93% | - |
| XYZ | 34.72 | 18.07 | 1.69 | - |
| YUV | 77.14 | 85.04 | 241.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 1 | 0 | 0.95 | 1.00 | 0.07 | 2.55 | 0.99 | 0.46 |
| Hex | EC | B | 1 | 0 | 5F | 64 | 7 | 3 | 63 | 2E |
| Octal | 354 | 13 | 1 | 0 | 137 | 144 | 7 | 3 | 143 | 56 |
| Binary | 11101100 | 1011 | 1 | 0 | 1011111 | 1100100 | 111 | 11 | 1100011 | 101110 |
Color Harmonies of #EC0B01
Complementary color
Monochromatic Colors of #EC0B01
Black with #EC0B01
Text Example
Text Example
White with #EC0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B01; }
p { color: rgb(236,11,1); }
H1.HeaderClassName
{
color: #EC0B01;
}
.AnyTagClassName
{
color: #EC0B01;
}
</style>
background-color css
<style>
a { background-color: #EC0B01; }
a { background-color: rgb(236,11,1); }
div.DivClassName
{
background-color: #EC0B01;
}
.BgClassName
{
background-color: #EC0B01;
}
</style>
border-color css
<style>
span { border-color: #EC0B01; }
span { border-color: rgb(236,11,1); }
td.TdClassName
{
border-color: #EC0B01;
}
.TagClassName
{
border-color: #EC0B01;
}
</style>