Shades of Cinnabar #E5533D
Tints of Cinnabar #E5533D
RGB
CMYK
RGB Variations
Color information
#E5533D (or 0xE5533D) is known color: Cinnabar. HEX triplet: E5, 53 and 3D. RGB value is (229,83,61). Sum of RGB (Red+Green+Blue) = 229+83+61=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5533D is #1AACC2. Grayscale: #7C7C7C. Windows color (decimal): -1748163 or 4019173. OLE color: 4019173.
HSL color Cylindrical-coordinate representation of color #E5533D: hue angle of 7.86º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5533D is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.10 |
| HSL | 7.86º | 0.76% | 0.57% | - |
| HSV(B) | 7.86º | 0.73% | 0.9% | - |
| XYZ | 36.25 | 23.18 | 6.98 | - |
| YUV | 124.15 | 92.37 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 61 | 0 | 0.64 | 0.73 | 0.10 | 7.86 | 0.76 | 0.57 |
| Hex | E5 | 53 | 3D | 0 | 40 | 49 | A | 8 | 4C | 39 |
| Octal | 345 | 123 | 75 | 0 | 100 | 111 | 12 | 10 | 114 | 71 |
| Binary | 11100101 | 1010011 | 111101 | 0 | 1000000 | 1001001 | 1010 | 1000 | 1001100 | 111001 |
Color Harmonies of #E5533D
Complementary color
Monochromatic Colors of #E5533D
Black with #E5533D
Text Example
Text Example
White with #E5533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5533D; }
p { color: rgb(229,83,61); }
H1.HeaderClassName
{
color: #E5533D;
}
.AnyTagClassName
{
color: #E5533D;
}
</style>
background-color css
<style>
a { background-color: #E5533D; }
a { background-color: rgb(229,83,61); }
div.DivClassName
{
background-color: #E5533D;
}
.BgClassName
{
background-color: #E5533D;
}
</style>
border-color css
<style>
span { border-color: #E5533D; }
span { border-color: rgb(229,83,61); }
td.TdClassName
{
border-color: #E5533D;
}
.TagClassName
{
border-color: #E5533D;
}
</style>