Shades of Cinnabar #E05034
Tints of Cinnabar #E05034
RGB
CMYK
RGB Variations
Color information
#E05034 (or 0xE05034) is known color: Cinnabar. HEX triplet: E0, 50 and 34. RGB value is (224,80,52). Sum of RGB (Red+Green+Blue) = 224+80+52=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E05034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05034 is #1FAFCB. Grayscale: #787878. Windows color (decimal): -2076620 or 3428576. OLE color: 3428576.
HSL color Cylindrical-coordinate representation of color #E05034: hue angle of 9.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E05034 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 52 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.12 |
| HSL | 9.77º | 0.74% | 0.54% | - |
| HSV(B) | 9.77º | 0.77% | 0.88% | - |
| XYZ | 34.23 | 21.83 | 5.66 | - |
| YUV | 119.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 52 | 0 | 0.64 | 0.77 | 0.12 | 9.77 | 0.74 | 0.54 |
| Hex | E0 | 50 | 34 | 0 | 40 | 4D | C | A | 4A | 36 |
| Octal | 340 | 120 | 64 | 0 | 100 | 115 | 14 | 12 | 112 | 66 |
| Binary | 11100000 | 1010000 | 110100 | 0 | 1000000 | 1001101 | 1100 | 1010 | 1001010 | 110110 |
Color Harmonies of #E05034
Complementary color
Monochromatic Colors of #E05034
Black with #E05034
Text Example
Text Example
White with #E05034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05034; }
p { color: rgb(224,80,52); }
H1.HeaderClassName
{
color: #E05034;
}
.AnyTagClassName
{
color: #E05034;
}
</style>
background-color css
<style>
a { background-color: #E05034; }
a { background-color: rgb(224,80,52); }
div.DivClassName
{
background-color: #E05034;
}
.BgClassName
{
background-color: #E05034;
}
</style>
border-color css
<style>
span { border-color: #E05034; }
span { border-color: rgb(224,80,52); }
td.TdClassName
{
border-color: #E05034;
}
.TagClassName
{
border-color: #E05034;
}
</style>