Shades of Cinnabar #EC4922
Tints of Cinnabar #EC4922
RGB
CMYK
RGB Variations
Color information
#EC4922 (or 0xEC4922) is known color: Cinnabar. HEX triplet: EC, 49 and 22. RGB value is (236,73,34). Sum of RGB (Red+Green+Blue) = 236+73+34=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4922 is #13B6DD. Grayscale: #757575. Windows color (decimal): -1291998 or 2247148. OLE color: 2247148.
HSL color Cylindrical-coordinate representation of color #EC4922: hue angle of 11.58º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC4922 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 34 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.07 |
| HSL | 11.58º | 0.84% | 0.53% | - |
| HSV(B) | 11.58º | 0.86% | 0.93% | - |
| XYZ | 37.26 | 22.71 | 3.93 | - |
| YUV | 117.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 34 | 0 | 0.69 | 0.86 | 0.07 | 11.58 | 0.84 | 0.53 |
| Hex | EC | 49 | 22 | 0 | 45 | 56 | 7 | C | 54 | 35 |
| Octal | 354 | 111 | 42 | 0 | 105 | 126 | 7 | 14 | 124 | 65 |
| Binary | 11101100 | 1001001 | 100010 | 0 | 1000101 | 1010110 | 111 | 1100 | 1010100 | 110101 |
Color Harmonies of #EC4922
Complementary color
Monochromatic Colors of #EC4922
Black with #EC4922
Text Example
Text Example
White with #EC4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4922; }
p { color: rgb(236,73,34); }
H1.HeaderClassName
{
color: #EC4922;
}
.AnyTagClassName
{
color: #EC4922;
}
</style>
background-color css
<style>
a { background-color: #EC4922; }
a { background-color: rgb(236,73,34); }
div.DivClassName
{
background-color: #EC4922;
}
.BgClassName
{
background-color: #EC4922;
}
</style>
border-color css
<style>
span { border-color: #EC4922; }
span { border-color: rgb(236,73,34); }
td.TdClassName
{
border-color: #EC4922;
}
.TagClassName
{
border-color: #EC4922;
}
</style>