Shades of Red #EC0903
Tints of Red #EC0903
RGB
CMYK
RGB Variations
Color information
#EC0903 (or 0xEC0903) is known color: Red. HEX triplet: EC, 09 and 03. RGB value is (236,9,3). Sum of RGB (Red+Green+Blue) = 236+9+3=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0903 is #13F6FC. Grayscale: #4C4C4C. Windows color (decimal): -1308413 or 199148. OLE color: 199148.
HSL color Cylindrical-coordinate representation of color #EC0903: hue angle of 1.55º degrees, saturation: 0.97, 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 #EC0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.07 |
| HSL | 1.55º | 0.97% | 0.47% | - |
| HSV(B) | 1.55º | 0.99% | 0.93% | - |
| XYZ | 34.71 | 18.03 | 1.74 | - |
| YUV | 76.19 | 86.71 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 3 | 0 | 0.96 | 0.99 | 0.07 | 1.55 | 0.97 | 0.47 |
| Hex | EC | 9 | 3 | 0 | 60 | 63 | 7 | 2 | 61 | 2F |
| Octal | 354 | 11 | 3 | 0 | 140 | 143 | 7 | 2 | 141 | 57 |
| Binary | 11101100 | 1001 | 11 | 0 | 1100000 | 1100011 | 111 | 10 | 1100001 | 101111 |
Color Harmonies of #EC0903
Complementary color
Monochromatic Colors of #EC0903
Black with #EC0903
Text Example
Text Example
White with #EC0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0903; }
p { color: rgb(236,9,3); }
H1.HeaderClassName
{
color: #EC0903;
}
.AnyTagClassName
{
color: #EC0903;
}
</style>
background-color css
<style>
a { background-color: #EC0903; }
a { background-color: rgb(236,9,3); }
div.DivClassName
{
background-color: #EC0903;
}
.BgClassName
{
background-color: #EC0903;
}
</style>
border-color css
<style>
span { border-color: #EC0903; }
span { border-color: rgb(236,9,3); }
td.TdClassName
{
border-color: #EC0903;
}
.TagClassName
{
border-color: #EC0903;
}
</style>