Shades of Cinnabar #EC4639
Tints of Cinnabar #EC4639
RGB
CMYK
RGB Variations
Color information
#EC4639 (or 0xEC4639) is known color: Cinnabar. HEX triplet: EC, 46 and 39. RGB value is (236,70,57). Sum of RGB (Red+Green+Blue) = 236+70+57=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4639 is #13B9C6. Grayscale: #767676. Windows color (decimal): -1292743 or 3753708. OLE color: 3753708.
HSL color Cylindrical-coordinate representation of color #EC4639: hue angle of 4.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 #EC4639 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 57 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.07 |
| HSL | 4.36º | 0.82% | 0.57% | - |
| HSV(B) | 4.36º | 0.76% | 0.93% | - |
| XYZ | 37.52 | 22.51 | 6.24 | - |
| YUV | 118.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 57 | 0 | 0.70 | 0.76 | 0.07 | 4.36 | 0.82 | 0.57 |
| Hex | EC | 46 | 39 | 0 | 46 | 4C | 7 | 4 | 52 | 39 |
| Octal | 354 | 106 | 71 | 0 | 106 | 114 | 7 | 4 | 122 | 71 |
| Binary | 11101100 | 1000110 | 111001 | 0 | 1000110 | 1001100 | 111 | 100 | 1010010 | 111001 |
Color Harmonies of #EC4639
Complementary color
Monochromatic Colors of #EC4639
Black with #EC4639
Text Example
Text Example
White with #EC4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4639; }
p { color: rgb(236,70,57); }
H1.HeaderClassName
{
color: #EC4639;
}
.AnyTagClassName
{
color: #EC4639;
}
</style>
background-color css
<style>
a { background-color: #EC4639; }
a { background-color: rgb(236,70,57); }
div.DivClassName
{
background-color: #EC4639;
}
.BgClassName
{
background-color: #EC4639;
}
</style>
border-color css
<style>
span { border-color: #EC4639; }
span { border-color: rgb(236,70,57); }
td.TdClassName
{
border-color: #EC4639;
}
.TagClassName
{
border-color: #EC4639;
}
</style>