Shades of Cinnabar #E04620
Tints of Cinnabar #E04620
RGB
CMYK
RGB Variations
Color information
#E04620 (or 0xE04620) is known color: Cinnabar. HEX triplet: E0, 46 and 20. RGB value is (224,70,32). Sum of RGB (Red+Green+Blue) = 224+70+32=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E04620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04620 is #1FB9DF. Grayscale: #707070. Windows color (decimal): -2079200 or 2115296. OLE color: 2115296.
HSL color Cylindrical-coordinate representation of color #E04620: hue angle of 11.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E04620 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.12 |
| HSL | 11.88º | 0.76% | 0.5% | - |
| HSV(B) | 11.88º | 0.86% | 0.88% | - |
| XYZ | 33.19 | 20.33 | 3.54 | - |
| YUV | 111.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 32 | 0 | 0.69 | 0.86 | 0.12 | 11.88 | 0.76 | 0.5 |
| Hex | E0 | 46 | 20 | 0 | 45 | 56 | C | C | 4C | 32 |
| Octal | 340 | 106 | 40 | 0 | 105 | 126 | 14 | 14 | 114 | 62 |
| Binary | 11100000 | 1000110 | 100000 | 0 | 1000101 | 1010110 | 1100 | 1100 | 1001100 | 110010 |
Color Harmonies of #E04620
Complementary color
Monochromatic Colors of #E04620
Black with #E04620
Text Example
Text Example
White with #E04620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04620; }
p { color: rgb(224,70,32); }
H1.HeaderClassName
{
color: #E04620;
}
.AnyTagClassName
{
color: #E04620;
}
</style>
background-color css
<style>
a { background-color: #E04620; }
a { background-color: rgb(224,70,32); }
div.DivClassName
{
background-color: #E04620;
}
.BgClassName
{
background-color: #E04620;
}
</style>
border-color css
<style>
span { border-color: #E04620; }
span { border-color: rgb(224,70,32); }
td.TdClassName
{
border-color: #E04620;
}
.TagClassName
{
border-color: #E04620;
}
</style>