Shades of Cinnabar #E54021
Tints of Cinnabar #E54021
RGB
CMYK
RGB Variations
Color information
#E54021 (or 0xE54021) is known color: Cinnabar. HEX triplet: E5, 40 and 21. RGB value is (229,64,33). Sum of RGB (Red+Green+Blue) = 229+64+33=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E54021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54021 is #1ABFDE. Grayscale: #6E6E6E. Windows color (decimal): -1753055 or 2179301. OLE color: 2179301.
HSL color Cylindrical-coordinate representation of color #E54021: hue angle of 9.49º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E54021 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 33 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.10 |
| HSL | 9.49º | 0.79% | 0.51% | - |
| HSV(B) | 9.49º | 0.86% | 0.9% | - |
| XYZ | 34.42 | 20.43 | 3.57 | - |
| YUV | 109.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 33 | 0 | 0.72 | 0.86 | 0.10 | 9.49 | 0.79 | 0.51 |
| Hex | E5 | 40 | 21 | 0 | 48 | 56 | A | 9 | 4F | 33 |
| Octal | 345 | 100 | 41 | 0 | 110 | 126 | 12 | 11 | 117 | 63 |
| Binary | 11100101 | 1000000 | 100001 | 0 | 1001000 | 1010110 | 1010 | 1001 | 1001111 | 110011 |
Color Harmonies of #E54021
Complementary color
Monochromatic Colors of #E54021
Black with #E54021
Text Example
Text Example
White with #E54021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54021; }
p { color: rgb(229,64,33); }
H1.HeaderClassName
{
color: #E54021;
}
.AnyTagClassName
{
color: #E54021;
}
</style>
background-color css
<style>
a { background-color: #E54021; }
a { background-color: rgb(229,64,33); }
div.DivClassName
{
background-color: #E54021;
}
.BgClassName
{
background-color: #E54021;
}
</style>
border-color css
<style>
span { border-color: #E54021; }
span { border-color: rgb(229,64,33); }
td.TdClassName
{
border-color: #E54021;
}
.TagClassName
{
border-color: #E54021;
}
</style>