Shades of Cinnabar #EC4E34
Tints of Cinnabar #EC4E34
RGB
CMYK
RGB Variations
Color information
#EC4E34 (or 0xEC4E34) is known color: Cinnabar. HEX triplet: EC, 4E and 34. RGB value is (236,78,52). Sum of RGB (Red+Green+Blue) = 236+78+52=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4E34 is #13B1CB. Grayscale: #7A7A7A. Windows color (decimal): -1290700 or 3428076. OLE color: 3428076.
HSL color Cylindrical-coordinate representation of color #EC4E34: hue angle of 8.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC4E34 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 52 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.07 |
| HSL | 8.48º | 0.83% | 0.56% | - |
| HSV(B) | 8.48º | 0.78% | 0.93% | - |
| XYZ | 37.94 | 23.53 | 5.79 | - |
| YUV | 122.28 | 88.35 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 52 | 0 | 0.67 | 0.78 | 0.07 | 8.48 | 0.83 | 0.56 |
| Hex | EC | 4E | 34 | 0 | 43 | 4E | 7 | 8 | 53 | 38 |
| Octal | 354 | 116 | 64 | 0 | 103 | 116 | 7 | 10 | 123 | 70 |
| Binary | 11101100 | 1001110 | 110100 | 0 | 1000011 | 1001110 | 111 | 1000 | 1010011 | 111000 |
Color Harmonies of #EC4E34
Complementary color
Monochromatic Colors of #EC4E34
Black with #EC4E34
Text Example
Text Example
White with #EC4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E34; }
p { color: rgb(236,78,52); }
H1.HeaderClassName
{
color: #EC4E34;
}
.AnyTagClassName
{
color: #EC4E34;
}
</style>
background-color css
<style>
a { background-color: #EC4E34; }
a { background-color: rgb(236,78,52); }
div.DivClassName
{
background-color: #EC4E34;
}
.BgClassName
{
background-color: #EC4E34;
}
</style>
border-color css
<style>
span { border-color: #EC4E34; }
span { border-color: rgb(236,78,52); }
td.TdClassName
{
border-color: #EC4E34;
}
.TagClassName
{
border-color: #EC4E34;
}
</style>