Shades of Cinnabar #E5342E
Tints of Cinnabar #E5342E
RGB
CMYK
RGB Variations
Color information
#E5342E (or 0xE5342E) is known color: Cinnabar. HEX triplet: E5, 34 and 2E. RGB value is (229,52,46). Sum of RGB (Red+Green+Blue) = 229+52+46=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5342E is #1ACBD1. Grayscale: #686868. Windows color (decimal): -1756114 or 3028197. OLE color: 3028197.
HSL color Cylindrical-coordinate representation of color #E5342E: hue angle of 1.97º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5342E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 46 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.10 |
| HSL | 1.97º | 0.78% | 0.54% | - |
| HSV(B) | 1.97º | 0.8% | 0.9% | - |
| XYZ | 34.03 | 19.31 | 4.52 | - |
| YUV | 104.24 | 95.14 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 46 | 0 | 0.77 | 0.80 | 0.10 | 1.97 | 0.78 | 0.54 |
| Hex | E5 | 34 | 2E | 0 | 4D | 50 | A | 2 | 4E | 36 |
| Octal | 345 | 64 | 56 | 0 | 115 | 120 | 12 | 2 | 116 | 66 |
| Binary | 11100101 | 110100 | 101110 | 0 | 1001101 | 1010000 | 1010 | 10 | 1001110 | 110110 |
Color Harmonies of #E5342E
Complementary color
Monochromatic Colors of #E5342E
Black with #E5342E
Text Example
Text Example
White with #E5342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5342E; }
p { color: rgb(229,52,46); }
H1.HeaderClassName
{
color: #E5342E;
}
.AnyTagClassName
{
color: #E5342E;
}
</style>
background-color css
<style>
a { background-color: #E5342E; }
a { background-color: rgb(229,52,46); }
div.DivClassName
{
background-color: #E5342E;
}
.BgClassName
{
background-color: #E5342E;
}
</style>
border-color css
<style>
span { border-color: #E5342E; }
span { border-color: rgb(229,52,46); }
td.TdClassName
{
border-color: #E5342E;
}
.TagClassName
{
border-color: #E5342E;
}
</style>