Shades of Cinnabar #E04523
Tints of Cinnabar #E04523
RGB
CMYK
RGB Variations
Color information
#E04523 (or 0xE04523) is known color: Cinnabar. HEX triplet: E0, 45 and 23. RGB value is (224,69,35). Sum of RGB (Red+Green+Blue) = 224+69+35=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E04523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04523 is #1FBADC. Grayscale: #6F6F6F. Windows color (decimal): -2079453 or 2311648. OLE color: 2311648.
HSL color Cylindrical-coordinate representation of color #E04523: hue angle of 10.79º 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 #E04523 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 35 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.12 |
| HSL | 10.79º | 0.75% | 0.51% | - |
| HSV(B) | 10.79º | 0.84% | 0.88% | - |
| XYZ | 33.17 | 20.22 | 3.75 | - |
| YUV | 111.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 35 | 0 | 0.69 | 0.84 | 0.12 | 10.79 | 0.75 | 0.51 |
| Hex | E0 | 45 | 23 | 0 | 45 | 54 | C | B | 4B | 33 |
| Octal | 340 | 105 | 43 | 0 | 105 | 124 | 14 | 13 | 113 | 63 |
| Binary | 11100000 | 1000101 | 100011 | 0 | 1000101 | 1010100 | 1100 | 1011 | 1001011 | 110011 |
Color Harmonies of #E04523
Complementary color
Monochromatic Colors of #E04523
Black with #E04523
Text Example
Text Example
White with #E04523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04523; }
p { color: rgb(224,69,35); }
H1.HeaderClassName
{
color: #E04523;
}
.AnyTagClassName
{
color: #E04523;
}
</style>
background-color css
<style>
a { background-color: #E04523; }
a { background-color: rgb(224,69,35); }
div.DivClassName
{
background-color: #E04523;
}
.BgClassName
{
background-color: #E04523;
}
</style>
border-color css
<style>
span { border-color: #E04523; }
span { border-color: rgb(224,69,35); }
td.TdClassName
{
border-color: #E04523;
}
.TagClassName
{
border-color: #E04523;
}
</style>