Shades of Cinnabar #EC4932
Tints of Cinnabar #EC4932
RGB
CMYK
RGB Variations
Color information
#EC4932 (or 0xEC4932) is known color: Cinnabar. HEX triplet: EC, 49 and 32. RGB value is (236,73,50). Sum of RGB (Red+Green+Blue) = 236+73+50=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4932 is #13B6CD. Grayscale: #777777. Windows color (decimal): -1291982 or 3295724. OLE color: 3295724.
HSL color Cylindrical-coordinate representation of color #EC4932: hue angle of 7.42º 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 #EC4932 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 50 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.07 |
| HSL | 7.42º | 0.83% | 0.56% | - |
| HSV(B) | 7.42º | 0.79% | 0.93% | - |
| XYZ | 37.55 | 22.83 | 5.44 | - |
| YUV | 119.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 50 | 0 | 0.69 | 0.79 | 0.07 | 7.42 | 0.83 | 0.56 |
| Hex | EC | 49 | 32 | 0 | 45 | 4F | 7 | 7 | 53 | 38 |
| Octal | 354 | 111 | 62 | 0 | 105 | 117 | 7 | 7 | 123 | 70 |
| Binary | 11101100 | 1001001 | 110010 | 0 | 1000101 | 1001111 | 111 | 111 | 1010011 | 111000 |
Color Harmonies of #EC4932
Complementary color
Monochromatic Colors of #EC4932
Black with #EC4932
Text Example
Text Example
White with #EC4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4932; }
p { color: rgb(236,73,50); }
H1.HeaderClassName
{
color: #EC4932;
}
.AnyTagClassName
{
color: #EC4932;
}
</style>
background-color css
<style>
a { background-color: #EC4932; }
a { background-color: rgb(236,73,50); }
div.DivClassName
{
background-color: #EC4932;
}
.BgClassName
{
background-color: #EC4932;
}
</style>
border-color css
<style>
span { border-color: #EC4932; }
span { border-color: rgb(236,73,50); }
td.TdClassName
{
border-color: #EC4932;
}
.TagClassName
{
border-color: #EC4932;
}
</style>