Shades of Cinnabar #EC3621
Tints of Cinnabar #EC3621
RGB
CMYK
RGB Variations
Color information
#EC3621 (or 0xEC3621) is known color: Cinnabar. HEX triplet: EC, 36 and 21. RGB value is (236,54,33). Sum of RGB (Red+Green+Blue) = 236+54+33=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3621 is #13C9DE. Grayscale: #6A6A6A. Windows color (decimal): -1296863 or 2176748. OLE color: 2176748.
HSL color Cylindrical-coordinate representation of color #EC3621: hue angle of 6.21º 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 #EC3621 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 33 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.07 |
| HSL | 6.21º | 0.84% | 0.53% | - |
| HSV(B) | 6.21º | 0.86% | 0.93% | - |
| XYZ | 36.19 | 20.58 | 3.5 | - |
| YUV | 106.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 33 | 0 | 0.77 | 0.86 | 0.07 | 6.21 | 0.84 | 0.53 |
| Hex | EC | 36 | 21 | 0 | 4D | 56 | 7 | 6 | 54 | 35 |
| Octal | 354 | 66 | 41 | 0 | 115 | 126 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 110110 | 100001 | 0 | 1001101 | 1010110 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3621
Complementary color
Monochromatic Colors of #EC3621
Black with #EC3621
Text Example
Text Example
White with #EC3621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3621; }
p { color: rgb(236,54,33); }
H1.HeaderClassName
{
color: #EC3621;
}
.AnyTagClassName
{
color: #EC3621;
}
</style>
background-color css
<style>
a { background-color: #EC3621; }
a { background-color: rgb(236,54,33); }
div.DivClassName
{
background-color: #EC3621;
}
.BgClassName
{
background-color: #EC3621;
}
</style>
border-color css
<style>
span { border-color: #EC3621; }
span { border-color: rgb(236,54,33); }
td.TdClassName
{
border-color: #EC3621;
}
.TagClassName
{
border-color: #EC3621;
}
</style>