Shades of Cinnabar #EC3024
Tints of Cinnabar #EC3024
RGB
CMYK
RGB Variations
Color information
#EC3024 (or 0xEC3024) is known color: Cinnabar. HEX triplet: EC, 30 and 24. RGB value is (236,48,36). Sum of RGB (Red+Green+Blue) = 236+48+36=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3024 is #13CFDB. Grayscale: #676767. Windows color (decimal): -1298396 or 2371820. OLE color: 2371820.
HSL color Cylindrical-coordinate representation of color #EC3024: hue angle of 3.6º 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 #EC3024 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 36 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.07 |
| HSL | 3.6º | 0.84% | 0.53% | - |
| HSV(B) | 3.6º | 0.85% | 0.93% | - |
| XYZ | 35.97 | 20.07 | 3.65 | - |
| YUV | 102.84 | 90.28 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 36 | 0 | 0.80 | 0.85 | 0.07 | 3.6 | 0.84 | 0.53 |
| Hex | EC | 30 | 24 | 0 | 50 | 55 | 7 | 4 | 54 | 35 |
| Octal | 354 | 60 | 44 | 0 | 120 | 125 | 7 | 4 | 124 | 65 |
| Binary | 11101100 | 110000 | 100100 | 0 | 1010000 | 1010101 | 111 | 100 | 1010100 | 110101 |
Color Harmonies of #EC3024
Complementary color
Monochromatic Colors of #EC3024
Black with #EC3024
Text Example
Text Example
White with #EC3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3024; }
p { color: rgb(236,48,36); }
H1.HeaderClassName
{
color: #EC3024;
}
.AnyTagClassName
{
color: #EC3024;
}
</style>
background-color css
<style>
a { background-color: #EC3024; }
a { background-color: rgb(236,48,36); }
div.DivClassName
{
background-color: #EC3024;
}
.BgClassName
{
background-color: #EC3024;
}
</style>
border-color css
<style>
span { border-color: #EC3024; }
span { border-color: rgb(236,48,36); }
td.TdClassName
{
border-color: #EC3024;
}
.TagClassName
{
border-color: #EC3024;
}
</style>