Shades of Cinnabar #EC4D1D
Tints of Cinnabar #EC4D1D
RGB
CMYK
RGB Variations
Color information
#EC4D1D (or 0xEC4D1D) is known color: Cinnabar. HEX triplet: EC, 4D and 1D. RGB value is (236,77,29). Sum of RGB (Red+Green+Blue) = 236+77+29=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D1D is #13B2E2. Grayscale: #777777. Windows color (decimal): -1290979 or 1920492. OLE color: 1920492.
HSL color Cylindrical-coordinate representation of color #EC4D1D: hue angle of 13.91º 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 #EC4D1D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.07 |
| HSL | 13.91º | 0.84% | 0.52% | - |
| HSV(B) | 13.91º | 0.88% | 0.93% | - |
| XYZ | 37.47 | 23.23 | 3.67 | - |
| YUV | 119.07 | 77.18 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 29 | 0 | 0.67 | 0.88 | 0.07 | 13.91 | 0.84 | 0.52 |
| Hex | EC | 4D | 1D | 0 | 43 | 58 | 7 | E | 54 | 34 |
| Octal | 354 | 115 | 35 | 0 | 103 | 130 | 7 | 16 | 124 | 64 |
| Binary | 11101100 | 1001101 | 11101 | 0 | 1000011 | 1011000 | 111 | 1110 | 1010100 | 110100 |
Color Harmonies of #EC4D1D
Complementary color
Monochromatic Colors of #EC4D1D
Black with #EC4D1D
Text Example
Text Example
White with #EC4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D1D; }
p { color: rgb(236,77,29); }
H1.HeaderClassName
{
color: #EC4D1D;
}
.AnyTagClassName
{
color: #EC4D1D;
}
</style>
background-color css
<style>
a { background-color: #EC4D1D; }
a { background-color: rgb(236,77,29); }
div.DivClassName
{
background-color: #EC4D1D;
}
.BgClassName
{
background-color: #EC4D1D;
}
</style>
border-color css
<style>
span { border-color: #EC4D1D; }
span { border-color: rgb(236,77,29); }
td.TdClassName
{
border-color: #EC4D1D;
}
.TagClassName
{
border-color: #EC4D1D;
}
</style>