Shades of Cinnabar #E04E2E
Tints of Cinnabar #E04E2E
RGB
CMYK
RGB Variations
Color information
#E04E2E (or 0xE04E2E) is known color: Cinnabar. HEX triplet: E0, 4E and 2E. RGB value is (224,78,46). Sum of RGB (Red+Green+Blue) = 224+78+46=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E2E is #1FB1D1. Grayscale: #767676. Windows color (decimal): -2077138 or 3034848. OLE color: 3034848.
HSL color Cylindrical-coordinate representation of color #E04E2E: hue angle of 10.79º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E04E2E is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 46 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.12 |
| HSL | 10.79º | 0.74% | 0.53% | - |
| HSV(B) | 10.79º | 0.79% | 0.88% | - |
| XYZ | 33.96 | 21.49 | 4.94 | - |
| YUV | 118.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 46 | 0 | 0.65 | 0.79 | 0.12 | 10.79 | 0.74 | 0.53 |
| Hex | E0 | 4E | 2E | 0 | 41 | 4F | C | B | 4A | 35 |
| Octal | 340 | 116 | 56 | 0 | 101 | 117 | 14 | 13 | 112 | 65 |
| Binary | 11100000 | 1001110 | 101110 | 0 | 1000001 | 1001111 | 1100 | 1011 | 1001010 | 110101 |
Color Harmonies of #E04E2E
Complementary color
Monochromatic Colors of #E04E2E
Black with #E04E2E
Text Example
Text Example
White with #E04E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E2E; }
p { color: rgb(224,78,46); }
H1.HeaderClassName
{
color: #E04E2E;
}
.AnyTagClassName
{
color: #E04E2E;
}
</style>
background-color css
<style>
a { background-color: #E04E2E; }
a { background-color: rgb(224,78,46); }
div.DivClassName
{
background-color: #E04E2E;
}
.BgClassName
{
background-color: #E04E2E;
}
</style>
border-color css
<style>
span { border-color: #E04E2E; }
span { border-color: rgb(224,78,46); }
td.TdClassName
{
border-color: #E04E2E;
}
.TagClassName
{
border-color: #E04E2E;
}
</style>