Shades of Cinnabar #EC331A
Tints of Cinnabar #EC331A
RGB
CMYK
RGB Variations
Color information
#EC331A (or 0xEC331A) is known color: Cinnabar. HEX triplet: EC, 33 and 1A. RGB value is (236,51,26). Sum of RGB (Red+Green+Blue) = 236+51+26=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC331A is #13CCE5. Grayscale: #676767. Windows color (decimal): -1297638 or 1717228. OLE color: 1717228.
HSL color Cylindrical-coordinate representation of color #EC331A: hue angle of 7.14º 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 #EC331A is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 26 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.07 |
| HSL | 7.14º | 0.85% | 0.51% | - |
| HSV(B) | 7.14º | 0.89% | 0.93% | - |
| XYZ | 35.96 | 20.28 | 3 | - |
| YUV | 103.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 26 | 0 | 0.78 | 0.89 | 0.07 | 7.14 | 0.85 | 0.51 |
| Hex | EC | 33 | 1A | 0 | 4E | 59 | 7 | 7 | 55 | 33 |
| Octal | 354 | 63 | 32 | 0 | 116 | 131 | 7 | 7 | 125 | 63 |
| Binary | 11101100 | 110011 | 11010 | 0 | 1001110 | 1011001 | 111 | 111 | 1010101 | 110011 |
Color Harmonies of #EC331A
Complementary color
Monochromatic Colors of #EC331A
Black with #EC331A
Text Example
Text Example
White with #EC331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC331A; }
p { color: rgb(236,51,26); }
H1.HeaderClassName
{
color: #EC331A;
}
.AnyTagClassName
{
color: #EC331A;
}
</style>
background-color css
<style>
a { background-color: #EC331A; }
a { background-color: rgb(236,51,26); }
div.DivClassName
{
background-color: #EC331A;
}
.BgClassName
{
background-color: #EC331A;
}
</style>
border-color css
<style>
span { border-color: #EC331A; }
span { border-color: rgb(236,51,26); }
td.TdClassName
{
border-color: #EC331A;
}
.TagClassName
{
border-color: #EC331A;
}
</style>