Shades of Cinnabar #E52E2B
Tints of Cinnabar #E52E2B
RGB
CMYK
RGB Variations
Color information
#E52E2B (or 0xE52E2B) is known color: Cinnabar. HEX triplet: E5, 2E and 2B. RGB value is (229,46,43). Sum of RGB (Red+Green+Blue) = 229+46+43=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52E2B is #1AD1D4. Grayscale: #646464. Windows color (decimal): -1757653 or 2830053. OLE color: 2830053.
HSL color Cylindrical-coordinate representation of color #E52E2B: hue angle of 0.97º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52E2B is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 43 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.10 |
| HSL | 0.97º | 0.78% | 0.53% | - |
| HSV(B) | 0.97º | 0.81% | 0.9% | - |
| XYZ | 33.73 | 18.79 | 4.13 | - |
| YUV | 100.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 43 | 0 | 0.80 | 0.81 | 0.10 | 0.97 | 0.78 | 0.53 |
| Hex | E5 | 2E | 2B | 0 | 50 | 51 | A | 1 | 4E | 35 |
| Octal | 345 | 56 | 53 | 0 | 120 | 121 | 12 | 1 | 116 | 65 |
| Binary | 11100101 | 101110 | 101011 | 0 | 1010000 | 1010001 | 1010 | 1 | 1001110 | 110101 |
Color Harmonies of #E52E2B
Complementary color
Monochromatic Colors of #E52E2B
Black with #E52E2B
Text Example
Text Example
White with #E52E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52E2B; }
p { color: rgb(229,46,43); }
H1.HeaderClassName
{
color: #E52E2B;
}
.AnyTagClassName
{
color: #E52E2B;
}
</style>
background-color css
<style>
a { background-color: #E52E2B; }
a { background-color: rgb(229,46,43); }
div.DivClassName
{
background-color: #E52E2B;
}
.BgClassName
{
background-color: #E52E2B;
}
</style>
border-color css
<style>
span { border-color: #E52E2B; }
span { border-color: rgb(229,46,43); }
td.TdClassName
{
border-color: #E52E2B;
}
.TagClassName
{
border-color: #E52E2B;
}
</style>