Shades of Cinnabar #E45323
Tints of Cinnabar #E45323
RGB
CMYK
RGB Variations
Color information
#E45323 (or 0xE45323) is known color: Cinnabar. HEX triplet: E4, 53 and 23. RGB value is (228,83,35). Sum of RGB (Red+Green+Blue) = 228+83+35=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E45323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45323 is #1BACDC. Grayscale: #797979. Windows color (decimal): -1813725 or 2315236. OLE color: 2315236.
HSL color Cylindrical-coordinate representation of color #E45323: hue angle of 14.92º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E45323 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 35 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.11 |
| HSL | 14.92º | 0.78% | 0.52% | - |
| HSV(B) | 14.92º | 0.85% | 0.89% | - |
| XYZ | 35.39 | 22.8 | 4.13 | - |
| YUV | 120.88 | 79.54 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 35 | 0 | 0.64 | 0.85 | 0.11 | 14.92 | 0.78 | 0.52 |
| Hex | E4 | 53 | 23 | 0 | 40 | 55 | B | F | 4E | 34 |
| Octal | 344 | 123 | 43 | 0 | 100 | 125 | 13 | 17 | 116 | 64 |
| Binary | 11100100 | 1010011 | 100011 | 0 | 1000000 | 1010101 | 1011 | 1111 | 1001110 | 110100 |
Color Harmonies of #E45323
Complementary color
Monochromatic Colors of #E45323
Black with #E45323
Text Example
Text Example
White with #E45323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45323; }
p { color: rgb(228,83,35); }
H1.HeaderClassName
{
color: #E45323;
}
.AnyTagClassName
{
color: #E45323;
}
</style>
background-color css
<style>
a { background-color: #E45323; }
a { background-color: rgb(228,83,35); }
div.DivClassName
{
background-color: #E45323;
}
.BgClassName
{
background-color: #E45323;
}
</style>
border-color css
<style>
span { border-color: #E45323; }
span { border-color: rgb(228,83,35); }
td.TdClassName
{
border-color: #E45323;
}
.TagClassName
{
border-color: #E45323;
}
</style>