Shades of Cinnabar #EC3F36
Tints of Cinnabar #EC3F36
RGB
CMYK
RGB Variations
Color information
#EC3F36 (or 0xEC3F36) is known color: Cinnabar. HEX triplet: EC, 3F and 36. RGB value is (236,63,54). Sum of RGB (Red+Green+Blue) = 236+63+54=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F36 is #13C0C9. Grayscale: #717171. Windows color (decimal): -1294538 or 3555308. OLE color: 3555308.
HSL color Cylindrical-coordinate representation of color #EC3F36: hue angle of 2.97º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3F36 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 54 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.07 |
| HSL | 2.97º | 0.83% | 0.57% | - |
| HSV(B) | 2.97º | 0.77% | 0.93% | - |
| XYZ | 37.04 | 21.65 | 5.72 | - |
| YUV | 113.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 54 | 0 | 0.73 | 0.77 | 0.07 | 2.97 | 0.83 | 0.57 |
| Hex | EC | 3F | 36 | 0 | 49 | 4D | 7 | 3 | 53 | 39 |
| Octal | 354 | 77 | 66 | 0 | 111 | 115 | 7 | 3 | 123 | 71 |
| Binary | 11101100 | 111111 | 110110 | 0 | 1001001 | 1001101 | 111 | 11 | 1010011 | 111001 |
Color Harmonies of #EC3F36
Complementary color
Monochromatic Colors of #EC3F36
Black with #EC3F36
Text Example
Text Example
White with #EC3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F36; }
p { color: rgb(236,63,54); }
H1.HeaderClassName
{
color: #EC3F36;
}
.AnyTagClassName
{
color: #EC3F36;
}
</style>
background-color css
<style>
a { background-color: #EC3F36; }
a { background-color: rgb(236,63,54); }
div.DivClassName
{
background-color: #EC3F36;
}
.BgClassName
{
background-color: #EC3F36;
}
</style>
border-color css
<style>
span { border-color: #EC3F36; }
span { border-color: rgb(236,63,54); }
td.TdClassName
{
border-color: #EC3F36;
}
.TagClassName
{
border-color: #EC3F36;
}
</style>