Shades of Cinnabar #EC533A
Tints of Cinnabar #EC533A
RGB
CMYK
RGB Variations
Color information
#EC533A (or 0xEC533A) is known color: Cinnabar. HEX triplet: EC, 53 and 3A. RGB value is (236,83,58). Sum of RGB (Red+Green+Blue) = 236+83+58=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC533A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC533A is #13ACC5. Grayscale: #7E7E7E. Windows color (decimal): -1289414 or 3822572. OLE color: 3822572.
HSL color Cylindrical-coordinate representation of color #EC533A: hue angle of 8.43º 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 #EC533A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 58 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.07 |
| HSL | 8.43º | 0.82% | 0.58% | - |
| HSV(B) | 8.43º | 0.75% | 0.93% | - |
| XYZ | 38.45 | 24.32 | 6.67 | - |
| YUV | 125.9 | 89.69 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 58 | 0 | 0.65 | 0.75 | 0.07 | 8.43 | 0.82 | 0.58 |
| Hex | EC | 53 | 3A | 0 | 41 | 4B | 7 | 8 | 52 | 3A |
| Octal | 354 | 123 | 72 | 0 | 101 | 113 | 7 | 10 | 122 | 72 |
| Binary | 11101100 | 1010011 | 111010 | 0 | 1000001 | 1001011 | 111 | 1000 | 1010010 | 111010 |
Color Harmonies of #EC533A
Complementary color
Monochromatic Colors of #EC533A
Black with #EC533A
Text Example
Text Example
White with #EC533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC533A; }
p { color: rgb(236,83,58); }
H1.HeaderClassName
{
color: #EC533A;
}
.AnyTagClassName
{
color: #EC533A;
}
</style>
background-color css
<style>
a { background-color: #EC533A; }
a { background-color: rgb(236,83,58); }
div.DivClassName
{
background-color: #EC533A;
}
.BgClassName
{
background-color: #EC533A;
}
</style>
border-color css
<style>
span { border-color: #EC533A; }
span { border-color: rgb(236,83,58); }
td.TdClassName
{
border-color: #EC533A;
}
.TagClassName
{
border-color: #EC533A;
}
</style>