Shades of Cinnabar #EC4939
Tints of Cinnabar #EC4939
RGB
CMYK
RGB Variations
Color information
#EC4939 (or 0xEC4939) is known color: Cinnabar. HEX triplet: EC, 49 and 39. RGB value is (236,73,57). Sum of RGB (Red+Green+Blue) = 236+73+57=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4939 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4939 is #13B6C6. Grayscale: #787878. Windows color (decimal): -1291975 or 3754476. OLE color: 3754476.
HSL color Cylindrical-coordinate representation of color #EC4939: hue angle of 5.36º 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 #EC4939 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 57 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.07 |
| HSL | 5.36º | 0.82% | 0.57% | - |
| HSV(B) | 5.36º | 0.76% | 0.93% | - |
| XYZ | 37.71 | 22.89 | 6.3 | - |
| YUV | 119.91 | 92.5 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 57 | 0 | 0.69 | 0.76 | 0.07 | 5.36 | 0.82 | 0.57 |
| Hex | EC | 49 | 39 | 0 | 45 | 4C | 7 | 5 | 52 | 39 |
| Octal | 354 | 111 | 71 | 0 | 105 | 114 | 7 | 5 | 122 | 71 |
| Binary | 11101100 | 1001001 | 111001 | 0 | 1000101 | 1001100 | 111 | 101 | 1010010 | 111001 |
Color Harmonies of #EC4939
Complementary color
Monochromatic Colors of #EC4939
Black with #EC4939
Text Example
Text Example
White with #EC4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4939; }
p { color: rgb(236,73,57); }
H1.HeaderClassName
{
color: #EC4939;
}
.AnyTagClassName
{
color: #EC4939;
}
</style>
background-color css
<style>
a { background-color: #EC4939; }
a { background-color: rgb(236,73,57); }
div.DivClassName
{
background-color: #EC4939;
}
.BgClassName
{
background-color: #EC4939;
}
</style>
border-color css
<style>
span { border-color: #EC4939; }
span { border-color: rgb(236,73,57); }
td.TdClassName
{
border-color: #EC4939;
}
.TagClassName
{
border-color: #EC4939;
}
</style>