Shades of Cinnabar #E45228
Tints of Cinnabar #E45228
RGB
CMYK
RGB Variations
Color information
#E45228 (or 0xE45228) is known color: Cinnabar. HEX triplet: E4, 52 and 28. RGB value is (228,82,40). Sum of RGB (Red+Green+Blue) = 228+82+40=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E45228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45228 is #1BADD7. Grayscale: #797979. Windows color (decimal): -1813976 or 2642660. OLE color: 2642660.
HSL color Cylindrical-coordinate representation of color #E45228: hue angle of 13.4º 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 #E45228 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 40 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.11 |
| HSL | 13.4º | 0.78% | 0.53% | - |
| HSV(B) | 13.4º | 0.82% | 0.89% | - |
| XYZ | 35.4 | 22.68 | 4.52 | - |
| YUV | 120.87 | 82.37 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 40 | 0 | 0.64 | 0.82 | 0.11 | 13.4 | 0.78 | 0.53 |
| Hex | E4 | 52 | 28 | 0 | 40 | 52 | B | D | 4E | 35 |
| Octal | 344 | 122 | 50 | 0 | 100 | 122 | 13 | 15 | 116 | 65 |
| Binary | 11100100 | 1010010 | 101000 | 0 | 1000000 | 1010010 | 1011 | 1101 | 1001110 | 110101 |
Color Harmonies of #E45228
Complementary color
Monochromatic Colors of #E45228
Black with #E45228
Text Example
Text Example
White with #E45228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45228; }
p { color: rgb(228,82,40); }
H1.HeaderClassName
{
color: #E45228;
}
.AnyTagClassName
{
color: #E45228;
}
</style>
background-color css
<style>
a { background-color: #E45228; }
a { background-color: rgb(228,82,40); }
div.DivClassName
{
background-color: #E45228;
}
.BgClassName
{
background-color: #E45228;
}
</style>
border-color css
<style>
span { border-color: #E45228; }
span { border-color: rgb(228,82,40); }
td.TdClassName
{
border-color: #E45228;
}
.TagClassName
{
border-color: #E45228;
}
</style>