Shades of Red #EC0302
Tints of Red #EC0302
RGB
CMYK
RGB Variations
Color information
#EC0302 (or 0xEC0302) is known color: Red. HEX triplet: EC, 03 and 02. RGB value is (236,3,2). Sum of RGB (Red+Green+Blue) = 236+3+2=241 (31% of max value = 765). Red value is 236 (92.58% from 255 or 97.93% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0302 is #13FCFD. Grayscale: #484848. Windows color (decimal): -1309950 or 132076. OLE color: 132076.
HSL color Cylindrical-coordinate representation of color #EC0302: hue angle of 0.26º 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 #EC0302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.07 |
| HSL | 0.26º | 0.98% | 0.47% | - |
| HSV(B) | 0.26º | 0.99% | 0.93% | - |
| XYZ | 34.64 | 17.9 | 1.69 | - |
| YUV | 72.55 | 88.19 | 244.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 2 | 0 | 0.99 | 0.99 | 0.07 | 0.26 | 0.98 | 0.47 |
| Hex | EC | 3 | 2 | 0 | 63 | 63 | 7 | 0 | 62 | 2F |
| Octal | 354 | 3 | 2 | 0 | 143 | 143 | 7 | 0 | 142 | 57 |
| Binary | 11101100 | 11 | 10 | 0 | 1100011 | 1100011 | 111 | 0 | 1100010 | 101111 |
Color Harmonies of #EC0302
Complementary color
Monochromatic Colors of #EC0302
Black with #EC0302
Text Example
Text Example
White with #EC0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0302; }
p { color: rgb(236,3,2); }
H1.HeaderClassName
{
color: #EC0302;
}
.AnyTagClassName
{
color: #EC0302;
}
</style>
background-color css
<style>
a { background-color: #EC0302; }
a { background-color: rgb(236,3,2); }
div.DivClassName
{
background-color: #EC0302;
}
.BgClassName
{
background-color: #EC0302;
}
</style>
border-color css
<style>
span { border-color: #EC0302; }
span { border-color: rgb(236,3,2); }
td.TdClassName
{
border-color: #EC0302;
}
.TagClassName
{
border-color: #EC0302;
}
</style>