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