Shades of Cinnabar #E45329
Tints of Cinnabar #E45329
RGB
CMYK
RGB Variations
Color information
#E45329 (or 0xE45329) is known color: Cinnabar. HEX triplet: E4, 53 and 29. RGB value is (228,83,41). Sum of RGB (Red+Green+Blue) = 228+83+41=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E45329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45329 is #1BACD6. Grayscale: #797979. Windows color (decimal): -1813719 or 2708452. OLE color: 2708452.
HSL color Cylindrical-coordinate representation of color #E45329: hue angle of 13.48º 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 #E45329 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 41 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.11 |
| HSL | 13.48º | 0.78% | 0.53% | - |
| HSV(B) | 13.48º | 0.82% | 0.89% | - |
| XYZ | 35.49 | 22.84 | 4.64 | - |
| YUV | 121.57 | 82.54 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 41 | 0 | 0.64 | 0.82 | 0.11 | 13.48 | 0.78 | 0.53 |
| Hex | E4 | 53 | 29 | 0 | 40 | 52 | B | D | 4E | 35 |
| Octal | 344 | 123 | 51 | 0 | 100 | 122 | 13 | 15 | 116 | 65 |
| Binary | 11100100 | 1010011 | 101001 | 0 | 1000000 | 1010010 | 1011 | 1101 | 1001110 | 110101 |
Color Harmonies of #E45329
Complementary color
Monochromatic Colors of #E45329
Black with #E45329
Text Example
Text Example
White with #E45329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45329; }
p { color: rgb(228,83,41); }
H1.HeaderClassName
{
color: #E45329;
}
.AnyTagClassName
{
color: #E45329;
}
</style>
background-color css
<style>
a { background-color: #E45329; }
a { background-color: rgb(228,83,41); }
div.DivClassName
{
background-color: #E45329;
}
.BgClassName
{
background-color: #E45329;
}
</style>
border-color css
<style>
span { border-color: #E45329; }
span { border-color: rgb(228,83,41); }
td.TdClassName
{
border-color: #E45329;
}
.TagClassName
{
border-color: #E45329;
}
</style>