Shades of Cinnabar #E5332B
Tints of Cinnabar #E5332B
RGB
CMYK
RGB Variations
Color information
#E5332B (or 0xE5332B) is known color: Cinnabar. HEX triplet: E5, 33 and 2B. RGB value is (229,51,43). Sum of RGB (Red+Green+Blue) = 229+51+43=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5332B is #1ACCD4. Grayscale: #676767. Windows color (decimal): -1756373 or 2831333. OLE color: 2831333.
HSL color Cylindrical-coordinate representation of color #E5332B: hue angle of 2.58º 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 #E5332B is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 43 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.10 |
| HSL | 2.58º | 0.78% | 0.53% | - |
| HSV(B) | 2.58º | 0.81% | 0.9% | - |
| XYZ | 33.93 | 19.2 | 4.2 | - |
| YUV | 103.31 | 93.97 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 43 | 0 | 0.78 | 0.81 | 0.10 | 2.58 | 0.78 | 0.53 |
| Hex | E5 | 33 | 2B | 0 | 4E | 51 | A | 3 | 4E | 35 |
| Octal | 345 | 63 | 53 | 0 | 116 | 121 | 12 | 3 | 116 | 65 |
| Binary | 11100101 | 110011 | 101011 | 0 | 1001110 | 1010001 | 1010 | 11 | 1001110 | 110101 |
Color Harmonies of #E5332B
Complementary color
Monochromatic Colors of #E5332B
Black with #E5332B
Text Example
Text Example
White with #E5332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5332B; }
p { color: rgb(229,51,43); }
H1.HeaderClassName
{
color: #E5332B;
}
.AnyTagClassName
{
color: #E5332B;
}
</style>
background-color css
<style>
a { background-color: #E5332B; }
a { background-color: rgb(229,51,43); }
div.DivClassName
{
background-color: #E5332B;
}
.BgClassName
{
background-color: #E5332B;
}
</style>
border-color css
<style>
span { border-color: #E5332B; }
span { border-color: rgb(229,51,43); }
td.TdClassName
{
border-color: #E5332B;
}
.TagClassName
{
border-color: #E5332B;
}
</style>