Shades of Red #EC0C02
Tints of Red #EC0C02
RGB
CMYK
RGB Variations
Color information
#EC0C02 (or 0xEC0C02) is known color: Red. HEX triplet: EC, 0C and 02. RGB value is (236,12,2). Sum of RGB (Red+Green+Blue) = 236+12+2=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0C02 is #13F3FD. Grayscale: #4E4E4E. Windows color (decimal): -1307646 or 134380. OLE color: 134380.
HSL color Cylindrical-coordinate representation of color #EC0C02: hue angle of 2.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.07 |
| HSL | 2.56º | 0.98% | 0.47% | - |
| HSV(B) | 2.56º | 0.99% | 0.93% | - |
| XYZ | 34.73 | 18.1 | 1.72 | - |
| YUV | 77.84 | 85.21 | 240.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 2 | 0 | 0.95 | 0.99 | 0.07 | 2.56 | 0.98 | 0.47 |
| Hex | EC | C | 2 | 0 | 5F | 63 | 7 | 3 | 62 | 2F |
| Octal | 354 | 14 | 2 | 0 | 137 | 143 | 7 | 3 | 142 | 57 |
| Binary | 11101100 | 1100 | 10 | 0 | 1011111 | 1100011 | 111 | 11 | 1100010 | 101111 |
Color Harmonies of #EC0C02
Complementary color
Monochromatic Colors of #EC0C02
Black with #EC0C02
Text Example
Text Example
White with #EC0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C02; }
p { color: rgb(236,12,2); }
H1.HeaderClassName
{
color: #EC0C02;
}
.AnyTagClassName
{
color: #EC0C02;
}
</style>
background-color css
<style>
a { background-color: #EC0C02; }
a { background-color: rgb(236,12,2); }
div.DivClassName
{
background-color: #EC0C02;
}
.BgClassName
{
background-color: #EC0C02;
}
</style>
border-color css
<style>
span { border-color: #EC0C02; }
span { border-color: rgb(236,12,2); }
td.TdClassName
{
border-color: #EC0C02;
}
.TagClassName
{
border-color: #EC0C02;
}
</style>