Shades of Cinnabar #EC4236
Tints of Cinnabar #EC4236
RGB
CMYK
RGB Variations
Color information
#EC4236 (or 0xEC4236) is known color: Cinnabar. HEX triplet: EC, 42 and 36. RGB value is (236,66,54). Sum of RGB (Red+Green+Blue) = 236+66+54=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4236 is #13BDC9. Grayscale: #737373. Windows color (decimal): -1293770 or 3556076. OLE color: 3556076.
HSL color Cylindrical-coordinate representation of color #EC4236: hue angle of 3.96º 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 #EC4236 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 54 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.07 |
| HSL | 3.96º | 0.83% | 0.57% | - |
| HSV(B) | 3.96º | 0.77% | 0.93% | - |
| XYZ | 37.21 | 22 | 5.77 | - |
| YUV | 115.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 54 | 0 | 0.72 | 0.77 | 0.07 | 3.96 | 0.83 | 0.57 |
| Hex | EC | 42 | 36 | 0 | 48 | 4D | 7 | 4 | 53 | 39 |
| Octal | 354 | 102 | 66 | 0 | 110 | 115 | 7 | 4 | 123 | 71 |
| Binary | 11101100 | 1000010 | 110110 | 0 | 1001000 | 1001101 | 111 | 100 | 1010011 | 111001 |
Color Harmonies of #EC4236
Complementary color
Monochromatic Colors of #EC4236
Black with #EC4236
Text Example
Text Example
White with #EC4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4236; }
p { color: rgb(236,66,54); }
H1.HeaderClassName
{
color: #EC4236;
}
.AnyTagClassName
{
color: #EC4236;
}
</style>
background-color css
<style>
a { background-color: #EC4236; }
a { background-color: rgb(236,66,54); }
div.DivClassName
{
background-color: #EC4236;
}
.BgClassName
{
background-color: #EC4236;
}
</style>
border-color css
<style>
span { border-color: #EC4236; }
span { border-color: rgb(236,66,54); }
td.TdClassName
{
border-color: #EC4236;
}
.TagClassName
{
border-color: #EC4236;
}
</style>