Shades of Cinnabar #E03023
Tints of Cinnabar #E03023
RGB
CMYK
RGB Variations
Color information
#E03023 (or 0xE03023) is known color: Cinnabar. HEX triplet: E0, 30 and 23. RGB value is (224,48,35). Sum of RGB (Red+Green+Blue) = 224+48+35=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E03023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03023 is #1FCFDC. Grayscale: #636363. Windows color (decimal): -2084829 or 2306272. OLE color: 2306272.
HSL color Cylindrical-coordinate representation of color #E03023: hue angle of 4.13º 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 #E03023 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 35 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.12 |
| HSL | 4.13º | 0.75% | 0.51% | - |
| HSV(B) | 4.13º | 0.84% | 0.88% | - |
| XYZ | 32.1 | 18.08 | 3.39 | - |
| YUV | 99.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 35 | 0 | 0.79 | 0.84 | 0.12 | 4.13 | 0.75 | 0.51 |
| Hex | E0 | 30 | 23 | 0 | 4F | 54 | C | 4 | 4B | 33 |
| Octal | 340 | 60 | 43 | 0 | 117 | 124 | 14 | 4 | 113 | 63 |
| Binary | 11100000 | 110000 | 100011 | 0 | 1001111 | 1010100 | 1100 | 100 | 1001011 | 110011 |
Color Harmonies of #E03023
Complementary color
Monochromatic Colors of #E03023
Black with #E03023
Text Example
Text Example
White with #E03023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03023; }
p { color: rgb(224,48,35); }
H1.HeaderClassName
{
color: #E03023;
}
.AnyTagClassName
{
color: #E03023;
}
</style>
background-color css
<style>
a { background-color: #E03023; }
a { background-color: rgb(224,48,35); }
div.DivClassName
{
background-color: #E03023;
}
.BgClassName
{
background-color: #E03023;
}
</style>
border-color css
<style>
span { border-color: #E03023; }
span { border-color: rgb(224,48,35); }
td.TdClassName
{
border-color: #E03023;
}
.TagClassName
{
border-color: #E03023;
}
</style>