Shades of Cinnabar #E7562D
Tints of Cinnabar #E7562D
RGB
CMYK
RGB Variations
Color information
#E7562D (or 0xE7562D) is known color: Cinnabar. HEX triplet: E7, 56 and 2D. RGB value is (231,86,45). Sum of RGB (Red+Green+Blue) = 231+86+45=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7562D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7562D is #18A9D2. Grayscale: #7C7C7C. Windows color (decimal): -1616339 or 2971367. OLE color: 2971367.
HSL color Cylindrical-coordinate representation of color #E7562D: hue angle of 13.23º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7562D is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 45 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.09 |
| HSL | 13.23º | 0.79% | 0.54% | - |
| HSV(B) | 13.23º | 0.81% | 0.91% | - |
| XYZ | 36.76 | 23.83 | 5.15 | - |
| YUV | 124.68 | 83.04 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 45 | 0 | 0.63 | 0.81 | 0.09 | 13.23 | 0.79 | 0.54 |
| Hex | E7 | 56 | 2D | 0 | 3F | 51 | 9 | D | 4F | 36 |
| Octal | 347 | 126 | 55 | 0 | 77 | 121 | 11 | 15 | 117 | 66 |
| Binary | 11100111 | 1010110 | 101101 | 0 | 111111 | 1010001 | 1001 | 1101 | 1001111 | 110110 |
Color Harmonies of #E7562D
Complementary color
Monochromatic Colors of #E7562D
Black with #E7562D
Text Example
Text Example
White with #E7562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7562D; }
p { color: rgb(231,86,45); }
H1.HeaderClassName
{
color: #E7562D;
}
.AnyTagClassName
{
color: #E7562D;
}
</style>
background-color css
<style>
a { background-color: #E7562D; }
a { background-color: rgb(231,86,45); }
div.DivClassName
{
background-color: #E7562D;
}
.BgClassName
{
background-color: #E7562D;
}
</style>
border-color css
<style>
span { border-color: #E7562D; }
span { border-color: rgb(231,86,45); }
td.TdClassName
{
border-color: #E7562D;
}
.TagClassName
{
border-color: #E7562D;
}
</style>