Shades of Cinnabar #EC5429
Tints of Cinnabar #EC5429
RGB
CMYK
RGB Variations
Color information
#EC5429 (or 0xEC5429) is known color: Cinnabar. HEX triplet: EC, 54 and 29. RGB value is (236,84,41). Sum of RGB (Red+Green+Blue) = 236+84+41=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5429 is #13ABD6. Grayscale: #7C7C7C. Windows color (decimal): -1289175 or 2708716. OLE color: 2708716.
HSL color Cylindrical-coordinate representation of color #EC5429: hue angle of 13.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC5429 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 41 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.07 |
| HSL | 13.23º | 0.84% | 0.54% | - |
| HSV(B) | 13.23º | 0.83% | 0.93% | - |
| XYZ | 38.16 | 24.33 | 4.78 | - |
| YUV | 124.55 | 80.86 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 41 | 0 | 0.64 | 0.83 | 0.07 | 13.23 | 0.84 | 0.54 |
| Hex | EC | 54 | 29 | 0 | 40 | 53 | 7 | D | 54 | 36 |
| Octal | 354 | 124 | 51 | 0 | 100 | 123 | 7 | 15 | 124 | 66 |
| Binary | 11101100 | 1010100 | 101001 | 0 | 1000000 | 1010011 | 111 | 1101 | 1010100 | 110110 |
Color Harmonies of #EC5429
Complementary color
Monochromatic Colors of #EC5429
Black with #EC5429
Text Example
Text Example
White with #EC5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5429; }
p { color: rgb(236,84,41); }
H1.HeaderClassName
{
color: #EC5429;
}
.AnyTagClassName
{
color: #EC5429;
}
</style>
background-color css
<style>
a { background-color: #EC5429; }
a { background-color: rgb(236,84,41); }
div.DivClassName
{
background-color: #EC5429;
}
.BgClassName
{
background-color: #EC5429;
}
</style>
border-color css
<style>
span { border-color: #EC5429; }
span { border-color: rgb(236,84,41); }
td.TdClassName
{
border-color: #EC5429;
}
.TagClassName
{
border-color: #EC5429;
}
</style>