Shades of Cinnabar #EC4923
Tints of Cinnabar #EC4923
RGB
CMYK
RGB Variations
Color information
#EC4923 (or 0xEC4923) is known color: Cinnabar. HEX triplet: EC, 49 and 23. RGB value is (236,73,35). Sum of RGB (Red+Green+Blue) = 236+73+35=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4923 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4923 is #13B6DC. Grayscale: #757575. Windows color (decimal): -1291997 or 2312684. OLE color: 2312684.
HSL color Cylindrical-coordinate representation of color #EC4923: hue angle of 11.34º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC4923 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 35 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.07 |
| HSL | 11.34º | 0.84% | 0.53% | - |
| HSV(B) | 11.34º | 0.85% | 0.93% | - |
| XYZ | 37.28 | 22.72 | 4.01 | - |
| YUV | 117.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 35 | 0 | 0.69 | 0.85 | 0.07 | 11.34 | 0.84 | 0.53 |
| Hex | EC | 49 | 23 | 0 | 45 | 55 | 7 | B | 54 | 35 |
| Octal | 354 | 111 | 43 | 0 | 105 | 125 | 7 | 13 | 124 | 65 |
| Binary | 11101100 | 1001001 | 100011 | 0 | 1000101 | 1010101 | 111 | 1011 | 1010100 | 110101 |
Color Harmonies of #EC4923
Complementary color
Monochromatic Colors of #EC4923
Black with #EC4923
Text Example
Text Example
White with #EC4923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4923; }
p { color: rgb(236,73,35); }
H1.HeaderClassName
{
color: #EC4923;
}
.AnyTagClassName
{
color: #EC4923;
}
</style>
background-color css
<style>
a { background-color: #EC4923; }
a { background-color: rgb(236,73,35); }
div.DivClassName
{
background-color: #EC4923;
}
.BgClassName
{
background-color: #EC4923;
}
</style>
border-color css
<style>
span { border-color: #EC4923; }
span { border-color: rgb(236,73,35); }
td.TdClassName
{
border-color: #EC4923;
}
.TagClassName
{
border-color: #EC4923;
}
</style>