Shades of Cinnabar #EC5339
Tints of Cinnabar #EC5339
RGB
CMYK
RGB Variations
Color information
#EC5339 (or 0xEC5339) is known color: Cinnabar. HEX triplet: EC, 53 and 39. RGB value is (236,83,57). Sum of RGB (Red+Green+Blue) = 236+83+57=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5339 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5339 is #13ACC6. Grayscale: #7E7E7E. Windows color (decimal): -1289415 or 3757036. OLE color: 3757036.
HSL color Cylindrical-coordinate representation of color #EC5339: hue angle of 8.72º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC5339 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 57 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.07 |
| HSL | 8.72º | 0.82% | 0.57% | - |
| HSV(B) | 8.72º | 0.76% | 0.93% | - |
| XYZ | 38.42 | 24.31 | 6.54 | - |
| YUV | 125.78 | 89.19 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 57 | 0 | 0.65 | 0.76 | 0.07 | 8.72 | 0.82 | 0.57 |
| Hex | EC | 53 | 39 | 0 | 41 | 4C | 7 | 9 | 52 | 39 |
| Octal | 354 | 123 | 71 | 0 | 101 | 114 | 7 | 11 | 122 | 71 |
| Binary | 11101100 | 1010011 | 111001 | 0 | 1000001 | 1001100 | 111 | 1001 | 1010010 | 111001 |
Color Harmonies of #EC5339
Complementary color
Monochromatic Colors of #EC5339
Black with #EC5339
Text Example
Text Example
White with #EC5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5339; }
p { color: rgb(236,83,57); }
H1.HeaderClassName
{
color: #EC5339;
}
.AnyTagClassName
{
color: #EC5339;
}
</style>
background-color css
<style>
a { background-color: #EC5339; }
a { background-color: rgb(236,83,57); }
div.DivClassName
{
background-color: #EC5339;
}
.BgClassName
{
background-color: #EC5339;
}
</style>
border-color css
<style>
span { border-color: #EC5339; }
span { border-color: rgb(236,83,57); }
td.TdClassName
{
border-color: #EC5339;
}
.TagClassName
{
border-color: #EC5339;
}
</style>