Shades of Cinnabar #EC523A
Tints of Cinnabar #EC523A
RGB
CMYK
RGB Variations
Color information
#EC523A (or 0xEC523A) is known color: Cinnabar. HEX triplet: EC, 52 and 3A. RGB value is (236,82,58). Sum of RGB (Red+Green+Blue) = 236+82+58=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC523A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC523A is #13ADC5. Grayscale: #7D7D7D. Windows color (decimal): -1289670 or 3822316. OLE color: 3822316.
HSL color Cylindrical-coordinate representation of color #EC523A: hue angle of 8.09º 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 #EC523A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 58 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.07 |
| HSL | 8.09º | 0.82% | 0.58% | - |
| HSV(B) | 8.09º | 0.75% | 0.93% | - |
| XYZ | 38.37 | 24.17 | 6.65 | - |
| YUV | 125.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 58 | 0 | 0.65 | 0.75 | 0.07 | 8.09 | 0.82 | 0.58 |
| Hex | EC | 52 | 3A | 0 | 41 | 4B | 7 | 8 | 52 | 3A |
| Octal | 354 | 122 | 72 | 0 | 101 | 113 | 7 | 10 | 122 | 72 |
| Binary | 11101100 | 1010010 | 111010 | 0 | 1000001 | 1001011 | 111 | 1000 | 1010010 | 111010 |
Color Harmonies of #EC523A
Complementary color
Monochromatic Colors of #EC523A
Black with #EC523A
Text Example
Text Example
White with #EC523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC523A; }
p { color: rgb(236,82,58); }
H1.HeaderClassName
{
color: #EC523A;
}
.AnyTagClassName
{
color: #EC523A;
}
</style>
background-color css
<style>
a { background-color: #EC523A; }
a { background-color: rgb(236,82,58); }
div.DivClassName
{
background-color: #EC523A;
}
.BgClassName
{
background-color: #EC523A;
}
</style>
border-color css
<style>
span { border-color: #EC523A; }
span { border-color: rgb(236,82,58); }
td.TdClassName
{
border-color: #EC523A;
}
.TagClassName
{
border-color: #EC523A;
}
</style>