Shades of Cinnabar #E45120
Tints of Cinnabar #E45120
RGB
CMYK
RGB Variations
Color information
#E45120 (or 0xE45120) is known color: Cinnabar. HEX triplet: E4, 51 and 20. RGB value is (228,81,32). Sum of RGB (Red+Green+Blue) = 228+81+32=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E45120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45120 is #1BAEDF. Grayscale: #777777. Windows color (decimal): -1814240 or 2118116. OLE color: 2118116.
HSL color Cylindrical-coordinate representation of color #E45120: hue angle of 15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E45120 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 32 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.11 |
| HSL | 15º | 0.78% | 0.51% | - |
| HSV(B) | 15º | 0.86% | 0.89% | - |
| XYZ | 35.2 | 22.48 | 3.85 | - |
| YUV | 119.37 | 78.7 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 32 | 0 | 0.64 | 0.86 | 0.11 | 15 | 0.78 | 0.51 |
| Hex | E4 | 51 | 20 | 0 | 40 | 56 | B | F | 4E | 33 |
| Octal | 344 | 121 | 40 | 0 | 100 | 126 | 13 | 17 | 116 | 63 |
| Binary | 11100100 | 1010001 | 100000 | 0 | 1000000 | 1010110 | 1011 | 1111 | 1001110 | 110011 |
Color Harmonies of #E45120
Complementary color
Monochromatic Colors of #E45120
Black with #E45120
Text Example
Text Example
White with #E45120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45120; }
p { color: rgb(228,81,32); }
H1.HeaderClassName
{
color: #E45120;
}
.AnyTagClassName
{
color: #E45120;
}
</style>
background-color css
<style>
a { background-color: #E45120; }
a { background-color: rgb(228,81,32); }
div.DivClassName
{
background-color: #E45120;
}
.BgClassName
{
background-color: #E45120;
}
</style>
border-color css
<style>
span { border-color: #E45120; }
span { border-color: rgb(228,81,32); }
td.TdClassName
{
border-color: #E45120;
}
.TagClassName
{
border-color: #E45120;
}
</style>