Shades of Red #EC130D
Tints of Red #EC130D
RGB
CMYK
RGB Variations
Color information
#EC130D (or 0xEC130D) is known color: Red. HEX triplet: EC, 13 and 0D. RGB value is (236,19,13). Sum of RGB (Red+Green+Blue) = 236+19+13=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC130D is #13ECF2. Grayscale: #535353. Windows color (decimal): -1305843 or 857068. OLE color: 857068.
HSL color Cylindrical-coordinate representation of color #EC130D: hue angle of 1.61º 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 #EC130D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.07 |
| HSL | 1.61º | 0.9% | 0.49% | - |
| HSV(B) | 1.61º | 0.94% | 0.93% | - |
| XYZ | 34.9 | 18.33 | 2.08 | - |
| YUV | 83.2 | 88.39 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 13 | 0 | 0.92 | 0.94 | 0.07 | 1.61 | 0.9 | 0.49 |
| Hex | EC | 13 | D | 0 | 5C | 5E | 7 | 2 | 5A | 31 |
| Octal | 354 | 23 | 15 | 0 | 134 | 136 | 7 | 2 | 132 | 61 |
| Binary | 11101100 | 10011 | 1101 | 0 | 1011100 | 1011110 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EC130D
Complementary color
Monochromatic Colors of #EC130D
Black with #EC130D
Text Example
Text Example
White with #EC130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC130D; }
p { color: rgb(236,19,13); }
H1.HeaderClassName
{
color: #EC130D;
}
.AnyTagClassName
{
color: #EC130D;
}
</style>
background-color css
<style>
a { background-color: #EC130D; }
a { background-color: rgb(236,19,13); }
div.DivClassName
{
background-color: #EC130D;
}
.BgClassName
{
background-color: #EC130D;
}
</style>
border-color css
<style>
span { border-color: #EC130D; }
span { border-color: rgb(236,19,13); }
td.TdClassName
{
border-color: #EC130D;
}
.TagClassName
{
border-color: #EC130D;
}
</style>