Shades of Cinnabar #E45328
Tints of Cinnabar #E45328
RGB
CMYK
RGB Variations
Color information
#E45328 (or 0xE45328) is known color: Cinnabar. HEX triplet: E4, 53 and 28. RGB value is (228,83,40). Sum of RGB (Red+Green+Blue) = 228+83+40=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E45328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45328 is #1BACD7. Grayscale: #797979. Windows color (decimal): -1813720 or 2642916. OLE color: 2642916.
HSL color Cylindrical-coordinate representation of color #E45328: hue angle of 13.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E45328 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 40 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.11 |
| HSL | 13.72º | 0.78% | 0.53% | - |
| HSV(B) | 13.72º | 0.82% | 0.89% | - |
| XYZ | 35.47 | 22.83 | 4.55 | - |
| YUV | 121.45 | 82.04 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 40 | 0 | 0.64 | 0.82 | 0.11 | 13.72 | 0.78 | 0.53 |
| Hex | E4 | 53 | 28 | 0 | 40 | 52 | B | E | 4E | 35 |
| Octal | 344 | 123 | 50 | 0 | 100 | 122 | 13 | 16 | 116 | 65 |
| Binary | 11100100 | 1010011 | 101000 | 0 | 1000000 | 1010010 | 1011 | 1110 | 1001110 | 110101 |
Color Harmonies of #E45328
Complementary color
Monochromatic Colors of #E45328
Black with #E45328
Text Example
Text Example
White with #E45328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45328; }
p { color: rgb(228,83,40); }
H1.HeaderClassName
{
color: #E45328;
}
.AnyTagClassName
{
color: #E45328;
}
</style>
background-color css
<style>
a { background-color: #E45328; }
a { background-color: rgb(228,83,40); }
div.DivClassName
{
background-color: #E45328;
}
.BgClassName
{
background-color: #E45328;
}
</style>
border-color css
<style>
span { border-color: #E45328; }
span { border-color: rgb(228,83,40); }
td.TdClassName
{
border-color: #E45328;
}
.TagClassName
{
border-color: #E45328;
}
</style>