Shades of Cinnabar #E54032
Tints of Cinnabar #E54032
RGB
CMYK
RGB Variations
Color information
#E54032 (or 0xE54032) is known color: Cinnabar. HEX triplet: E5, 40 and 32. RGB value is (229,64,50). Sum of RGB (Red+Green+Blue) = 229+64+50=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E54032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54032 is #1ABFCD. Grayscale: #6F6F6F. Windows color (decimal): -1753038 or 3293413. OLE color: 3293413.
HSL color Cylindrical-coordinate representation of color #E54032: hue angle of 4.69º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E54032 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 50 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.10 |
| HSL | 4.69º | 0.77% | 0.55% | - |
| HSV(B) | 4.69º | 0.78% | 0.9% | - |
| XYZ | 34.72 | 20.56 | 5.16 | - |
| YUV | 111.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 50 | 0 | 0.72 | 0.78 | 0.10 | 4.69 | 0.77 | 0.55 |
| Hex | E5 | 40 | 32 | 0 | 48 | 4E | A | 5 | 4D | 37 |
| Octal | 345 | 100 | 62 | 0 | 110 | 116 | 12 | 5 | 115 | 67 |
| Binary | 11100101 | 1000000 | 110010 | 0 | 1001000 | 1001110 | 1010 | 101 | 1001101 | 110111 |
Color Harmonies of #E54032
Complementary color
Monochromatic Colors of #E54032
Black with #E54032
Text Example
Text Example
White with #E54032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54032; }
p { color: rgb(229,64,50); }
H1.HeaderClassName
{
color: #E54032;
}
.AnyTagClassName
{
color: #E54032;
}
</style>
background-color css
<style>
a { background-color: #E54032; }
a { background-color: rgb(229,64,50); }
div.DivClassName
{
background-color: #E54032;
}
.BgClassName
{
background-color: #E54032;
}
</style>
border-color css
<style>
span { border-color: #E54032; }
span { border-color: rgb(229,64,50); }
td.TdClassName
{
border-color: #E54032;
}
.TagClassName
{
border-color: #E54032;
}
</style>