Shades of Cinnabar #EC3616
Tints of Cinnabar #EC3616
RGB
CMYK
RGB Variations
Color information
#EC3616 (or 0xEC3616) is known color: Cinnabar. HEX triplet: EC, 36 and 16. RGB value is (236,54,22). Sum of RGB (Red+Green+Blue) = 236+54+22=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3616 is #13C9E9. Grayscale: #696969. Windows color (decimal): -1296874 or 1455852. OLE color: 1455852.
HSL color Cylindrical-coordinate representation of color #EC3616: hue angle of 8.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC3616 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 22 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.07 |
| HSL | 8.97º | 0.85% | 0.51% | - |
| HSV(B) | 8.97º | 0.91% | 0.93% | - |
| XYZ | 36.06 | 20.53 | 2.82 | - |
| YUV | 104.77 | 81.3 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 22 | 0 | 0.77 | 0.91 | 0.07 | 8.97 | 0.85 | 0.51 |
| Hex | EC | 36 | 16 | 0 | 4D | 5B | 7 | 9 | 55 | 33 |
| Octal | 354 | 66 | 26 | 0 | 115 | 133 | 7 | 11 | 125 | 63 |
| Binary | 11101100 | 110110 | 10110 | 0 | 1001101 | 1011011 | 111 | 1001 | 1010101 | 110011 |
Color Harmonies of #EC3616
Complementary color
Monochromatic Colors of #EC3616
Black with #EC3616
Text Example
Text Example
White with #EC3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3616; }
p { color: rgb(236,54,22); }
H1.HeaderClassName
{
color: #EC3616;
}
.AnyTagClassName
{
color: #EC3616;
}
</style>
background-color css
<style>
a { background-color: #EC3616; }
a { background-color: rgb(236,54,22); }
div.DivClassName
{
background-color: #EC3616;
}
.BgClassName
{
background-color: #EC3616;
}
</style>
border-color css
<style>
span { border-color: #EC3616; }
span { border-color: rgb(236,54,22); }
td.TdClassName
{
border-color: #EC3616;
}
.TagClassName
{
border-color: #EC3616;
}
</style>