Shades of Red #EC1005
Tints of Red #EC1005
RGB
CMYK
RGB Variations
Color information
#EC1005 (or 0xEC1005) is known color: Red. HEX triplet: EC, 10 and 05. RGB value is (236,16,5). Sum of RGB (Red+Green+Blue) = 236+16+5=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1005 is #13EFFA. Grayscale: #505050. Windows color (decimal): -1306619 or 332012. OLE color: 332012.
HSL color Cylindrical-coordinate representation of color #EC1005: hue angle of 2.86º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC1005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.07 |
| HSL | 2.86º | 0.96% | 0.47% | - |
| HSV(B) | 2.86º | 0.98% | 0.93% | - |
| XYZ | 34.8 | 18.21 | 1.82 | - |
| YUV | 80.53 | 85.39 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 5 | 0 | 0.93 | 0.98 | 0.07 | 2.86 | 0.96 | 0.47 |
| Hex | EC | 10 | 5 | 0 | 5D | 62 | 7 | 3 | 60 | 2F |
| Octal | 354 | 20 | 5 | 0 | 135 | 142 | 7 | 3 | 140 | 57 |
| Binary | 11101100 | 10000 | 101 | 0 | 1011101 | 1100010 | 111 | 11 | 1100000 | 101111 |
Color Harmonies of #EC1005
Complementary color
Monochromatic Colors of #EC1005
Black with #EC1005
Text Example
Text Example
White with #EC1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1005; }
p { color: rgb(236,16,5); }
H1.HeaderClassName
{
color: #EC1005;
}
.AnyTagClassName
{
color: #EC1005;
}
</style>
background-color css
<style>
a { background-color: #EC1005; }
a { background-color: rgb(236,16,5); }
div.DivClassName
{
background-color: #EC1005;
}
.BgClassName
{
background-color: #EC1005;
}
</style>
border-color css
<style>
span { border-color: #EC1005; }
span { border-color: rgb(236,16,5); }
td.TdClassName
{
border-color: #EC1005;
}
.TagClassName
{
border-color: #EC1005;
}
</style>