Shades of Cinnabar #EC4722
Tints of Cinnabar #EC4722
RGB
CMYK
RGB Variations
Color information
#EC4722 (or 0xEC4722) is known color: Cinnabar. HEX triplet: EC, 47 and 22. RGB value is (236,71,34). Sum of RGB (Red+Green+Blue) = 236+71+34=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4722 is #13B8DD. Grayscale: #747474. Windows color (decimal): -1292510 or 2246636. OLE color: 2246636.
HSL color Cylindrical-coordinate representation of color #EC4722: hue angle of 10.99º 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 #EC4722 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 34 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.07 |
| HSL | 10.99º | 0.84% | 0.53% | - |
| HSV(B) | 10.99º | 0.86% | 0.93% | - |
| XYZ | 37.13 | 22.45 | 3.89 | - |
| YUV | 116.12 | 81.66 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 34 | 0 | 0.70 | 0.86 | 0.07 | 10.99 | 0.84 | 0.53 |
| Hex | EC | 47 | 22 | 0 | 46 | 56 | 7 | B | 54 | 35 |
| Octal | 354 | 107 | 42 | 0 | 106 | 126 | 7 | 13 | 124 | 65 |
| Binary | 11101100 | 1000111 | 100010 | 0 | 1000110 | 1010110 | 111 | 1011 | 1010100 | 110101 |
Color Harmonies of #EC4722
Complementary color
Monochromatic Colors of #EC4722
Black with #EC4722
Text Example
Text Example
White with #EC4722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4722; }
p { color: rgb(236,71,34); }
H1.HeaderClassName
{
color: #EC4722;
}
.AnyTagClassName
{
color: #EC4722;
}
</style>
background-color css
<style>
a { background-color: #EC4722; }
a { background-color: rgb(236,71,34); }
div.DivClassName
{
background-color: #EC4722;
}
.BgClassName
{
background-color: #EC4722;
}
</style>
border-color css
<style>
span { border-color: #EC4722; }
span { border-color: rgb(236,71,34); }
td.TdClassName
{
border-color: #EC4722;
}
.TagClassName
{
border-color: #EC4722;
}
</style>