Shades of Cinnabar #EC2822
Tints of Cinnabar #EC2822
RGB
CMYK
RGB Variations
Color information
#EC2822 (or 0xEC2822) is known color: Cinnabar. HEX triplet: EC, 28 and 22. RGB value is (236,40,34). Sum of RGB (Red+Green+Blue) = 236+40+34=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2822 is #13D7DD. Grayscale: #626262. Windows color (decimal): -1300446 or 2238700. OLE color: 2238700.
HSL color Cylindrical-coordinate representation of color #EC2822: hue angle of 1.78º 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 #EC2822 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 34 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.07 |
| HSL | 1.78º | 0.84% | 0.53% | - |
| HSV(B) | 1.78º | 0.86% | 0.93% | - |
| XYZ | 35.64 | 19.47 | 3.39 | - |
| YUV | 97.92 | 91.93 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 34 | 0 | 0.83 | 0.86 | 0.07 | 1.78 | 0.84 | 0.53 |
| Hex | EC | 28 | 22 | 0 | 53 | 56 | 7 | 2 | 54 | 35 |
| Octal | 354 | 50 | 42 | 0 | 123 | 126 | 7 | 2 | 124 | 65 |
| Binary | 11101100 | 101000 | 100010 | 0 | 1010011 | 1010110 | 111 | 10 | 1010100 | 110101 |
Color Harmonies of #EC2822
Complementary color
Monochromatic Colors of #EC2822
Black with #EC2822
Text Example
Text Example
White with #EC2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2822; }
p { color: rgb(236,40,34); }
H1.HeaderClassName
{
color: #EC2822;
}
.AnyTagClassName
{
color: #EC2822;
}
</style>
background-color css
<style>
a { background-color: #EC2822; }
a { background-color: rgb(236,40,34); }
div.DivClassName
{
background-color: #EC2822;
}
.BgClassName
{
background-color: #EC2822;
}
</style>
border-color css
<style>
span { border-color: #EC2822; }
span { border-color: rgb(236,40,34); }
td.TdClassName
{
border-color: #EC2822;
}
.TagClassName
{
border-color: #EC2822;
}
</style>