Shades of Cinnabar #EC4124
Tints of Cinnabar #EC4124
RGB
CMYK
RGB Variations
Color information
#EC4124 (or 0xEC4124) is known color: Cinnabar. HEX triplet: EC, 41 and 24. RGB value is (236,65,36). Sum of RGB (Red+Green+Blue) = 236+65+36=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4124 is #13BEDB. Grayscale: #717171. Windows color (decimal): -1294044 or 2376172. OLE color: 2376172.
HSL color Cylindrical-coordinate representation of color #EC4124: hue angle of 8.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC4124 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.07 |
| HSL | 8.7º | 0.84% | 0.53% | - |
| HSV(B) | 8.7º | 0.85% | 0.93% | - |
| XYZ | 36.8 | 21.74 | 3.93 | - |
| YUV | 112.82 | 84.65 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 36 | 0 | 0.72 | 0.85 | 0.07 | 8.7 | 0.84 | 0.53 |
| Hex | EC | 41 | 24 | 0 | 48 | 55 | 7 | 9 | 54 | 35 |
| Octal | 354 | 101 | 44 | 0 | 110 | 125 | 7 | 11 | 124 | 65 |
| Binary | 11101100 | 1000001 | 100100 | 0 | 1001000 | 1010101 | 111 | 1001 | 1010100 | 110101 |
Color Harmonies of #EC4124
Complementary color
Monochromatic Colors of #EC4124
Black with #EC4124
Text Example
Text Example
White with #EC4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4124; }
p { color: rgb(236,65,36); }
H1.HeaderClassName
{
color: #EC4124;
}
.AnyTagClassName
{
color: #EC4124;
}
</style>
background-color css
<style>
a { background-color: #EC4124; }
a { background-color: rgb(236,65,36); }
div.DivClassName
{
background-color: #EC4124;
}
.BgClassName
{
background-color: #EC4124;
}
</style>
border-color css
<style>
span { border-color: #EC4124; }
span { border-color: rgb(236,65,36); }
td.TdClassName
{
border-color: #EC4124;
}
.TagClassName
{
border-color: #EC4124;
}
</style>