Shades of Cinnabar #EC5335
Tints of Cinnabar #EC5335
RGB
CMYK
RGB Variations
Color information
#EC5335 (or 0xEC5335) is known color: Cinnabar. HEX triplet: EC, 53 and 35. RGB value is (236,83,53). Sum of RGB (Red+Green+Blue) = 236+83+53=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5335 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5335 is #13ACCA. Grayscale: #7D7D7D. Windows color (decimal): -1289419 or 3494892. OLE color: 3494892.
HSL color Cylindrical-coordinate representation of color #EC5335: hue angle of 9.84º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC5335 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 53 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.07 |
| HSL | 9.84º | 0.83% | 0.57% | - |
| HSV(B) | 9.84º | 0.78% | 0.93% | - |
| XYZ | 38.33 | 24.28 | 6.03 | - |
| YUV | 125.33 | 87.19 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 53 | 0 | 0.65 | 0.78 | 0.07 | 9.84 | 0.83 | 0.57 |
| Hex | EC | 53 | 35 | 0 | 41 | 4E | 7 | A | 53 | 39 |
| Octal | 354 | 123 | 65 | 0 | 101 | 116 | 7 | 12 | 123 | 71 |
| Binary | 11101100 | 1010011 | 110101 | 0 | 1000001 | 1001110 | 111 | 1010 | 1010011 | 111001 |
Color Harmonies of #EC5335
Complementary color
Monochromatic Colors of #EC5335
Black with #EC5335
Text Example
Text Example
White with #EC5335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5335; }
p { color: rgb(236,83,53); }
H1.HeaderClassName
{
color: #EC5335;
}
.AnyTagClassName
{
color: #EC5335;
}
</style>
background-color css
<style>
a { background-color: #EC5335; }
a { background-color: rgb(236,83,53); }
div.DivClassName
{
background-color: #EC5335;
}
.BgClassName
{
background-color: #EC5335;
}
</style>
border-color css
<style>
span { border-color: #EC5335; }
span { border-color: rgb(236,83,53); }
td.TdClassName
{
border-color: #EC5335;
}
.TagClassName
{
border-color: #EC5335;
}
</style>