Shades of Red #EC0D0D
Tints of Red #EC0D0D
RGB
CMYK
RGB Variations
Color information
#EC0D0D (or 0xEC0D0D) is known color: Red. HEX triplet: EC, 0D and 0D. RGB value is (236,13,13). Sum of RGB (Red+Green+Blue) = 236+13+13=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D0D is #13F2F2. Grayscale: #4F4F4F. Windows color (decimal): -1307379 or 855532. OLE color: 855532.
HSL color Cylindrical-coordinate representation of color #EC0D0D: hue angle of 0º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0D0D is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 13 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.07 |
| HSL | 0º | 0.9% | 0.49% | - |
| HSV(B) | 0º | 0.94% | 0.93% | - |
| XYZ | 34.81 | 18.15 | 2.05 | - |
| YUV | 79.68 | 90.38 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 13 | 0 | 0.94 | 0.94 | 0.07 | 0 | 0.9 | 0.49 |
| Hex | EC | D | D | 0 | 5E | 5E | 7 | 0 | 5A | 31 |
| Octal | 354 | 15 | 15 | 0 | 136 | 136 | 7 | 0 | 132 | 61 |
| Binary | 11101100 | 1101 | 1101 | 0 | 1011110 | 1011110 | 111 | 0 | 1011010 | 110001 |
Color Harmonies of #EC0D0D
Complementary color
Monochromatic Colors of #EC0D0D
Black with #EC0D0D
Text Example
Text Example
White with #EC0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D0D; }
p { color: rgb(236,13,13); }
H1.HeaderClassName
{
color: #EC0D0D;
}
.AnyTagClassName
{
color: #EC0D0D;
}
</style>
background-color css
<style>
a { background-color: #EC0D0D; }
a { background-color: rgb(236,13,13); }
div.DivClassName
{
background-color: #EC0D0D;
}
.BgClassName
{
background-color: #EC0D0D;
}
</style>
border-color css
<style>
span { border-color: #EC0D0D; }
span { border-color: rgb(236,13,13); }
td.TdClassName
{
border-color: #EC0D0D;
}
.TagClassName
{
border-color: #EC0D0D;
}
</style>