Shades of Cinnabar #EC392E
Tints of Cinnabar #EC392E
RGB
CMYK
RGB Variations
Color information
#EC392E (or 0xEC392E) is known color: Cinnabar. HEX triplet: EC, 39 and 2E. RGB value is (236,57,46). Sum of RGB (Red+Green+Blue) = 236+57+46=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC392E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC392E is #13C6D1. Grayscale: #6D6D6D. Windows color (decimal): -1296082 or 3029484. OLE color: 3029484.
HSL color Cylindrical-coordinate representation of color #EC392E: hue angle of 3.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC392E is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 46 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.07 |
| HSL | 3.47º | 0.83% | 0.55% | - |
| HSV(B) | 3.47º | 0.81% | 0.93% | - |
| XYZ | 36.55 | 20.96 | 4.7 | - |
| YUV | 109.27 | 92.3 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 46 | 0 | 0.76 | 0.81 | 0.07 | 3.47 | 0.83 | 0.55 |
| Hex | EC | 39 | 2E | 0 | 4C | 51 | 7 | 3 | 53 | 37 |
| Octal | 354 | 71 | 56 | 0 | 114 | 121 | 7 | 3 | 123 | 67 |
| Binary | 11101100 | 111001 | 101110 | 0 | 1001100 | 1010001 | 111 | 11 | 1010011 | 110111 |
Color Harmonies of #EC392E
Complementary color
Monochromatic Colors of #EC392E
Black with #EC392E
Text Example
Text Example
White with #EC392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC392E; }
p { color: rgb(236,57,46); }
H1.HeaderClassName
{
color: #EC392E;
}
.AnyTagClassName
{
color: #EC392E;
}
</style>
background-color css
<style>
a { background-color: #EC392E; }
a { background-color: rgb(236,57,46); }
div.DivClassName
{
background-color: #EC392E;
}
.BgClassName
{
background-color: #EC392E;
}
</style>
border-color css
<style>
span { border-color: #EC392E; }
span { border-color: rgb(236,57,46); }
td.TdClassName
{
border-color: #EC392E;
}
.TagClassName
{
border-color: #EC392E;
}
</style>