Shades of Red #EC100D
Tints of Red #EC100D
RGB
CMYK
RGB Variations
Color information
#EC100D (or 0xEC100D) is known color: Red. HEX triplet: EC, 10 and 0D. RGB value is (236,16,13). Sum of RGB (Red+Green+Blue) = 236+16+13=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC100D is #13EFF2. Grayscale: #515151. Windows color (decimal): -1306611 or 856300. OLE color: 856300.
HSL color Cylindrical-coordinate representation of color #EC100D: hue angle of 0.81º 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 #EC100D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.07 |
| HSL | 0.81º | 0.9% | 0.49% | - |
| HSV(B) | 0.81º | 0.94% | 0.93% | - |
| XYZ | 34.85 | 18.23 | 2.06 | - |
| YUV | 81.44 | 89.39 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 13 | 0 | 0.93 | 0.94 | 0.07 | 0.81 | 0.9 | 0.49 |
| Hex | EC | 10 | D | 0 | 5D | 5E | 7 | 1 | 5A | 31 |
| Octal | 354 | 20 | 15 | 0 | 135 | 136 | 7 | 1 | 132 | 61 |
| Binary | 11101100 | 10000 | 1101 | 0 | 1011101 | 1011110 | 111 | 1 | 1011010 | 110001 |
Color Harmonies of #EC100D
Complementary color
Monochromatic Colors of #EC100D
Black with #EC100D
Text Example
Text Example
White with #EC100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC100D; }
p { color: rgb(236,16,13); }
H1.HeaderClassName
{
color: #EC100D;
}
.AnyTagClassName
{
color: #EC100D;
}
</style>
background-color css
<style>
a { background-color: #EC100D; }
a { background-color: rgb(236,16,13); }
div.DivClassName
{
background-color: #EC100D;
}
.BgClassName
{
background-color: #EC100D;
}
</style>
border-color css
<style>
span { border-color: #EC100D; }
span { border-color: rgb(236,16,13); }
td.TdClassName
{
border-color: #EC100D;
}
.TagClassName
{
border-color: #EC100D;
}
</style>