Shades of Cinnabar #EC4C1D
Tints of Cinnabar #EC4C1D
RGB
CMYK
RGB Variations
Color information
#EC4C1D (or 0xEC4C1D) is known color: Cinnabar. HEX triplet: EC, 4C and 1D. RGB value is (236,76,29). Sum of RGB (Red+Green+Blue) = 236+76+29=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C1D is #13B3E2. Grayscale: #767676. Windows color (decimal): -1291235 or 1920236. OLE color: 1920236.
HSL color Cylindrical-coordinate representation of color #EC4C1D: hue angle of 13.62º 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 #EC4C1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 29 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.07 |
| HSL | 13.62º | 0.84% | 0.52% | - |
| HSV(B) | 13.62º | 0.88% | 0.93% | - |
| XYZ | 37.4 | 23.09 | 3.65 | - |
| YUV | 118.48 | 77.51 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 29 | 0 | 0.68 | 0.88 | 0.07 | 13.62 | 0.84 | 0.52 |
| Hex | EC | 4C | 1D | 0 | 44 | 58 | 7 | E | 54 | 34 |
| Octal | 354 | 114 | 35 | 0 | 104 | 130 | 7 | 16 | 124 | 64 |
| Binary | 11101100 | 1001100 | 11101 | 0 | 1000100 | 1011000 | 111 | 1110 | 1010100 | 110100 |
Color Harmonies of #EC4C1D
Complementary color
Monochromatic Colors of #EC4C1D
Black with #EC4C1D
Text Example
Text Example
White with #EC4C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C1D; }
p { color: rgb(236,76,29); }
H1.HeaderClassName
{
color: #EC4C1D;
}
.AnyTagClassName
{
color: #EC4C1D;
}
</style>
background-color css
<style>
a { background-color: #EC4C1D; }
a { background-color: rgb(236,76,29); }
div.DivClassName
{
background-color: #EC4C1D;
}
.BgClassName
{
background-color: #EC4C1D;
}
</style>
border-color css
<style>
span { border-color: #EC4C1D; }
span { border-color: rgb(236,76,29); }
td.TdClassName
{
border-color: #EC4C1D;
}
.TagClassName
{
border-color: #EC4C1D;
}
</style>