Shades of Cinnabar #E05023
Tints of Cinnabar #E05023
RGB
CMYK
RGB Variations
Color information
#E05023 (or 0xE05023) is known color: Cinnabar. HEX triplet: E0, 50 and 23. RGB value is (224,80,35). Sum of RGB (Red+Green+Blue) = 224+80+35=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E05023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05023 is #1FAFDC. Grayscale: #767676. Windows color (decimal): -2076637 or 2314464. OLE color: 2314464.
HSL color Cylindrical-coordinate representation of color #E05023: hue angle of 14.29º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E05023 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 35 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.12 |
| HSL | 14.29º | 0.75% | 0.51% | - |
| HSV(B) | 14.29º | 0.84% | 0.88% | - |
| XYZ | 33.91 | 21.71 | 3.99 | - |
| YUV | 117.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 35 | 0 | 0.64 | 0.84 | 0.12 | 14.29 | 0.75 | 0.51 |
| Hex | E0 | 50 | 23 | 0 | 40 | 54 | C | E | 4B | 33 |
| Octal | 340 | 120 | 43 | 0 | 100 | 124 | 14 | 16 | 113 | 63 |
| Binary | 11100000 | 1010000 | 100011 | 0 | 1000000 | 1010100 | 1100 | 1110 | 1001011 | 110011 |
Color Harmonies of #E05023
Complementary color
Monochromatic Colors of #E05023
Black with #E05023
Text Example
Text Example
White with #E05023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05023; }
p { color: rgb(224,80,35); }
H1.HeaderClassName
{
color: #E05023;
}
.AnyTagClassName
{
color: #E05023;
}
</style>
background-color css
<style>
a { background-color: #E05023; }
a { background-color: rgb(224,80,35); }
div.DivClassName
{
background-color: #E05023;
}
.BgClassName
{
background-color: #E05023;
}
</style>
border-color css
<style>
span { border-color: #E05023; }
span { border-color: rgb(224,80,35); }
td.TdClassName
{
border-color: #E05023;
}
.TagClassName
{
border-color: #E05023;
}
</style>