Shades of Cinnabar #E7523B
Tints of Cinnabar #E7523B
RGB
CMYK
RGB Variations
Color information
#E7523B (or 0xE7523B) is known color: Cinnabar. HEX triplet: E7, 52 and 3B. RGB value is (231,82,59). Sum of RGB (Red+Green+Blue) = 231+82+59=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E7523B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7523B is #18ADC4. Grayscale: #7C7C7C. Windows color (decimal): -1617349 or 3887847. OLE color: 3887847.
HSL color Cylindrical-coordinate representation of color #E7523B: hue angle of 8.02º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7523B is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 59 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.09 |
| HSL | 8.02º | 0.78% | 0.57% | - |
| HSV(B) | 8.02º | 0.74% | 0.91% | - |
| XYZ | 36.76 | 23.34 | 6.71 | - |
| YUV | 123.93 | 91.36 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 59 | 0 | 0.65 | 0.74 | 0.09 | 8.02 | 0.78 | 0.57 |
| Hex | E7 | 52 | 3B | 0 | 41 | 4A | 9 | 8 | 4E | 39 |
| Octal | 347 | 122 | 73 | 0 | 101 | 112 | 11 | 10 | 116 | 71 |
| Binary | 11100111 | 1010010 | 111011 | 0 | 1000001 | 1001010 | 1001 | 1000 | 1001110 | 111001 |
Color Harmonies of #E7523B
Complementary color
Monochromatic Colors of #E7523B
Black with #E7523B
Text Example
Text Example
White with #E7523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7523B; }
p { color: rgb(231,82,59); }
H1.HeaderClassName
{
color: #E7523B;
}
.AnyTagClassName
{
color: #E7523B;
}
</style>
background-color css
<style>
a { background-color: #E7523B; }
a { background-color: rgb(231,82,59); }
div.DivClassName
{
background-color: #E7523B;
}
.BgClassName
{
background-color: #E7523B;
}
</style>
border-color css
<style>
span { border-color: #E7523B; }
span { border-color: rgb(231,82,59); }
td.TdClassName
{
border-color: #E7523B;
}
.TagClassName
{
border-color: #E7523B;
}
</style>