Shades of Cinnabar #E8521E
Tints of Cinnabar #E8521E
RGB
CMYK
RGB Variations
Color information
#E8521E (or 0xE8521E) is known color: Cinnabar. HEX triplet: E8, 52 and 1E. RGB value is (232,82,30). Sum of RGB (Red+Green+Blue) = 232+82+30=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E8521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8521E is #17ADE1. Grayscale: #797979. Windows color (decimal): -1551842 or 1987304. OLE color: 1987304.
HSL color Cylindrical-coordinate representation of color #E8521E: hue angle of 15.45º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8521E is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 30 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.09 |
| HSL | 15.45º | 0.81% | 0.51% | - |
| HSV(B) | 15.45º | 0.87% | 0.91% | - |
| XYZ | 36.53 | 23.28 | 3.8 | - |
| YUV | 120.92 | 76.7 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 30 | 0 | 0.65 | 0.87 | 0.09 | 15.45 | 0.81 | 0.51 |
| Hex | E8 | 52 | 1E | 0 | 41 | 57 | 9 | F | 51 | 33 |
| Octal | 350 | 122 | 36 | 0 | 101 | 127 | 11 | 17 | 121 | 63 |
| Binary | 11101000 | 1010010 | 11110 | 0 | 1000001 | 1010111 | 1001 | 1111 | 1010001 | 110011 |
Color Harmonies of #E8521E
Complementary color
Monochromatic Colors of #E8521E
Black with #E8521E
Text Example
Text Example
White with #E8521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8521E; }
p { color: rgb(232,82,30); }
H1.HeaderClassName
{
color: #E8521E;
}
.AnyTagClassName
{
color: #E8521E;
}
</style>
background-color css
<style>
a { background-color: #E8521E; }
a { background-color: rgb(232,82,30); }
div.DivClassName
{
background-color: #E8521E;
}
.BgClassName
{
background-color: #E8521E;
}
</style>
border-color css
<style>
span { border-color: #E8521E; }
span { border-color: rgb(232,82,30); }
td.TdClassName
{
border-color: #E8521E;
}
.TagClassName
{
border-color: #E8521E;
}
</style>