Shades of Red #EC1205
Tints of Red #EC1205
RGB
CMYK
RGB Variations
Color information
#EC1205 (or 0xEC1205) is known color: Red. HEX triplet: EC, 12 and 05. RGB value is (236,18,5). Sum of RGB (Red+Green+Blue) = 236+18+5=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1205 is #13EDFA. Grayscale: #515151. Windows color (decimal): -1306107 or 332524. OLE color: 332524.
HSL color Cylindrical-coordinate representation of color #EC1205: hue angle of 3.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC1205 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.07 |
| HSL | 3.38º | 0.96% | 0.47% | - |
| HSV(B) | 3.38º | 0.98% | 0.93% | - |
| XYZ | 34.84 | 18.28 | 1.84 | - |
| YUV | 81.7 | 84.72 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 5 | 0 | 0.92 | 0.98 | 0.07 | 3.38 | 0.96 | 0.47 |
| Hex | EC | 12 | 5 | 0 | 5C | 62 | 7 | 3 | 60 | 2F |
| Octal | 354 | 22 | 5 | 0 | 134 | 142 | 7 | 3 | 140 | 57 |
| Binary | 11101100 | 10010 | 101 | 0 | 1011100 | 1100010 | 111 | 11 | 1100000 | 101111 |
Color Harmonies of #EC1205
Complementary color
Monochromatic Colors of #EC1205
Black with #EC1205
Text Example
Text Example
White with #EC1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1205; }
p { color: rgb(236,18,5); }
H1.HeaderClassName
{
color: #EC1205;
}
.AnyTagClassName
{
color: #EC1205;
}
</style>
background-color css
<style>
a { background-color: #EC1205; }
a { background-color: rgb(236,18,5); }
div.DivClassName
{
background-color: #EC1205;
}
.BgClassName
{
background-color: #EC1205;
}
</style>
border-color css
<style>
span { border-color: #EC1205; }
span { border-color: rgb(236,18,5); }
td.TdClassName
{
border-color: #EC1205;
}
.TagClassName
{
border-color: #EC1205;
}
</style>