Shades of Cinnabar #E5533F
Tints of Cinnabar #E5533F
RGB
CMYK
RGB Variations
Color information
#E5533F (or 0xE5533F) is known color: Cinnabar. HEX triplet: E5, 53 and 3F. RGB value is (229,83,63). Sum of RGB (Red+Green+Blue) = 229+83+63=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5533F is #1AACC0. Grayscale: #7C7C7C. Windows color (decimal): -1748161 or 4150245. OLE color: 4150245.
HSL color Cylindrical-coordinate representation of color #E5533F: hue angle of 7.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5533F is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 63 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.10 |
| HSL | 7.23º | 0.76% | 0.57% | - |
| HSV(B) | 7.23º | 0.72% | 0.9% | - |
| XYZ | 36.3 | 23.2 | 7.27 | - |
| YUV | 124.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 63 | 0 | 0.64 | 0.72 | 0.10 | 7.23 | 0.76 | 0.57 |
| Hex | E5 | 53 | 3F | 0 | 40 | 48 | A | 7 | 4C | 39 |
| Octal | 345 | 123 | 77 | 0 | 100 | 110 | 12 | 7 | 114 | 71 |
| Binary | 11100101 | 1010011 | 111111 | 0 | 1000000 | 1001000 | 1010 | 111 | 1001100 | 111001 |
Color Harmonies of #E5533F
Complementary color
Monochromatic Colors of #E5533F
Black with #E5533F
Text Example
Text Example
White with #E5533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5533F; }
p { color: rgb(229,83,63); }
H1.HeaderClassName
{
color: #E5533F;
}
.AnyTagClassName
{
color: #E5533F;
}
</style>
background-color css
<style>
a { background-color: #E5533F; }
a { background-color: rgb(229,83,63); }
div.DivClassName
{
background-color: #E5533F;
}
.BgClassName
{
background-color: #E5533F;
}
</style>
border-color css
<style>
span { border-color: #E5533F; }
span { border-color: rgb(229,83,63); }
td.TdClassName
{
border-color: #E5533F;
}
.TagClassName
{
border-color: #E5533F;
}
</style>