Shades of Red #EC0402
Tints of Red #EC0402
RGB
CMYK
RGB Variations
Color information
#EC0402 (or 0xEC0402) is known color: Red. HEX triplet: EC, 04 and 02. RGB value is (236,4,2). Sum of RGB (Red+Green+Blue) = 236+4+2=242 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.52% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0402 is #13FBFD. Grayscale: #494949. Windows color (decimal): -1309694 or 132332. OLE color: 132332.
HSL color Cylindrical-coordinate representation of color #EC0402: hue angle of 0.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0402 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.07 |
| HSL | 0.51º | 0.98% | 0.47% | - |
| HSV(B) | 0.51º | 0.99% | 0.93% | - |
| XYZ | 34.65 | 17.92 | 1.69 | - |
| YUV | 73.14 | 87.86 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 2 | 0 | 0.98 | 0.99 | 0.07 | 0.51 | 0.98 | 0.47 |
| Hex | EC | 4 | 2 | 0 | 62 | 63 | 7 | 1 | 62 | 2F |
| Octal | 354 | 4 | 2 | 0 | 142 | 143 | 7 | 1 | 142 | 57 |
| Binary | 11101100 | 100 | 10 | 0 | 1100010 | 1100011 | 111 | 1 | 1100010 | 101111 |
Color Harmonies of #EC0402
Complementary color
Monochromatic Colors of #EC0402
Black with #EC0402
Text Example
Text Example
White with #EC0402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0402; }
p { color: rgb(236,4,2); }
H1.HeaderClassName
{
color: #EC0402;
}
.AnyTagClassName
{
color: #EC0402;
}
</style>
background-color css
<style>
a { background-color: #EC0402; }
a { background-color: rgb(236,4,2); }
div.DivClassName
{
background-color: #EC0402;
}
.BgClassName
{
background-color: #EC0402;
}
</style>
border-color css
<style>
span { border-color: #EC0402; }
span { border-color: rgb(236,4,2); }
td.TdClassName
{
border-color: #EC0402;
}
.TagClassName
{
border-color: #EC0402;
}
</style>