Shades of Cinnabar #EC321D
Tints of Cinnabar #EC321D
RGB
CMYK
RGB Variations
Color information
#EC321D (or 0xEC321D) is known color: Cinnabar. HEX triplet: EC, 32 and 1D. RGB value is (236,50,29). Sum of RGB (Red+Green+Blue) = 236+50+29=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC321D is #13CDE2. Grayscale: #676767. Windows color (decimal): -1297891 or 1913580. OLE color: 1913580.
HSL color Cylindrical-coordinate representation of color #EC321D: hue angle of 6.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC321D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 29 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.07 |
| HSL | 6.09º | 0.84% | 0.52% | - |
| HSV(B) | 6.09º | 0.88% | 0.93% | - |
| XYZ | 35.95 | 20.2 | 3.17 | - |
| YUV | 103.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 29 | 0 | 0.79 | 0.88 | 0.07 | 6.09 | 0.84 | 0.52 |
| Hex | EC | 32 | 1D | 0 | 4F | 58 | 7 | 6 | 54 | 34 |
| Octal | 354 | 62 | 35 | 0 | 117 | 130 | 7 | 6 | 124 | 64 |
| Binary | 11101100 | 110010 | 11101 | 0 | 1001111 | 1011000 | 111 | 110 | 1010100 | 110100 |
Color Harmonies of #EC321D
Complementary color
Monochromatic Colors of #EC321D
Black with #EC321D
Text Example
Text Example
White with #EC321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC321D; }
p { color: rgb(236,50,29); }
H1.HeaderClassName
{
color: #EC321D;
}
.AnyTagClassName
{
color: #EC321D;
}
</style>
background-color css
<style>
a { background-color: #EC321D; }
a { background-color: rgb(236,50,29); }
div.DivClassName
{
background-color: #EC321D;
}
.BgClassName
{
background-color: #EC321D;
}
</style>
border-color css
<style>
span { border-color: #EC321D; }
span { border-color: rgb(236,50,29); }
td.TdClassName
{
border-color: #EC321D;
}
.TagClassName
{
border-color: #EC321D;
}
</style>