Shades of Cinnabar #E04823
Tints of Cinnabar #E04823
RGB
CMYK
RGB Variations
Color information
#E04823 (or 0xE04823) is known color: Cinnabar. HEX triplet: E0, 48 and 23. RGB value is (224,72,35). Sum of RGB (Red+Green+Blue) = 224+72+35=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E04823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04823 is #1FB7DC. Grayscale: #717171. Windows color (decimal): -2078685 or 2312416. OLE color: 2312416.
HSL color Cylindrical-coordinate representation of color #E04823: hue angle of 11.75º 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 #E04823 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 35 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.12 |
| HSL | 11.75º | 0.75% | 0.51% | - |
| HSV(B) | 11.75º | 0.84% | 0.88% | - |
| XYZ | 33.36 | 20.6 | 3.81 | - |
| YUV | 113.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 35 | 0 | 0.68 | 0.84 | 0.12 | 11.75 | 0.75 | 0.51 |
| Hex | E0 | 48 | 23 | 0 | 44 | 54 | C | C | 4B | 33 |
| Octal | 340 | 110 | 43 | 0 | 104 | 124 | 14 | 14 | 113 | 63 |
| Binary | 11100000 | 1001000 | 100011 | 0 | 1000100 | 1010100 | 1100 | 1100 | 1001011 | 110011 |
Color Harmonies of #E04823
Complementary color
Monochromatic Colors of #E04823
Black with #E04823
Text Example
Text Example
White with #E04823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04823; }
p { color: rgb(224,72,35); }
H1.HeaderClassName
{
color: #E04823;
}
.AnyTagClassName
{
color: #E04823;
}
</style>
background-color css
<style>
a { background-color: #E04823; }
a { background-color: rgb(224,72,35); }
div.DivClassName
{
background-color: #E04823;
}
.BgClassName
{
background-color: #E04823;
}
</style>
border-color css
<style>
span { border-color: #E04823; }
span { border-color: rgb(224,72,35); }
td.TdClassName
{
border-color: #E04823;
}
.TagClassName
{
border-color: #E04823;
}
</style>