Shades of Cinnabar #E05021
Tints of Cinnabar #E05021
RGB
CMYK
RGB Variations
Color information
#E05021 (or 0xE05021) is known color: Cinnabar. HEX triplet: E0, 50 and 21. RGB value is (224,80,33). Sum of RGB (Red+Green+Blue) = 224+80+33=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E05021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05021 is #1FAFDE. Grayscale: #767676. Windows color (decimal): -2076639 or 2183392. OLE color: 2183392.
HSL color Cylindrical-coordinate representation of color #E05021: hue angle of 14.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E05021 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 33 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.12 |
| HSL | 14.76º | 0.75% | 0.5% | - |
| HSV(B) | 14.76º | 0.85% | 0.88% | - |
| XYZ | 33.88 | 21.69 | 3.84 | - |
| YUV | 117.7 | 80.21 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 33 | 0 | 0.64 | 0.85 | 0.12 | 14.76 | 0.75 | 0.5 |
| Hex | E0 | 50 | 21 | 0 | 40 | 55 | C | F | 4B | 32 |
| Octal | 340 | 120 | 41 | 0 | 100 | 125 | 14 | 17 | 113 | 62 |
| Binary | 11100000 | 1010000 | 100001 | 0 | 1000000 | 1010101 | 1100 | 1111 | 1001011 | 110010 |
Color Harmonies of #E05021
Complementary color
Monochromatic Colors of #E05021
Black with #E05021
Text Example
Text Example
White with #E05021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05021; }
p { color: rgb(224,80,33); }
H1.HeaderClassName
{
color: #E05021;
}
.AnyTagClassName
{
color: #E05021;
}
</style>
background-color css
<style>
a { background-color: #E05021; }
a { background-color: rgb(224,80,33); }
div.DivClassName
{
background-color: #E05021;
}
.BgClassName
{
background-color: #E05021;
}
</style>
border-color css
<style>
span { border-color: #E05021; }
span { border-color: rgb(224,80,33); }
td.TdClassName
{
border-color: #E05021;
}
.TagClassName
{
border-color: #E05021;
}
</style>