Shades of Cinnabar #EC4136
Tints of Cinnabar #EC4136
RGB
CMYK
RGB Variations
Color information
#EC4136 (or 0xEC4136) is known color: Cinnabar. HEX triplet: EC, 41 and 36. RGB value is (236,65,54). Sum of RGB (Red+Green+Blue) = 236+65+54=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4136 is #13BEC9. Grayscale: #737373. Windows color (decimal): -1294026 or 3555820. OLE color: 3555820.
HSL color Cylindrical-coordinate representation of color #EC4136: hue angle of 3.63º 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 #EC4136 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 54 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.07 |
| HSL | 3.63º | 0.83% | 0.57% | - |
| HSV(B) | 3.63º | 0.77% | 0.93% | - |
| XYZ | 37.15 | 21.88 | 5.76 | - |
| YUV | 114.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 54 | 0 | 0.72 | 0.77 | 0.07 | 3.63 | 0.83 | 0.57 |
| Hex | EC | 41 | 36 | 0 | 48 | 4D | 7 | 4 | 53 | 39 |
| Octal | 354 | 101 | 66 | 0 | 110 | 115 | 7 | 4 | 123 | 71 |
| Binary | 11101100 | 1000001 | 110110 | 0 | 1001000 | 1001101 | 111 | 100 | 1010011 | 111001 |
Color Harmonies of #EC4136
Complementary color
Monochromatic Colors of #EC4136
Black with #EC4136
Text Example
Text Example
White with #EC4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4136; }
p { color: rgb(236,65,54); }
H1.HeaderClassName
{
color: #EC4136;
}
.AnyTagClassName
{
color: #EC4136;
}
</style>
background-color css
<style>
a { background-color: #EC4136; }
a { background-color: rgb(236,65,54); }
div.DivClassName
{
background-color: #EC4136;
}
.BgClassName
{
background-color: #EC4136;
}
</style>
border-color css
<style>
span { border-color: #EC4136; }
span { border-color: rgb(236,65,54); }
td.TdClassName
{
border-color: #EC4136;
}
.TagClassName
{
border-color: #EC4136;
}
</style>