Shades of Cinnabar #E45326
Tints of Cinnabar #E45326
RGB
CMYK
RGB Variations
Color information
#E45326 (or 0xE45326) is known color: Cinnabar. HEX triplet: E4, 53 and 26. RGB value is (228,83,38). Sum of RGB (Red+Green+Blue) = 228+83+38=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E45326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45326 is #1BACD9. Grayscale: #797979. Windows color (decimal): -1813722 or 2511844. OLE color: 2511844.
HSL color Cylindrical-coordinate representation of color #E45326: hue angle of 14.21º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E45326 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 38 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.11 |
| HSL | 14.21º | 0.78% | 0.52% | - |
| HSV(B) | 14.21º | 0.83% | 0.89% | - |
| XYZ | 35.44 | 22.82 | 4.37 | - |
| YUV | 121.23 | 81.04 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 38 | 0 | 0.64 | 0.83 | 0.11 | 14.21 | 0.78 | 0.52 |
| Hex | E4 | 53 | 26 | 0 | 40 | 53 | B | E | 4E | 34 |
| Octal | 344 | 123 | 46 | 0 | 100 | 123 | 13 | 16 | 116 | 64 |
| Binary | 11100100 | 1010011 | 100110 | 0 | 1000000 | 1010011 | 1011 | 1110 | 1001110 | 110100 |
Color Harmonies of #E45326
Complementary color
Monochromatic Colors of #E45326
Black with #E45326
Text Example
Text Example
White with #E45326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45326; }
p { color: rgb(228,83,38); }
H1.HeaderClassName
{
color: #E45326;
}
.AnyTagClassName
{
color: #E45326;
}
</style>
background-color css
<style>
a { background-color: #E45326; }
a { background-color: rgb(228,83,38); }
div.DivClassName
{
background-color: #E45326;
}
.BgClassName
{
background-color: #E45326;
}
</style>
border-color css
<style>
span { border-color: #E45326; }
span { border-color: rgb(228,83,38); }
td.TdClassName
{
border-color: #E45326;
}
.TagClassName
{
border-color: #E45326;
}
</style>