Shades of Cinnabar #E53A2E
Tints of Cinnabar #E53A2E
RGB
CMYK
RGB Variations
Color information
#E53A2E (or 0xE53A2E) is known color: Cinnabar. HEX triplet: E5, 3A and 2E. RGB value is (229,58,46). Sum of RGB (Red+Green+Blue) = 229+58+46=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A2E is #1AC5D1. Grayscale: #6B6B6B. Windows color (decimal): -1754578 or 3029733. OLE color: 3029733.
HSL color Cylindrical-coordinate representation of color #E53A2E: hue angle of 3.93º 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 #E53A2E is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 46 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.10 |
| HSL | 3.93º | 0.78% | 0.54% | - |
| HSV(B) | 3.93º | 0.8% | 0.9% | - |
| XYZ | 34.32 | 19.88 | 4.61 | - |
| YUV | 107.76 | 93.15 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 46 | 0 | 0.75 | 0.80 | 0.10 | 3.93 | 0.78 | 0.54 |
| Hex | E5 | 3A | 2E | 0 | 4B | 50 | A | 4 | 4E | 36 |
| Octal | 345 | 72 | 56 | 0 | 113 | 120 | 12 | 4 | 116 | 66 |
| Binary | 11100101 | 111010 | 101110 | 0 | 1001011 | 1010000 | 1010 | 100 | 1001110 | 110110 |
Color Harmonies of #E53A2E
Complementary color
Monochromatic Colors of #E53A2E
Black with #E53A2E
Text Example
Text Example
White with #E53A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53A2E; }
p { color: rgb(229,58,46); }
H1.HeaderClassName
{
color: #E53A2E;
}
.AnyTagClassName
{
color: #E53A2E;
}
</style>
background-color css
<style>
a { background-color: #E53A2E; }
a { background-color: rgb(229,58,46); }
div.DivClassName
{
background-color: #E53A2E;
}
.BgClassName
{
background-color: #E53A2E;
}
</style>
border-color css
<style>
span { border-color: #E53A2E; }
span { border-color: rgb(229,58,46); }
td.TdClassName
{
border-color: #E53A2E;
}
.TagClassName
{
border-color: #E53A2E;
}
</style>