Shades of Cinnabar #E45121
Tints of Cinnabar #E45121
RGB
CMYK
RGB Variations
Color information
#E45121 (or 0xE45121) is known color: Cinnabar. HEX triplet: E4, 51 and 21. RGB value is (228,81,33). Sum of RGB (Red+Green+Blue) = 228+81+33=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E45121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45121 is #1BAEDE. Grayscale: #777777. Windows color (decimal): -1814239 or 2183652. OLE color: 2183652.
HSL color Cylindrical-coordinate representation of color #E45121: hue angle of 14.77º 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 #E45121 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 33 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.11 |
| HSL | 14.77º | 0.78% | 0.51% | - |
| HSV(B) | 14.77º | 0.86% | 0.89% | - |
| XYZ | 35.21 | 22.49 | 3.92 | - |
| YUV | 119.48 | 79.2 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 33 | 0 | 0.64 | 0.86 | 0.11 | 14.77 | 0.78 | 0.51 |
| Hex | E4 | 51 | 21 | 0 | 40 | 56 | B | F | 4E | 33 |
| Octal | 344 | 121 | 41 | 0 | 100 | 126 | 13 | 17 | 116 | 63 |
| Binary | 11100100 | 1010001 | 100001 | 0 | 1000000 | 1010110 | 1011 | 1111 | 1001110 | 110011 |
Color Harmonies of #E45121
Complementary color
Monochromatic Colors of #E45121
Black with #E45121
Text Example
Text Example
White with #E45121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45121; }
p { color: rgb(228,81,33); }
H1.HeaderClassName
{
color: #E45121;
}
.AnyTagClassName
{
color: #E45121;
}
</style>
background-color css
<style>
a { background-color: #E45121; }
a { background-color: rgb(228,81,33); }
div.DivClassName
{
background-color: #E45121;
}
.BgClassName
{
background-color: #E45121;
}
</style>
border-color css
<style>
span { border-color: #E45121; }
span { border-color: rgb(228,81,33); }
td.TdClassName
{
border-color: #E45121;
}
.TagClassName
{
border-color: #E45121;
}
</style>