Shades of Red #EC0600
Tints of Red #EC0600
RGB
CMYK
RGB Variations
Color information
#EC0600 (or 0xEC0600) is known color: Red. HEX triplet: EC, 06 and 00. RGB value is (236,6,0). Sum of RGB (Red+Green+Blue) = 236+6+0=242 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.52% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0600 is #13F9FF. Grayscale: #4A4A4A. Windows color (decimal): -1309184 or 1772. OLE color: 1772.
HSL color Cylindrical-coordinate representation of color #EC0600: hue angle of 1.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.07 |
| HSL | 1.53º | 1% | 0.46% | - |
| HSV(B) | 1.53º | 1% | 0.93% | - |
| XYZ | 34.66 | 17.96 | 1.64 | - |
| YUV | 74.09 | 86.2 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 0 | 0 | 0.97 | 1 | 0.07 | 1.53 | 1 | 0.46 |
| Hex | EC | 6 | 0 | 0 | 61 | 64 | 7 | 2 | 64 | 2E |
| Octal | 354 | 6 | 0 | 0 | 141 | 144 | 7 | 2 | 144 | 56 |
| Binary | 11101100 | 110 | 0 | 0 | 1100001 | 1100100 | 111 | 10 | 1100100 | 101110 |
Color Harmonies of #EC0600
Complementary color
Monochromatic Colors of #EC0600
Black with #EC0600
Text Example
Text Example
White with #EC0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0600; }
p { color: rgb(236,6,0); }
H1.HeaderClassName
{
color: #EC0600;
}
.AnyTagClassName
{
color: #EC0600;
}
</style>
background-color css
<style>
a { background-color: #EC0600; }
a { background-color: rgb(236,6,0); }
div.DivClassName
{
background-color: #EC0600;
}
.BgClassName
{
background-color: #EC0600;
}
</style>
border-color css
<style>
span { border-color: #EC0600; }
span { border-color: rgb(236,6,0); }
td.TdClassName
{
border-color: #EC0600;
}
.TagClassName
{
border-color: #EC0600;
}
</style>