Shades of Cinnabar #EC421D
Tints of Cinnabar #EC421D
RGB
CMYK
RGB Variations
Color information
#EC421D (or 0xEC421D) is known color: Cinnabar. HEX triplet: EC, 42 and 1D. RGB value is (236,66,29). Sum of RGB (Red+Green+Blue) = 236+66+29=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC421D is #13BDE2. Grayscale: #707070. Windows color (decimal): -1293795 or 1917676. OLE color: 1917676.
HSL color Cylindrical-coordinate representation of color #EC421D: hue angle of 10.72º 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 #EC421D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.07 |
| HSL | 10.72º | 0.84% | 0.52% | - |
| HSV(B) | 10.72º | 0.88% | 0.93% | - |
| XYZ | 36.76 | 21.82 | 3.44 | - |
| YUV | 112.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 29 | 0 | 0.72 | 0.88 | 0.07 | 10.72 | 0.84 | 0.52 |
| Hex | EC | 42 | 1D | 0 | 48 | 58 | 7 | B | 54 | 34 |
| Octal | 354 | 102 | 35 | 0 | 110 | 130 | 7 | 13 | 124 | 64 |
| Binary | 11101100 | 1000010 | 11101 | 0 | 1001000 | 1011000 | 111 | 1011 | 1010100 | 110100 |
Color Harmonies of #EC421D
Complementary color
Monochromatic Colors of #EC421D
Black with #EC421D
Text Example
Text Example
White with #EC421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC421D; }
p { color: rgb(236,66,29); }
H1.HeaderClassName
{
color: #EC421D;
}
.AnyTagClassName
{
color: #EC421D;
}
</style>
background-color css
<style>
a { background-color: #EC421D; }
a { background-color: rgb(236,66,29); }
div.DivClassName
{
background-color: #EC421D;
}
.BgClassName
{
background-color: #EC421D;
}
</style>
border-color css
<style>
span { border-color: #EC421D; }
span { border-color: rgb(236,66,29); }
td.TdClassName
{
border-color: #EC421D;
}
.TagClassName
{
border-color: #EC421D;
}
</style>