Shades of Cinnabar #EC3C24
Tints of Cinnabar #EC3C24
RGB
CMYK
RGB Variations
Color information
#EC3C24 (or 0xEC3C24) is known color: Cinnabar. HEX triplet: EC, 3C and 24. RGB value is (236,60,36). Sum of RGB (Red+Green+Blue) = 236+60+36=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C24 is #13C3DB. Grayscale: #6E6E6E. Windows color (decimal): -1295324 or 2374892. OLE color: 2374892.
HSL color Cylindrical-coordinate representation of color #EC3C24: hue angle of 7.2º 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 #EC3C24 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 36 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.07 |
| HSL | 7.2º | 0.84% | 0.53% | - |
| HSV(B) | 7.2º | 0.85% | 0.93% | - |
| XYZ | 36.53 | 21.19 | 3.83 | - |
| YUV | 109.89 | 86.31 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 36 | 0 | 0.75 | 0.85 | 0.07 | 7.2 | 0.84 | 0.53 |
| Hex | EC | 3C | 24 | 0 | 4B | 55 | 7 | 7 | 54 | 35 |
| Octal | 354 | 74 | 44 | 0 | 113 | 125 | 7 | 7 | 124 | 65 |
| Binary | 11101100 | 111100 | 100100 | 0 | 1001011 | 1010101 | 111 | 111 | 1010100 | 110101 |
Color Harmonies of #EC3C24
Complementary color
Monochromatic Colors of #EC3C24
Black with #EC3C24
Text Example
Text Example
White with #EC3C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C24; }
p { color: rgb(236,60,36); }
H1.HeaderClassName
{
color: #EC3C24;
}
.AnyTagClassName
{
color: #EC3C24;
}
</style>
background-color css
<style>
a { background-color: #EC3C24; }
a { background-color: rgb(236,60,36); }
div.DivClassName
{
background-color: #EC3C24;
}
.BgClassName
{
background-color: #EC3C24;
}
</style>
border-color css
<style>
span { border-color: #EC3C24; }
span { border-color: rgb(236,60,36); }
td.TdClassName
{
border-color: #EC3C24;
}
.TagClassName
{
border-color: #EC3C24;
}
</style>