Shades of Cinnabar #EC5323
Tints of Cinnabar #EC5323
RGB
CMYK
RGB Variations
Color information
#EC5323 (or 0xEC5323) is known color: Cinnabar. HEX triplet: EC, 53 and 23. RGB value is (236,83,35). Sum of RGB (Red+Green+Blue) = 236+83+35=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5323 is #13ACDC. Grayscale: #7B7B7B. Windows color (decimal): -1289437 or 2315244. OLE color: 2315244.
HSL color Cylindrical-coordinate representation of color #EC5323: hue angle of 14.33º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC5323 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 35 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.07 |
| HSL | 14.33º | 0.84% | 0.53% | - |
| HSV(B) | 14.33º | 0.85% | 0.93% | - |
| XYZ | 37.99 | 24.14 | 4.25 | - |
| YUV | 123.28 | 78.19 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 35 | 0 | 0.65 | 0.85 | 0.07 | 14.33 | 0.84 | 0.53 |
| Hex | EC | 53 | 23 | 0 | 41 | 55 | 7 | E | 54 | 35 |
| Octal | 354 | 123 | 43 | 0 | 101 | 125 | 7 | 16 | 124 | 65 |
| Binary | 11101100 | 1010011 | 100011 | 0 | 1000001 | 1010101 | 111 | 1110 | 1010100 | 110101 |
Color Harmonies of #EC5323
Complementary color
Monochromatic Colors of #EC5323
Black with #EC5323
Text Example
Text Example
White with #EC5323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5323; }
p { color: rgb(236,83,35); }
H1.HeaderClassName
{
color: #EC5323;
}
.AnyTagClassName
{
color: #EC5323;
}
</style>
background-color css
<style>
a { background-color: #EC5323; }
a { background-color: rgb(236,83,35); }
div.DivClassName
{
background-color: #EC5323;
}
.BgClassName
{
background-color: #EC5323;
}
</style>
border-color css
<style>
span { border-color: #EC5323; }
span { border-color: rgb(236,83,35); }
td.TdClassName
{
border-color: #EC5323;
}
.TagClassName
{
border-color: #EC5323;
}
</style>