Shades of Cinnabar #E95120
Tints of Cinnabar #E95120
RGB
CMYK
RGB Variations
Color information
#E95120 (or 0xE95120) is known color: Cinnabar. HEX triplet: E9, 51 and 20. RGB value is (233,81,32). Sum of RGB (Red+Green+Blue) = 233+81+32=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E95120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95120 is #16AEDF. Grayscale: #797979. Windows color (decimal): -1486560 or 2118121. OLE color: 2118121.
HSL color Cylindrical-coordinate representation of color #E95120: hue angle of 14.63º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E95120 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 32 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.09 |
| HSL | 14.63º | 0.82% | 0.52% | - |
| HSV(B) | 14.63º | 0.86% | 0.91% | - |
| XYZ | 36.81 | 23.31 | 3.93 | - |
| YUV | 120.86 | 77.86 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 32 | 0 | 0.65 | 0.86 | 0.09 | 14.63 | 0.82 | 0.52 |
| Hex | E9 | 51 | 20 | 0 | 41 | 56 | 9 | F | 52 | 34 |
| Octal | 351 | 121 | 40 | 0 | 101 | 126 | 11 | 17 | 122 | 64 |
| Binary | 11101001 | 1010001 | 100000 | 0 | 1000001 | 1010110 | 1001 | 1111 | 1010010 | 110100 |
Color Harmonies of #E95120
Complementary color
Monochromatic Colors of #E95120
Black with #E95120
Text Example
Text Example
White with #E95120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95120; }
p { color: rgb(233,81,32); }
H1.HeaderClassName
{
color: #E95120;
}
.AnyTagClassName
{
color: #E95120;
}
</style>
background-color css
<style>
a { background-color: #E95120; }
a { background-color: rgb(233,81,32); }
div.DivClassName
{
background-color: #E95120;
}
.BgClassName
{
background-color: #E95120;
}
</style>
border-color css
<style>
span { border-color: #E95120; }
span { border-color: rgb(233,81,32); }
td.TdClassName
{
border-color: #E95120;
}
.TagClassName
{
border-color: #E95120;
}
</style>