Shades of Cinnabar #EC441D
Tints of Cinnabar #EC441D
RGB
CMYK
RGB Variations
Color information
#EC441D (or 0xEC441D) is known color: Cinnabar. HEX triplet: EC, 44 and 1D. RGB value is (236,68,29). Sum of RGB (Red+Green+Blue) = 236+68+29=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC441D is #13BBE2. Grayscale: #727272. Windows color (decimal): -1293283 or 1918188. OLE color: 1918188.
HSL color Cylindrical-coordinate representation of color #EC441D: hue angle of 11.3º 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 #EC441D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.07 |
| HSL | 11.3º | 0.84% | 0.52% | - |
| HSV(B) | 11.3º | 0.88% | 0.93% | - |
| XYZ | 36.88 | 22.06 | 3.48 | - |
| YUV | 113.79 | 80.16 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 29 | 0 | 0.71 | 0.88 | 0.07 | 11.3 | 0.84 | 0.52 |
| Hex | EC | 44 | 1D | 0 | 47 | 58 | 7 | B | 54 | 34 |
| Octal | 354 | 104 | 35 | 0 | 107 | 130 | 7 | 13 | 124 | 64 |
| Binary | 11101100 | 1000100 | 11101 | 0 | 1000111 | 1011000 | 111 | 1011 | 1010100 | 110100 |
Color Harmonies of #EC441D
Complementary color
Monochromatic Colors of #EC441D
Black with #EC441D
Text Example
Text Example
White with #EC441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC441D; }
p { color: rgb(236,68,29); }
H1.HeaderClassName
{
color: #EC441D;
}
.AnyTagClassName
{
color: #EC441D;
}
</style>
background-color css
<style>
a { background-color: #EC441D; }
a { background-color: rgb(236,68,29); }
div.DivClassName
{
background-color: #EC441D;
}
.BgClassName
{
background-color: #EC441D;
}
</style>
border-color css
<style>
span { border-color: #EC441D; }
span { border-color: rgb(236,68,29); }
td.TdClassName
{
border-color: #EC441D;
}
.TagClassName
{
border-color: #EC441D;
}
</style>