Shades of Cinnabar #EC492C
Tints of Cinnabar #EC492C
RGB
CMYK
RGB Variations
Color information
#EC492C (or 0xEC492C) is known color: Cinnabar. HEX triplet: EC, 49 and 2C. RGB value is (236,73,44). Sum of RGB (Red+Green+Blue) = 236+73+44=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC492C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC492C is #13B6D3. Grayscale: #767676. Windows color (decimal): -1291988 or 2902508. OLE color: 2902508.
HSL color Cylindrical-coordinate representation of color #EC492C: hue angle of 9.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC492C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 44 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.07 |
| HSL | 9.06º | 0.83% | 0.55% | - |
| HSV(B) | 9.06º | 0.81% | 0.93% | - |
| XYZ | 37.43 | 22.78 | 4.81 | - |
| YUV | 118.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 44 | 0 | 0.69 | 0.81 | 0.07 | 9.06 | 0.83 | 0.55 |
| Hex | EC | 49 | 2C | 0 | 45 | 51 | 7 | 9 | 53 | 37 |
| Octal | 354 | 111 | 54 | 0 | 105 | 121 | 7 | 11 | 123 | 67 |
| Binary | 11101100 | 1001001 | 101100 | 0 | 1000101 | 1010001 | 111 | 1001 | 1010011 | 110111 |
Color Harmonies of #EC492C
Complementary color
Monochromatic Colors of #EC492C
Black with #EC492C
Text Example
Text Example
White with #EC492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC492C; }
p { color: rgb(236,73,44); }
H1.HeaderClassName
{
color: #EC492C;
}
.AnyTagClassName
{
color: #EC492C;
}
</style>
background-color css
<style>
a { background-color: #EC492C; }
a { background-color: rgb(236,73,44); }
div.DivClassName
{
background-color: #EC492C;
}
.BgClassName
{
background-color: #EC492C;
}
</style>
border-color css
<style>
span { border-color: #EC492C; }
span { border-color: rgb(236,73,44); }
td.TdClassName
{
border-color: #EC492C;
}
.TagClassName
{
border-color: #EC492C;
}
</style>