Shades of Red #EC0706
Tints of Red #EC0706
RGB
CMYK
RGB Variations
Color information
#EC0706 (or 0xEC0706) is known color: Red. HEX triplet: EC, 07 and 06. RGB value is (236,7,6). Sum of RGB (Red+Green+Blue) = 236+7+6=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0706 is #13F8F9. Grayscale: #4B4B4B. Windows color (decimal): -1308922 or 395244. OLE color: 395244.
HSL color Cylindrical-coordinate representation of color #EC0706: hue angle of 0.26º 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 #EC0706 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 6 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.07 |
| HSL | 0.26º | 0.95% | 0.47% | - |
| HSV(B) | 0.26º | 0.97% | 0.93% | - |
| XYZ | 34.7 | 18 | 1.82 | - |
| YUV | 75.36 | 88.87 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 6 | 0 | 0.97 | 0.97 | 0.07 | 0.26 | 0.95 | 0.47 |
| Hex | EC | 7 | 6 | 0 | 61 | 61 | 7 | 0 | 5F | 2F |
| Octal | 354 | 7 | 6 | 0 | 141 | 141 | 7 | 0 | 137 | 57 |
| Binary | 11101100 | 111 | 110 | 0 | 1100001 | 1100001 | 111 | 0 | 1011111 | 101111 |
Color Harmonies of #EC0706
Complementary color
Monochromatic Colors of #EC0706
Black with #EC0706
Text Example
Text Example
White with #EC0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0706; }
p { color: rgb(236,7,6); }
H1.HeaderClassName
{
color: #EC0706;
}
.AnyTagClassName
{
color: #EC0706;
}
</style>
background-color css
<style>
a { background-color: #EC0706; }
a { background-color: rgb(236,7,6); }
div.DivClassName
{
background-color: #EC0706;
}
.BgClassName
{
background-color: #EC0706;
}
</style>
border-color css
<style>
span { border-color: #EC0706; }
span { border-color: rgb(236,7,6); }
td.TdClassName
{
border-color: #EC0706;
}
.TagClassName
{
border-color: #EC0706;
}
</style>