Shades of Cinnabar #EC391A
Tints of Cinnabar #EC391A
RGB
CMYK
RGB Variations
Color information
#EC391A (or 0xEC391A) is known color: Cinnabar. HEX triplet: EC, 39 and 1A. RGB value is (236,57,26). Sum of RGB (Red+Green+Blue) = 236+57+26=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC391A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC391A is #13C6E5. Grayscale: #6B6B6B. Windows color (decimal): -1296102 or 1718764. OLE color: 1718764.
HSL color Cylindrical-coordinate representation of color #EC391A: hue angle of 8.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC391A is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 26 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.07 |
| HSL | 8.86º | 0.85% | 0.51% | - |
| HSV(B) | 8.86º | 0.89% | 0.93% | - |
| XYZ | 36.24 | 20.83 | 3.09 | - |
| YUV | 106.99 | 82.3 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 26 | 0 | 0.76 | 0.89 | 0.07 | 8.86 | 0.85 | 0.51 |
| Hex | EC | 39 | 1A | 0 | 4C | 59 | 7 | 9 | 55 | 33 |
| Octal | 354 | 71 | 32 | 0 | 114 | 131 | 7 | 11 | 125 | 63 |
| Binary | 11101100 | 111001 | 11010 | 0 | 1001100 | 1011001 | 111 | 1001 | 1010101 | 110011 |
Color Harmonies of #EC391A
Complementary color
Monochromatic Colors of #EC391A
Black with #EC391A
Text Example
Text Example
White with #EC391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC391A; }
p { color: rgb(236,57,26); }
H1.HeaderClassName
{
color: #EC391A;
}
.AnyTagClassName
{
color: #EC391A;
}
</style>
background-color css
<style>
a { background-color: #EC391A; }
a { background-color: rgb(236,57,26); }
div.DivClassName
{
background-color: #EC391A;
}
.BgClassName
{
background-color: #EC391A;
}
</style>
border-color css
<style>
span { border-color: #EC391A; }
span { border-color: rgb(236,57,26); }
td.TdClassName
{
border-color: #EC391A;
}
.TagClassName
{
border-color: #EC391A;
}
</style>