Shades of Cinnabar #EC3519
Tints of Cinnabar #EC3519
RGB
CMYK
RGB Variations
Color information
#EC3519 (or 0xEC3519) is known color: Cinnabar. HEX triplet: EC, 35 and 19. RGB value is (236,53,25). Sum of RGB (Red+Green+Blue) = 236+53+25=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3519 is #13CAE6. Grayscale: #686868. Windows color (decimal): -1297127 or 1652204. OLE color: 1652204.
HSL color Cylindrical-coordinate representation of color #EC3519: hue angle of 7.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC3519 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 25 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.07 |
| HSL | 7.96º | 0.85% | 0.51% | - |
| HSV(B) | 7.96º | 0.89% | 0.93% | - |
| XYZ | 36.04 | 20.45 | 2.97 | - |
| YUV | 104.53 | 83.13 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 25 | 0 | 0.78 | 0.89 | 0.07 | 7.96 | 0.85 | 0.51 |
| Hex | EC | 35 | 19 | 0 | 4E | 59 | 7 | 8 | 55 | 33 |
| Octal | 354 | 65 | 31 | 0 | 116 | 131 | 7 | 10 | 125 | 63 |
| Binary | 11101100 | 110101 | 11001 | 0 | 1001110 | 1011001 | 111 | 1000 | 1010101 | 110011 |
Color Harmonies of #EC3519
Complementary color
Monochromatic Colors of #EC3519
Black with #EC3519
Text Example
Text Example
White with #EC3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3519; }
p { color: rgb(236,53,25); }
H1.HeaderClassName
{
color: #EC3519;
}
.AnyTagClassName
{
color: #EC3519;
}
</style>
background-color css
<style>
a { background-color: #EC3519; }
a { background-color: rgb(236,53,25); }
div.DivClassName
{
background-color: #EC3519;
}
.BgClassName
{
background-color: #EC3519;
}
</style>
border-color css
<style>
span { border-color: #EC3519; }
span { border-color: rgb(236,53,25); }
td.TdClassName
{
border-color: #EC3519;
}
.TagClassName
{
border-color: #EC3519;
}
</style>