Shades of Cinnabar #E45322
Tints of Cinnabar #E45322
RGB
CMYK
RGB Variations
Color information
#E45322 (or 0xE45322) is known color: Cinnabar. HEX triplet: E4, 53 and 22. RGB value is (228,83,34). Sum of RGB (Red+Green+Blue) = 228+83+34=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E45322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45322 is #1BACDD. Grayscale: #797979. Windows color (decimal): -1813726 or 2249700. OLE color: 2249700.
HSL color Cylindrical-coordinate representation of color #E45322: hue angle of 15.15º 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 #E45322 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 34 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.11 |
| HSL | 15.15º | 0.78% | 0.51% | - |
| HSV(B) | 15.15º | 0.85% | 0.89% | - |
| XYZ | 35.38 | 22.8 | 4.05 | - |
| YUV | 120.77 | 79.04 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 34 | 0 | 0.64 | 0.85 | 0.11 | 15.15 | 0.78 | 0.51 |
| Hex | E4 | 53 | 22 | 0 | 40 | 55 | B | F | 4E | 33 |
| Octal | 344 | 123 | 42 | 0 | 100 | 125 | 13 | 17 | 116 | 63 |
| Binary | 11100100 | 1010011 | 100010 | 0 | 1000000 | 1010101 | 1011 | 1111 | 1001110 | 110011 |
Color Harmonies of #E45322
Complementary color
Monochromatic Colors of #E45322
Black with #E45322
Text Example
Text Example
White with #E45322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45322; }
p { color: rgb(228,83,34); }
H1.HeaderClassName
{
color: #E45322;
}
.AnyTagClassName
{
color: #E45322;
}
</style>
background-color css
<style>
a { background-color: #E45322; }
a { background-color: rgb(228,83,34); }
div.DivClassName
{
background-color: #E45322;
}
.BgClassName
{
background-color: #E45322;
}
</style>
border-color css
<style>
span { border-color: #E45322; }
span { border-color: rgb(228,83,34); }
td.TdClassName
{
border-color: #E45322;
}
.TagClassName
{
border-color: #E45322;
}
</style>