Shades of Cinnabar #E7552E
Tints of Cinnabar #E7552E
RGB
CMYK
RGB Variations
Color information
#E7552E (or 0xE7552E) is known color: Cinnabar. HEX triplet: E7, 55 and 2E. RGB value is (231,85,46). Sum of RGB (Red+Green+Blue) = 231+85+46=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7552E is #18AAD1. Grayscale: #7C7C7C. Windows color (decimal): -1616594 or 3036647. OLE color: 3036647.
HSL color Cylindrical-coordinate representation of color #E7552E: hue angle of 12.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7552E is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 46 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.09 |
| HSL | 12.65º | 0.79% | 0.54% | - |
| HSV(B) | 12.65º | 0.8% | 0.91% | - |
| XYZ | 36.7 | 23.68 | 5.22 | - |
| YUV | 124.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 46 | 0 | 0.63 | 0.80 | 0.09 | 12.65 | 0.79 | 0.54 |
| Hex | E7 | 55 | 2E | 0 | 3F | 50 | 9 | D | 4F | 36 |
| Octal | 347 | 125 | 56 | 0 | 77 | 120 | 11 | 15 | 117 | 66 |
| Binary | 11100111 | 1010101 | 101110 | 0 | 111111 | 1010000 | 1001 | 1101 | 1001111 | 110110 |
Color Harmonies of #E7552E
Complementary color
Monochromatic Colors of #E7552E
Black with #E7552E
Text Example
Text Example
White with #E7552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7552E; }
p { color: rgb(231,85,46); }
H1.HeaderClassName
{
color: #E7552E;
}
.AnyTagClassName
{
color: #E7552E;
}
</style>
background-color css
<style>
a { background-color: #E7552E; }
a { background-color: rgb(231,85,46); }
div.DivClassName
{
background-color: #E7552E;
}
.BgClassName
{
background-color: #E7552E;
}
</style>
border-color css
<style>
span { border-color: #E7552E; }
span { border-color: rgb(231,85,46); }
td.TdClassName
{
border-color: #E7552E;
}
.TagClassName
{
border-color: #E7552E;
}
</style>