Shades of Cinnabar #EC4719
Tints of Cinnabar #EC4719
RGB
CMYK
RGB Variations
Color information
#EC4719 (or 0xEC4719) is known color: Cinnabar. HEX triplet: EC, 47 and 19. RGB value is (236,71,25). Sum of RGB (Red+Green+Blue) = 236+71+25=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4719 is #13B8E6. Grayscale: #737373. Windows color (decimal): -1292519 or 1656812. OLE color: 1656812.
HSL color Cylindrical-coordinate representation of color #EC4719: hue angle of 13.08º 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 #EC4719 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.07 |
| HSL | 13.08º | 0.85% | 0.51% | - |
| HSV(B) | 13.08º | 0.89% | 0.93% | - |
| XYZ | 37.02 | 22.41 | 3.29 | - |
| YUV | 115.09 | 77.16 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 25 | 0 | 0.70 | 0.89 | 0.07 | 13.08 | 0.85 | 0.51 |
| Hex | EC | 47 | 19 | 0 | 46 | 59 | 7 | D | 55 | 33 |
| Octal | 354 | 107 | 31 | 0 | 106 | 131 | 7 | 15 | 125 | 63 |
| Binary | 11101100 | 1000111 | 11001 | 0 | 1000110 | 1011001 | 111 | 1101 | 1010101 | 110011 |
Color Harmonies of #EC4719
Complementary color
Monochromatic Colors of #EC4719
Black with #EC4719
Text Example
Text Example
White with #EC4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4719; }
p { color: rgb(236,71,25); }
H1.HeaderClassName
{
color: #EC4719;
}
.AnyTagClassName
{
color: #EC4719;
}
</style>
background-color css
<style>
a { background-color: #EC4719; }
a { background-color: rgb(236,71,25); }
div.DivClassName
{
background-color: #EC4719;
}
.BgClassName
{
background-color: #EC4719;
}
</style>
border-color css
<style>
span { border-color: #EC4719; }
span { border-color: rgb(236,71,25); }
td.TdClassName
{
border-color: #EC4719;
}
.TagClassName
{
border-color: #EC4719;
}
</style>