Shades of Cinnabar #EC4022
Tints of Cinnabar #EC4022
RGB
CMYK
RGB Variations
Color information
#EC4022 (or 0xEC4022) is known color: Cinnabar. HEX triplet: EC, 40 and 22. RGB value is (236,64,34). Sum of RGB (Red+Green+Blue) = 236+64+34=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4022 is #13BFDD. Grayscale: #707070. Windows color (decimal): -1294302 or 2244844. OLE color: 2244844.
HSL color Cylindrical-coordinate representation of color #EC4022: hue angle of 8.91º 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 #EC4022 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 8.91º | 0.84% | 0.53% | - |
| HSV(B) | 8.91º | 0.86% | 0.93% | - |
| XYZ | 36.71 | 21.62 | 3.75 | - |
| YUV | 112.01 | 83.98 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 34 | 0 | 0.73 | 0.86 | 0.07 | 8.91 | 0.84 | 0.53 |
| Hex | EC | 40 | 22 | 0 | 49 | 56 | 7 | 9 | 54 | 35 |
| Octal | 354 | 100 | 42 | 0 | 111 | 126 | 7 | 11 | 124 | 65 |
| Binary | 11101100 | 1000000 | 100010 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010100 | 110101 |
Color Harmonies of #EC4022
Complementary color
Monochromatic Colors of #EC4022
Black with #EC4022
Text Example
Text Example
White with #EC4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4022; }
p { color: rgb(236,64,34); }
H1.HeaderClassName
{
color: #EC4022;
}
.AnyTagClassName
{
color: #EC4022;
}
</style>
background-color css
<style>
a { background-color: #EC4022; }
a { background-color: rgb(236,64,34); }
div.DivClassName
{
background-color: #EC4022;
}
.BgClassName
{
background-color: #EC4022;
}
</style>
border-color css
<style>
span { border-color: #EC4022; }
span { border-color: rgb(236,64,34); }
td.TdClassName
{
border-color: #EC4022;
}
.TagClassName
{
border-color: #EC4022;
}
</style>