Shades of Cinnabar #EC5334
Tints of Cinnabar #EC5334
RGB
CMYK
RGB Variations
Color information
#EC5334 (or 0xEC5334) is known color: Cinnabar. HEX triplet: EC, 53 and 34. RGB value is (236,83,52). Sum of RGB (Red+Green+Blue) = 236+83+52=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5334 is #13ACCB. Grayscale: #7D7D7D. Windows color (decimal): -1289420 or 3429356. OLE color: 3429356.
HSL color Cylindrical-coordinate representation of color #EC5334: hue angle of 10.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC5334 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 52 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.07 |
| HSL | 10.11º | 0.83% | 0.56% | - |
| HSV(B) | 10.11º | 0.78% | 0.93% | - |
| XYZ | 38.31 | 24.27 | 5.91 | - |
| YUV | 125.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 52 | 0 | 0.65 | 0.78 | 0.07 | 10.11 | 0.83 | 0.56 |
| Hex | EC | 53 | 34 | 0 | 41 | 4E | 7 | A | 53 | 38 |
| Octal | 354 | 123 | 64 | 0 | 101 | 116 | 7 | 12 | 123 | 70 |
| Binary | 11101100 | 1010011 | 110100 | 0 | 1000001 | 1001110 | 111 | 1010 | 1010011 | 111000 |
Color Harmonies of #EC5334
Complementary color
Monochromatic Colors of #EC5334
Black with #EC5334
Text Example
Text Example
White with #EC5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5334; }
p { color: rgb(236,83,52); }
H1.HeaderClassName
{
color: #EC5334;
}
.AnyTagClassName
{
color: #EC5334;
}
</style>
background-color css
<style>
a { background-color: #EC5334; }
a { background-color: rgb(236,83,52); }
div.DivClassName
{
background-color: #EC5334;
}
.BgClassName
{
background-color: #EC5334;
}
</style>
border-color css
<style>
span { border-color: #EC5334; }
span { border-color: rgb(236,83,52); }
td.TdClassName
{
border-color: #EC5334;
}
.TagClassName
{
border-color: #EC5334;
}
</style>