Shades of Cinnabar #E04123
Tints of Cinnabar #E04123
RGB
CMYK
RGB Variations
Color information
#E04123 (or 0xE04123) is known color: Cinnabar. HEX triplet: E0, 41 and 23. RGB value is (224,65,35). Sum of RGB (Red+Green+Blue) = 224+65+35=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E04123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04123 is #1FBEDC. Grayscale: #6D6D6D. Windows color (decimal): -2080477 or 2310624. OLE color: 2310624.
HSL color Cylindrical-coordinate representation of color #E04123: hue angle of 9.52º 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 #E04123 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 35 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.12 |
| HSL | 9.52º | 0.75% | 0.51% | - |
| HSV(B) | 9.52º | 0.84% | 0.88% | - |
| XYZ | 32.93 | 19.75 | 3.67 | - |
| YUV | 109.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 35 | 0 | 0.71 | 0.84 | 0.12 | 9.52 | 0.75 | 0.51 |
| Hex | E0 | 41 | 23 | 0 | 47 | 54 | C | A | 4B | 33 |
| Octal | 340 | 101 | 43 | 0 | 107 | 124 | 14 | 12 | 113 | 63 |
| Binary | 11100000 | 1000001 | 100011 | 0 | 1000111 | 1010100 | 1100 | 1010 | 1001011 | 110011 |
Color Harmonies of #E04123
Complementary color
Monochromatic Colors of #E04123
Black with #E04123
Text Example
Text Example
White with #E04123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04123; }
p { color: rgb(224,65,35); }
H1.HeaderClassName
{
color: #E04123;
}
.AnyTagClassName
{
color: #E04123;
}
</style>
background-color css
<style>
a { background-color: #E04123; }
a { background-color: rgb(224,65,35); }
div.DivClassName
{
background-color: #E04123;
}
.BgClassName
{
background-color: #E04123;
}
</style>
border-color css
<style>
span { border-color: #E04123; }
span { border-color: rgb(224,65,35); }
td.TdClassName
{
border-color: #E04123;
}
.TagClassName
{
border-color: #E04123;
}
</style>