Shades of Cinnabar #EC5326
Tints of Cinnabar #EC5326
RGB
CMYK
RGB Variations
Color information
#EC5326 (or 0xEC5326) is known color: Cinnabar. HEX triplet: EC, 53 and 26. RGB value is (236,83,38). Sum of RGB (Red+Green+Blue) = 236+83+38=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5326 is #13ACD9. Grayscale: #7B7B7B. Windows color (decimal): -1289434 or 2511852. OLE color: 2511852.
HSL color Cylindrical-coordinate representation of color #EC5326: hue angle of 13.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC5326 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 38 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.07 |
| HSL | 13.64º | 0.84% | 0.54% | - |
| HSV(B) | 13.64º | 0.84% | 0.93% | - |
| XYZ | 38.04 | 24.16 | 4.49 | - |
| YUV | 123.62 | 79.69 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 38 | 0 | 0.65 | 0.84 | 0.07 | 13.64 | 0.84 | 0.54 |
| Hex | EC | 53 | 26 | 0 | 41 | 54 | 7 | E | 54 | 36 |
| Octal | 354 | 123 | 46 | 0 | 101 | 124 | 7 | 16 | 124 | 66 |
| Binary | 11101100 | 1010011 | 100110 | 0 | 1000001 | 1010100 | 111 | 1110 | 1010100 | 110110 |
Color Harmonies of #EC5326
Complementary color
Monochromatic Colors of #EC5326
Black with #EC5326
Text Example
Text Example
White with #EC5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5326; }
p { color: rgb(236,83,38); }
H1.HeaderClassName
{
color: #EC5326;
}
.AnyTagClassName
{
color: #EC5326;
}
</style>
background-color css
<style>
a { background-color: #EC5326; }
a { background-color: rgb(236,83,38); }
div.DivClassName
{
background-color: #EC5326;
}
.BgClassName
{
background-color: #EC5326;
}
</style>
border-color css
<style>
span { border-color: #EC5326; }
span { border-color: rgb(236,83,38); }
td.TdClassName
{
border-color: #EC5326;
}
.TagClassName
{
border-color: #EC5326;
}
</style>