Shades of Cinnabar #EC542C
Tints of Cinnabar #EC542C
RGB
CMYK
RGB Variations
Color information
#EC542C (or 0xEC542C) is known color: Cinnabar. HEX triplet: EC, 54 and 2C. RGB value is (236,84,44). Sum of RGB (Red+Green+Blue) = 236+84+44=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC542C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC542C is #13ABD3. Grayscale: #7D7D7D. Windows color (decimal): -1289172 or 2905324. OLE color: 2905324.
HSL color Cylindrical-coordinate representation of color #EC542C: hue angle of 12.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC542C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 44 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.07 |
| HSL | 12.5º | 0.83% | 0.55% | - |
| HSV(B) | 12.5º | 0.81% | 0.93% | - |
| XYZ | 38.22 | 24.36 | 5.07 | - |
| YUV | 124.89 | 82.36 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 44 | 0 | 0.64 | 0.81 | 0.07 | 12.5 | 0.83 | 0.55 |
| Hex | EC | 54 | 2C | 0 | 40 | 51 | 7 | C | 53 | 37 |
| Octal | 354 | 124 | 54 | 0 | 100 | 121 | 7 | 14 | 123 | 67 |
| Binary | 11101100 | 1010100 | 101100 | 0 | 1000000 | 1010001 | 111 | 1100 | 1010011 | 110111 |
Color Harmonies of #EC542C
Complementary color
Monochromatic Colors of #EC542C
Black with #EC542C
Text Example
Text Example
White with #EC542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC542C; }
p { color: rgb(236,84,44); }
H1.HeaderClassName
{
color: #EC542C;
}
.AnyTagClassName
{
color: #EC542C;
}
</style>
background-color css
<style>
a { background-color: #EC542C; }
a { background-color: rgb(236,84,44); }
div.DivClassName
{
background-color: #EC542C;
}
.BgClassName
{
background-color: #EC542C;
}
</style>
border-color css
<style>
span { border-color: #EC542C; }
span { border-color: rgb(236,84,44); }
td.TdClassName
{
border-color: #EC542C;
}
.TagClassName
{
border-color: #EC542C;
}
</style>