Shades of Cinnabar #EC3635
Tints of Cinnabar #EC3635
RGB
CMYK
RGB Variations
Color information
#EC3635 (or 0xEC3635) is known color: Cinnabar. HEX triplet: EC, 36 and 35. RGB value is (236,54,53). Sum of RGB (Red+Green+Blue) = 236+54+53=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3635 is #13C9CA. Grayscale: #6C6C6C. Windows color (decimal): -1296843 or 3487468. OLE color: 3487468.
HSL color Cylindrical-coordinate representation of color #EC3635: hue angle of 0.33º 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 #EC3635 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 53 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.07 |
| HSL | 0.33º | 0.83% | 0.57% | - |
| HSV(B) | 0.33º | 0.78% | 0.93% | - |
| XYZ | 36.55 | 20.73 | 5.44 | - |
| YUV | 108.3 | 96.8 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 53 | 0 | 0.77 | 0.78 | 0.07 | 0.33 | 0.83 | 0.57 |
| Hex | EC | 36 | 35 | 0 | 4D | 4E | 7 | 0 | 53 | 39 |
| Octal | 354 | 66 | 65 | 0 | 115 | 116 | 7 | 0 | 123 | 71 |
| Binary | 11101100 | 110110 | 110101 | 0 | 1001101 | 1001110 | 111 | 0 | 1010011 | 111001 |
Color Harmonies of #EC3635
Complementary color
Monochromatic Colors of #EC3635
Black with #EC3635
Text Example
Text Example
White with #EC3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3635; }
p { color: rgb(236,54,53); }
H1.HeaderClassName
{
color: #EC3635;
}
.AnyTagClassName
{
color: #EC3635;
}
</style>
background-color css
<style>
a { background-color: #EC3635; }
a { background-color: rgb(236,54,53); }
div.DivClassName
{
background-color: #EC3635;
}
.BgClassName
{
background-color: #EC3635;
}
</style>
border-color css
<style>
span { border-color: #EC3635; }
span { border-color: rgb(236,54,53); }
td.TdClassName
{
border-color: #EC3635;
}
.TagClassName
{
border-color: #EC3635;
}
</style>