Shades of Cinnabar #E5521E
Tints of Cinnabar #E5521E
RGB
CMYK
RGB Variations
Color information
#E5521E (or 0xE5521E) is known color: Cinnabar. HEX triplet: E5, 52 and 1E. RGB value is (229,82,30). Sum of RGB (Red+Green+Blue) = 229+82+30=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5521E is #1AADE1. Grayscale: #787878. Windows color (decimal): -1748450 or 1987301. OLE color: 1987301.
HSL color Cylindrical-coordinate representation of color #E5521E: hue angle of 15.68º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5521E is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 30 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.10 |
| HSL | 15.68º | 0.79% | 0.51% | - |
| HSV(B) | 15.68º | 0.87% | 0.9% | - |
| XYZ | 35.56 | 22.79 | 3.75 | - |
| YUV | 120.03 | 77.2 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 30 | 0 | 0.64 | 0.87 | 0.10 | 15.68 | 0.79 | 0.51 |
| Hex | E5 | 52 | 1E | 0 | 40 | 57 | A | 10 | 4F | 33 |
| Octal | 345 | 122 | 36 | 0 | 100 | 127 | 12 | 20 | 117 | 63 |
| Binary | 11100101 | 1010010 | 11110 | 0 | 1000000 | 1010111 | 1010 | 10000 | 1001111 | 110011 |
Color Harmonies of #E5521E
Complementary color
Monochromatic Colors of #E5521E
Black with #E5521E
Text Example
Text Example
White with #E5521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5521E; }
p { color: rgb(229,82,30); }
H1.HeaderClassName
{
color: #E5521E;
}
.AnyTagClassName
{
color: #E5521E;
}
</style>
background-color css
<style>
a { background-color: #E5521E; }
a { background-color: rgb(229,82,30); }
div.DivClassName
{
background-color: #E5521E;
}
.BgClassName
{
background-color: #E5521E;
}
</style>
border-color css
<style>
span { border-color: #E5521E; }
span { border-color: rgb(229,82,30); }
td.TdClassName
{
border-color: #E5521E;
}
.TagClassName
{
border-color: #E5521E;
}
</style>