Shades of Cinnabar #EC4832
Tints of Cinnabar #EC4832
RGB
CMYK
RGB Variations
Color information
#EC4832 (or 0xEC4832) is known color: Cinnabar. HEX triplet: EC, 48 and 32. RGB value is (236,72,50). Sum of RGB (Red+Green+Blue) = 236+72+50=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4832 is #13B7CD. Grayscale: #767676. Windows color (decimal): -1292238 or 3295468. OLE color: 3295468.
HSL color Cylindrical-coordinate representation of color #EC4832: hue angle of 7.1º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC4832 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 50 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.07 |
| HSL | 7.1º | 0.83% | 0.56% | - |
| HSV(B) | 7.1º | 0.79% | 0.93% | - |
| XYZ | 37.49 | 22.7 | 5.42 | - |
| YUV | 118.53 | 89.33 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 50 | 0 | 0.69 | 0.79 | 0.07 | 7.1 | 0.83 | 0.56 |
| Hex | EC | 48 | 32 | 0 | 45 | 4F | 7 | 7 | 53 | 38 |
| Octal | 354 | 110 | 62 | 0 | 105 | 117 | 7 | 7 | 123 | 70 |
| Binary | 11101100 | 1001000 | 110010 | 0 | 1000101 | 1001111 | 111 | 111 | 1010011 | 111000 |
Color Harmonies of #EC4832
Complementary color
Monochromatic Colors of #EC4832
Black with #EC4832
Text Example
Text Example
White with #EC4832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4832; }
p { color: rgb(236,72,50); }
H1.HeaderClassName
{
color: #EC4832;
}
.AnyTagClassName
{
color: #EC4832;
}
</style>
background-color css
<style>
a { background-color: #EC4832; }
a { background-color: rgb(236,72,50); }
div.DivClassName
{
background-color: #EC4832;
}
.BgClassName
{
background-color: #EC4832;
}
</style>
border-color css
<style>
span { border-color: #EC4832; }
span { border-color: rgb(236,72,50); }
td.TdClassName
{
border-color: #EC4832;
}
.TagClassName
{
border-color: #EC4832;
}
</style>