Shades of Cinnabar #E43A2E
Tints of Cinnabar #E43A2E
RGB
CMYK
RGB Variations
Color information
#E43A2E (or 0xE43A2E) is known color: Cinnabar. HEX triplet: E4, 3A and 2E. RGB value is (228,58,46). Sum of RGB (Red+Green+Blue) = 228+58+46=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E43A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43A2E is #1BC5D1. Grayscale: #6B6B6B. Windows color (decimal): -1820114 or 3029732. OLE color: 3029732.
HSL color Cylindrical-coordinate representation of color #E43A2E: hue angle of 3.96º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E43A2E is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 58 | 46 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.11 |
| HSL | 3.96º | 0.77% | 0.54% | - |
| HSV(B) | 3.96º | 0.8% | 0.89% | - |
| XYZ | 34 | 19.72 | 4.6 | - |
| YUV | 107.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 58 | 46 | 0 | 0.75 | 0.80 | 0.11 | 3.96 | 0.77 | 0.54 |
| Hex | E4 | 3A | 2E | 0 | 4B | 50 | B | 4 | 4D | 36 |
| Octal | 344 | 72 | 56 | 0 | 113 | 120 | 13 | 4 | 115 | 66 |
| Binary | 11100100 | 111010 | 101110 | 0 | 1001011 | 1010000 | 1011 | 100 | 1001101 | 110110 |
Color Harmonies of #E43A2E
Complementary color
Monochromatic Colors of #E43A2E
Black with #E43A2E
Text Example
Text Example
White with #E43A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43A2E; }
p { color: rgb(228,58,46); }
H1.HeaderClassName
{
color: #E43A2E;
}
.AnyTagClassName
{
color: #E43A2E;
}
</style>
background-color css
<style>
a { background-color: #E43A2E; }
a { background-color: rgb(228,58,46); }
div.DivClassName
{
background-color: #E43A2E;
}
.BgClassName
{
background-color: #E43A2E;
}
</style>
border-color css
<style>
span { border-color: #E43A2E; }
span { border-color: rgb(228,58,46); }
td.TdClassName
{
border-color: #E43A2E;
}
.TagClassName
{
border-color: #E43A2E;
}
</style>