Shades of Cinnabar #EC3820
Tints of Cinnabar #EC3820
RGB
CMYK
RGB Variations
Color information
#EC3820 (or 0xEC3820) is known color: Cinnabar. HEX triplet: EC, 38 and 20. RGB value is (236,56,32). Sum of RGB (Red+Green+Blue) = 236+56+32=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3820 is #13C7DF. Grayscale: #6B6B6B. Windows color (decimal): -1296352 or 2111724. OLE color: 2111724.
HSL color Cylindrical-coordinate representation of color #EC3820: hue angle of 7.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC3820 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 32 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.07 |
| HSL | 7.06º | 0.84% | 0.53% | - |
| HSV(B) | 7.06º | 0.86% | 0.93% | - |
| XYZ | 36.27 | 20.77 | 3.46 | - |
| YUV | 107.08 | 85.63 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 32 | 0 | 0.76 | 0.86 | 0.07 | 7.06 | 0.84 | 0.53 |
| Hex | EC | 38 | 20 | 0 | 4C | 56 | 7 | 7 | 54 | 35 |
| Octal | 354 | 70 | 40 | 0 | 114 | 126 | 7 | 7 | 124 | 65 |
| Binary | 11101100 | 111000 | 100000 | 0 | 1001100 | 1010110 | 111 | 111 | 1010100 | 110101 |
Color Harmonies of #EC3820
Complementary color
Monochromatic Colors of #EC3820
Black with #EC3820
Text Example
Text Example
White with #EC3820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3820; }
p { color: rgb(236,56,32); }
H1.HeaderClassName
{
color: #EC3820;
}
.AnyTagClassName
{
color: #EC3820;
}
</style>
background-color css
<style>
a { background-color: #EC3820; }
a { background-color: rgb(236,56,32); }
div.DivClassName
{
background-color: #EC3820;
}
.BgClassName
{
background-color: #EC3820;
}
</style>
border-color css
<style>
span { border-color: #EC3820; }
span { border-color: rgb(236,56,32); }
td.TdClassName
{
border-color: #EC3820;
}
.TagClassName
{
border-color: #EC3820;
}
</style>