Shades of Cinnabar #EC291D
Tints of Cinnabar #EC291D
RGB
CMYK
RGB Variations
Color information
#EC291D (or 0xEC291D) is known color: Cinnabar. HEX triplet: EC, 29 and 1D. RGB value is (236,41,29). Sum of RGB (Red+Green+Blue) = 236+41+29=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC291D is #13D6E2. Grayscale: #626262. Windows color (decimal): -1300195 or 1911276. OLE color: 1911276.
HSL color Cylindrical-coordinate representation of color #EC291D: hue angle of 3.48º 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 #EC291D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.07 |
| HSL | 3.48º | 0.84% | 0.52% | - |
| HSV(B) | 3.48º | 0.88% | 0.93% | - |
| XYZ | 35.61 | 19.51 | 3.05 | - |
| YUV | 97.94 | 89.1 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 29 | 0 | 0.83 | 0.88 | 0.07 | 3.48 | 0.84 | 0.52 |
| Hex | EC | 29 | 1D | 0 | 53 | 58 | 7 | 3 | 54 | 34 |
| Octal | 354 | 51 | 35 | 0 | 123 | 130 | 7 | 3 | 124 | 64 |
| Binary | 11101100 | 101001 | 11101 | 0 | 1010011 | 1011000 | 111 | 11 | 1010100 | 110100 |
Color Harmonies of #EC291D
Complementary color
Monochromatic Colors of #EC291D
Black with #EC291D
Text Example
Text Example
White with #EC291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC291D; }
p { color: rgb(236,41,29); }
H1.HeaderClassName
{
color: #EC291D;
}
.AnyTagClassName
{
color: #EC291D;
}
</style>
background-color css
<style>
a { background-color: #EC291D; }
a { background-color: rgb(236,41,29); }
div.DivClassName
{
background-color: #EC291D;
}
.BgClassName
{
background-color: #EC291D;
}
</style>
border-color css
<style>
span { border-color: #EC291D; }
span { border-color: rgb(236,41,29); }
td.TdClassName
{
border-color: #EC291D;
}
.TagClassName
{
border-color: #EC291D;
}
</style>