Shades of Cinnabar #EC5236
Tints of Cinnabar #EC5236
RGB
CMYK
RGB Variations
Color information
#EC5236 (or 0xEC5236) is known color: Cinnabar. HEX triplet: EC, 52 and 36. RGB value is (236,82,54). Sum of RGB (Red+Green+Blue) = 236+82+54=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5236 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5236 is #13ADC9. Grayscale: #7D7D7D. Windows color (decimal): -1289674 or 3560172. OLE color: 3560172.
HSL color Cylindrical-coordinate representation of color #EC5236: hue angle of 9.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC5236 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 54 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.07 |
| HSL | 9.23º | 0.83% | 0.57% | - |
| HSV(B) | 9.23º | 0.77% | 0.93% | - |
| XYZ | 38.28 | 24.13 | 6.13 | - |
| YUV | 124.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 54 | 0 | 0.65 | 0.77 | 0.07 | 9.23 | 0.83 | 0.57 |
| Hex | EC | 52 | 36 | 0 | 41 | 4D | 7 | 9 | 53 | 39 |
| Octal | 354 | 122 | 66 | 0 | 101 | 115 | 7 | 11 | 123 | 71 |
| Binary | 11101100 | 1010010 | 110110 | 0 | 1000001 | 1001101 | 111 | 1001 | 1010011 | 111001 |
Color Harmonies of #EC5236
Complementary color
Monochromatic Colors of #EC5236
Black with #EC5236
Text Example
Text Example
White with #EC5236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5236; }
p { color: rgb(236,82,54); }
H1.HeaderClassName
{
color: #EC5236;
}
.AnyTagClassName
{
color: #EC5236;
}
</style>
background-color css
<style>
a { background-color: #EC5236; }
a { background-color: rgb(236,82,54); }
div.DivClassName
{
background-color: #EC5236;
}
.BgClassName
{
background-color: #EC5236;
}
</style>
border-color css
<style>
span { border-color: #EC5236; }
span { border-color: rgb(236,82,54); }
td.TdClassName
{
border-color: #EC5236;
}
.TagClassName
{
border-color: #EC5236;
}
</style>