Shades of Cinnabar #EC523B
Tints of Cinnabar #EC523B
RGB
CMYK
RGB Variations
Color information
#EC523B (or 0xEC523B) is known color: Cinnabar. HEX triplet: EC, 52 and 3B. RGB value is (236,82,59). Sum of RGB (Red+Green+Blue) = 236+82+59=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC523B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC523B is #13ADC4. Grayscale: #7D7D7D. Windows color (decimal): -1289669 or 3887852. OLE color: 3887852.
HSL color Cylindrical-coordinate representation of color #EC523B: hue angle of 7.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC523B is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 59 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.07 |
| HSL | 7.8º | 0.82% | 0.58% | - |
| HSV(B) | 7.8º | 0.75% | 0.93% | - |
| XYZ | 38.4 | 24.18 | 6.78 | - |
| YUV | 125.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 59 | 0 | 0.65 | 0.75 | 0.07 | 7.8 | 0.82 | 0.58 |
| Hex | EC | 52 | 3B | 0 | 41 | 4B | 7 | 8 | 52 | 3A |
| Octal | 354 | 122 | 73 | 0 | 101 | 113 | 7 | 10 | 122 | 72 |
| Binary | 11101100 | 1010010 | 111011 | 0 | 1000001 | 1001011 | 111 | 1000 | 1010010 | 111010 |
Color Harmonies of #EC523B
Complementary color
Monochromatic Colors of #EC523B
Black with #EC523B
Text Example
Text Example
White with #EC523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC523B; }
p { color: rgb(236,82,59); }
H1.HeaderClassName
{
color: #EC523B;
}
.AnyTagClassName
{
color: #EC523B;
}
</style>
background-color css
<style>
a { background-color: #EC523B; }
a { background-color: rgb(236,82,59); }
div.DivClassName
{
background-color: #EC523B;
}
.BgClassName
{
background-color: #EC523B;
}
</style>
border-color css
<style>
span { border-color: #EC523B; }
span { border-color: rgb(236,82,59); }
td.TdClassName
{
border-color: #EC523B;
}
.TagClassName
{
border-color: #EC523B;
}
</style>