Shades of Cinnabar #EC3824
Tints of Cinnabar #EC3824
RGB
CMYK
RGB Variations
Color information
#EC3824 (or 0xEC3824) is known color: Cinnabar. HEX triplet: EC, 38 and 24. RGB value is (236,56,36). Sum of RGB (Red+Green+Blue) = 236+56+36=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3824 is #13C7DB. Grayscale: #6B6B6B. Windows color (decimal): -1296348 or 2373868. OLE color: 2373868.
HSL color Cylindrical-coordinate representation of color #EC3824: hue angle of 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 #EC3824 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 36 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.07 |
| HSL | 6º | 0.84% | 0.53% | - |
| HSV(B) | 6º | 0.85% | 0.93% | - |
| XYZ | 36.32 | 20.79 | 3.77 | - |
| YUV | 107.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 36 | 0 | 0.76 | 0.85 | 0.07 | 6 | 0.84 | 0.53 |
| Hex | EC | 38 | 24 | 0 | 4C | 55 | 7 | 6 | 54 | 35 |
| Octal | 354 | 70 | 44 | 0 | 114 | 125 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 111000 | 100100 | 0 | 1001100 | 1010101 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3824
Complementary color
Monochromatic Colors of #EC3824
Black with #EC3824
Text Example
Text Example
White with #EC3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3824; }
p { color: rgb(236,56,36); }
H1.HeaderClassName
{
color: #EC3824;
}
.AnyTagClassName
{
color: #EC3824;
}
</style>
background-color css
<style>
a { background-color: #EC3824; }
a { background-color: rgb(236,56,36); }
div.DivClassName
{
background-color: #EC3824;
}
.BgClassName
{
background-color: #EC3824;
}
</style>
border-color css
<style>
span { border-color: #EC3824; }
span { border-color: rgb(236,56,36); }
td.TdClassName
{
border-color: #EC3824;
}
.TagClassName
{
border-color: #EC3824;
}
</style>