Shades of Red #EC1206
Tints of Red #EC1206
RGB
CMYK
RGB Variations
Color information
#EC1206 (or 0xEC1206) is known color: Red. HEX triplet: EC, 12 and 06. RGB value is (236,18,6). Sum of RGB (Red+Green+Blue) = 236+18+6=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1206 is #13EDF9. Grayscale: #525252. Windows color (decimal): -1306106 or 398060. OLE color: 398060.
HSL color Cylindrical-coordinate representation of color #EC1206: hue angle of 3.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC1206 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.07 |
| HSL | 3.13º | 0.95% | 0.47% | - |
| HSV(B) | 3.13º | 0.97% | 0.93% | - |
| XYZ | 34.84 | 18.28 | 1.86 | - |
| YUV | 81.81 | 85.22 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 6 | 0 | 0.92 | 0.97 | 0.07 | 3.13 | 0.95 | 0.47 |
| Hex | EC | 12 | 6 | 0 | 5C | 61 | 7 | 3 | 5F | 2F |
| Octal | 354 | 22 | 6 | 0 | 134 | 141 | 7 | 3 | 137 | 57 |
| Binary | 11101100 | 10010 | 110 | 0 | 1011100 | 1100001 | 111 | 11 | 1011111 | 101111 |
Color Harmonies of #EC1206
Complementary color
Monochromatic Colors of #EC1206
Black with #EC1206
Text Example
Text Example
White with #EC1206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1206; }
p { color: rgb(236,18,6); }
H1.HeaderClassName
{
color: #EC1206;
}
.AnyTagClassName
{
color: #EC1206;
}
</style>
background-color css
<style>
a { background-color: #EC1206; }
a { background-color: rgb(236,18,6); }
div.DivClassName
{
background-color: #EC1206;
}
.BgClassName
{
background-color: #EC1206;
}
</style>
border-color css
<style>
span { border-color: #EC1206; }
span { border-color: rgb(236,18,6); }
td.TdClassName
{
border-color: #EC1206;
}
.TagClassName
{
border-color: #EC1206;
}
</style>