Shades of Red #EC0902
Tints of Red #EC0902
RGB
CMYK
RGB Variations
Color information
#EC0902 (or 0xEC0902) is known color: Red. HEX triplet: EC, 09 and 02. RGB value is (236,9,2). Sum of RGB (Red+Green+Blue) = 236+9+2=247 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.55% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0902 is #13F6FD. Grayscale: #4C4C4C. Windows color (decimal): -1308414 or 133612. OLE color: 133612.
HSL color Cylindrical-coordinate representation of color #EC0902: hue angle of 1.79º 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 #EC0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.07 |
| HSL | 1.79º | 0.98% | 0.47% | - |
| HSV(B) | 1.79º | 0.99% | 0.93% | - |
| XYZ | 34.7 | 18.03 | 1.71 | - |
| YUV | 76.08 | 86.21 | 242.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 2 | 0 | 0.96 | 0.99 | 0.07 | 1.79 | 0.98 | 0.47 |
| Hex | EC | 9 | 2 | 0 | 60 | 63 | 7 | 2 | 62 | 2F |
| Octal | 354 | 11 | 2 | 0 | 140 | 143 | 7 | 2 | 142 | 57 |
| Binary | 11101100 | 1001 | 10 | 0 | 1100000 | 1100011 | 111 | 10 | 1100010 | 101111 |
Color Harmonies of #EC0902
Complementary color
Monochromatic Colors of #EC0902
Black with #EC0902
Text Example
Text Example
White with #EC0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0902; }
p { color: rgb(236,9,2); }
H1.HeaderClassName
{
color: #EC0902;
}
.AnyTagClassName
{
color: #EC0902;
}
</style>
background-color css
<style>
a { background-color: #EC0902; }
a { background-color: rgb(236,9,2); }
div.DivClassName
{
background-color: #EC0902;
}
.BgClassName
{
background-color: #EC0902;
}
</style>
border-color css
<style>
span { border-color: #EC0902; }
span { border-color: rgb(236,9,2); }
td.TdClassName
{
border-color: #EC0902;
}
.TagClassName
{
border-color: #EC0902;
}
</style>