Shades of Cinnabar #E9521E
Tints of Cinnabar #E9521E
RGB
CMYK
RGB Variations
Color information
#E9521E (or 0xE9521E) is known color: Cinnabar. HEX triplet: E9, 52 and 1E. RGB value is (233,82,30). Sum of RGB (Red+Green+Blue) = 233+82+30=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9521E is #16ADE1. Grayscale: #797979. Windows color (decimal): -1486306 or 1987305. OLE color: 1987305.
HSL color Cylindrical-coordinate representation of color #E9521E: hue angle of 15.37º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E9521E is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 30 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.09 |
| HSL | 15.37º | 0.82% | 0.52% | - |
| HSV(B) | 15.37º | 0.87% | 0.91% | - |
| XYZ | 36.86 | 23.45 | 3.81 | - |
| YUV | 121.22 | 76.53 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 30 | 0 | 0.65 | 0.87 | 0.09 | 15.37 | 0.82 | 0.52 |
| Hex | E9 | 52 | 1E | 0 | 41 | 57 | 9 | F | 52 | 34 |
| Octal | 351 | 122 | 36 | 0 | 101 | 127 | 11 | 17 | 122 | 64 |
| Binary | 11101001 | 1010010 | 11110 | 0 | 1000001 | 1010111 | 1001 | 1111 | 1010010 | 110100 |
Color Harmonies of #E9521E
Complementary color
Monochromatic Colors of #E9521E
Black with #E9521E
Text Example
Text Example
White with #E9521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9521E; }
p { color: rgb(233,82,30); }
H1.HeaderClassName
{
color: #E9521E;
}
.AnyTagClassName
{
color: #E9521E;
}
</style>
background-color css
<style>
a { background-color: #E9521E; }
a { background-color: rgb(233,82,30); }
div.DivClassName
{
background-color: #E9521E;
}
.BgClassName
{
background-color: #E9521E;
}
</style>
border-color css
<style>
span { border-color: #E9521E; }
span { border-color: rgb(233,82,30); }
td.TdClassName
{
border-color: #E9521E;
}
.TagClassName
{
border-color: #E9521E;
}
</style>