Shades of Cinnabar #E34821
Tints of Cinnabar #E34821
RGB
CMYK
RGB Variations
Color information
#E34821 (or 0xE34821) is known color: Cinnabar. HEX triplet: E3, 48 and 21. RGB value is (227,72,33). Sum of RGB (Red+Green+Blue) = 227+72+33=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E34821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34821 is #1CB7DE. Grayscale: #727272. Windows color (decimal): -1882079 or 2181347. OLE color: 2181347.
HSL color Cylindrical-coordinate representation of color #E34821: hue angle of 12.06º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E34821 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.11 |
| HSL | 12.06º | 0.78% | 0.51% | - |
| HSV(B) | 12.06º | 0.85% | 0.89% | - |
| XYZ | 34.27 | 21.08 | 3.7 | - |
| YUV | 113.9 | 82.35 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 33 | 0 | 0.68 | 0.85 | 0.11 | 12.06 | 0.78 | 0.51 |
| Hex | E3 | 48 | 21 | 0 | 44 | 55 | B | C | 4E | 33 |
| Octal | 343 | 110 | 41 | 0 | 104 | 125 | 13 | 14 | 116 | 63 |
| Binary | 11100011 | 1001000 | 100001 | 0 | 1000100 | 1010101 | 1011 | 1100 | 1001110 | 110011 |
Color Harmonies of #E34821
Complementary color
Monochromatic Colors of #E34821
Black with #E34821
Text Example
Text Example
White with #E34821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34821; }
p { color: rgb(227,72,33); }
H1.HeaderClassName
{
color: #E34821;
}
.AnyTagClassName
{
color: #E34821;
}
</style>
background-color css
<style>
a { background-color: #E34821; }
a { background-color: rgb(227,72,33); }
div.DivClassName
{
background-color: #E34821;
}
.BgClassName
{
background-color: #E34821;
}
</style>
border-color css
<style>
span { border-color: #E34821; }
span { border-color: rgb(227,72,33); }
td.TdClassName
{
border-color: #E34821;
}
.TagClassName
{
border-color: #E34821;
}
</style>