Shades of Cinnabar #E04E2B
Tints of Cinnabar #E04E2B
RGB
CMYK
RGB Variations
Color information
#E04E2B (or 0xE04E2B) is known color: Cinnabar. HEX triplet: E0, 4E and 2B. RGB value is (224,78,43). Sum of RGB (Red+Green+Blue) = 224+78+43=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E2B is #1FB1D4. Grayscale: #757575. Windows color (decimal): -2077141 or 2838240. OLE color: 2838240.
HSL color Cylindrical-coordinate representation of color #E04E2B: hue angle of 11.6º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E04E2B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 43 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.12 |
| HSL | 11.6º | 0.74% | 0.52% | - |
| HSV(B) | 11.6º | 0.81% | 0.88% | - |
| XYZ | 33.9 | 21.47 | 4.64 | - |
| YUV | 117.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 43 | 0 | 0.65 | 0.81 | 0.12 | 11.6 | 0.74 | 0.52 |
| Hex | E0 | 4E | 2B | 0 | 41 | 51 | C | C | 4A | 34 |
| Octal | 340 | 116 | 53 | 0 | 101 | 121 | 14 | 14 | 112 | 64 |
| Binary | 11100000 | 1001110 | 101011 | 0 | 1000001 | 1010001 | 1100 | 1100 | 1001010 | 110100 |
Color Harmonies of #E04E2B
Complementary color
Monochromatic Colors of #E04E2B
Black with #E04E2B
Text Example
Text Example
White with #E04E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E2B; }
p { color: rgb(224,78,43); }
H1.HeaderClassName
{
color: #E04E2B;
}
.AnyTagClassName
{
color: #E04E2B;
}
</style>
background-color css
<style>
a { background-color: #E04E2B; }
a { background-color: rgb(224,78,43); }
div.DivClassName
{
background-color: #E04E2B;
}
.BgClassName
{
background-color: #E04E2B;
}
</style>
border-color css
<style>
span { border-color: #E04E2B; }
span { border-color: rgb(224,78,43); }
td.TdClassName
{
border-color: #E04E2B;
}
.TagClassName
{
border-color: #E04E2B;
}
</style>