Shades of Cinnabar #E5322E
Tints of Cinnabar #E5322E
RGB
CMYK
RGB Variations
Color information
#E5322E (or 0xE5322E) is known color: Cinnabar. HEX triplet: E5, 32 and 2E. RGB value is (229,50,46). Sum of RGB (Red+Green+Blue) = 229+50+46=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5322E is #1ACDD1. Grayscale: #676767. Windows color (decimal): -1756626 or 3027685. OLE color: 3027685.
HSL color Cylindrical-coordinate representation of color #E5322E: hue angle of 1.31º 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 #E5322E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 46 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.10 |
| HSL | 1.31º | 0.78% | 0.54% | - |
| HSV(B) | 1.31º | 0.8% | 0.9% | - |
| XYZ | 33.95 | 19.14 | 4.49 | - |
| YUV | 103.07 | 95.8 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 46 | 0 | 0.78 | 0.80 | 0.10 | 1.31 | 0.78 | 0.54 |
| Hex | E5 | 32 | 2E | 0 | 4E | 50 | A | 1 | 4E | 36 |
| Octal | 345 | 62 | 56 | 0 | 116 | 120 | 12 | 1 | 116 | 66 |
| Binary | 11100101 | 110010 | 101110 | 0 | 1001110 | 1010000 | 1010 | 1 | 1001110 | 110110 |
Color Harmonies of #E5322E
Complementary color
Monochromatic Colors of #E5322E
Black with #E5322E
Text Example
Text Example
White with #E5322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5322E; }
p { color: rgb(229,50,46); }
H1.HeaderClassName
{
color: #E5322E;
}
.AnyTagClassName
{
color: #E5322E;
}
</style>
background-color css
<style>
a { background-color: #E5322E; }
a { background-color: rgb(229,50,46); }
div.DivClassName
{
background-color: #E5322E;
}
.BgClassName
{
background-color: #E5322E;
}
</style>
border-color css
<style>
span { border-color: #E5322E; }
span { border-color: rgb(229,50,46); }
td.TdClassName
{
border-color: #E5322E;
}
.TagClassName
{
border-color: #E5322E;
}
</style>