Shades of Cinnabar #EC493E
Tints of Cinnabar #EC493E
RGB
CMYK
RGB Variations
Color information
#EC493E (or 0xEC493E) is known color: Cinnabar. HEX triplet: EC, 49 and 3E. RGB value is (236,73,62). Sum of RGB (Red+Green+Blue) = 236+73+62=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC493E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC493E is #13B6C1. Grayscale: #787878. Windows color (decimal): -1291970 or 4082156. OLE color: 4082156.
HSL color Cylindrical-coordinate representation of color #EC493E: hue angle of 3.79º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC493E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 62 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.07 |
| HSL | 3.79º | 0.82% | 0.58% | - |
| HSV(B) | 3.79º | 0.74% | 0.93% | - |
| XYZ | 37.84 | 22.95 | 6.99 | - |
| YUV | 120.48 | 95 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 62 | 0 | 0.69 | 0.74 | 0.07 | 3.79 | 0.82 | 0.58 |
| Hex | EC | 49 | 3E | 0 | 45 | 4A | 7 | 4 | 52 | 3A |
| Octal | 354 | 111 | 76 | 0 | 105 | 112 | 7 | 4 | 122 | 72 |
| Binary | 11101100 | 1001001 | 111110 | 0 | 1000101 | 1001010 | 111 | 100 | 1010010 | 111010 |
Color Harmonies of #EC493E
Complementary color
Monochromatic Colors of #EC493E
Black with #EC493E
Text Example
Text Example
White with #EC493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC493E; }
p { color: rgb(236,73,62); }
H1.HeaderClassName
{
color: #EC493E;
}
.AnyTagClassName
{
color: #EC493E;
}
</style>
background-color css
<style>
a { background-color: #EC493E; }
a { background-color: rgb(236,73,62); }
div.DivClassName
{
background-color: #EC493E;
}
.BgClassName
{
background-color: #EC493E;
}
</style>
border-color css
<style>
span { border-color: #EC493E; }
span { border-color: rgb(236,73,62); }
td.TdClassName
{
border-color: #EC493E;
}
.TagClassName
{
border-color: #EC493E;
}
</style>