Shades of Cinnabar #EC4622
Tints of Cinnabar #EC4622
RGB
CMYK
RGB Variations
Color information
#EC4622 (or 0xEC4622) is known color: Cinnabar. HEX triplet: EC, 46 and 22. RGB value is (236,70,34). Sum of RGB (Red+Green+Blue) = 236+70+34=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4622 is #13B9DD. Grayscale: #737373. Windows color (decimal): -1292766 or 2246380. OLE color: 2246380.
HSL color Cylindrical-coordinate representation of color #EC4622: hue angle of 10.69º 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 #EC4622 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 34 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.07 |
| HSL | 10.69º | 0.84% | 0.53% | - |
| HSV(B) | 10.69º | 0.86% | 0.93% | - |
| XYZ | 37.07 | 22.33 | 3.87 | - |
| YUV | 115.53 | 82 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 34 | 0 | 0.70 | 0.86 | 0.07 | 10.69 | 0.84 | 0.53 |
| Hex | EC | 46 | 22 | 0 | 46 | 56 | 7 | B | 54 | 35 |
| Octal | 354 | 106 | 42 | 0 | 106 | 126 | 7 | 13 | 124 | 65 |
| Binary | 11101100 | 1000110 | 100010 | 0 | 1000110 | 1010110 | 111 | 1011 | 1010100 | 110101 |
Color Harmonies of #EC4622
Complementary color
Monochromatic Colors of #EC4622
Black with #EC4622
Text Example
Text Example
White with #EC4622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4622; }
p { color: rgb(236,70,34); }
H1.HeaderClassName
{
color: #EC4622;
}
.AnyTagClassName
{
color: #EC4622;
}
</style>
background-color css
<style>
a { background-color: #EC4622; }
a { background-color: rgb(236,70,34); }
div.DivClassName
{
background-color: #EC4622;
}
.BgClassName
{
background-color: #EC4622;
}
</style>
border-color css
<style>
span { border-color: #EC4622; }
span { border-color: rgb(236,70,34); }
td.TdClassName
{
border-color: #EC4622;
}
.TagClassName
{
border-color: #EC4622;
}
</style>