Shades of Cinnabar #E95121
Tints of Cinnabar #E95121
RGB
CMYK
RGB Variations
Color information
#E95121 (or 0xE95121) is known color: Cinnabar. HEX triplet: E9, 51 and 21. RGB value is (233,81,33). Sum of RGB (Red+Green+Blue) = 233+81+33=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E95121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95121 is #16AEDE. Grayscale: #797979. Windows color (decimal): -1486559 or 2183657. OLE color: 2183657.
HSL color Cylindrical-coordinate representation of color #E95121: hue angle of 14.4º 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 #E95121 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 33 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.09 |
| HSL | 14.4º | 0.82% | 0.52% | - |
| HSV(B) | 14.4º | 0.86% | 0.91% | - |
| XYZ | 36.82 | 23.32 | 4 | - |
| YUV | 120.98 | 78.36 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 33 | 0 | 0.65 | 0.86 | 0.09 | 14.4 | 0.82 | 0.52 |
| Hex | E9 | 51 | 21 | 0 | 41 | 56 | 9 | E | 52 | 34 |
| Octal | 351 | 121 | 41 | 0 | 101 | 126 | 11 | 16 | 122 | 64 |
| Binary | 11101001 | 1010001 | 100001 | 0 | 1000001 | 1010110 | 1001 | 1110 | 1010010 | 110100 |
Color Harmonies of #E95121
Complementary color
Monochromatic Colors of #E95121
Black with #E95121
Text Example
Text Example
White with #E95121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95121; }
p { color: rgb(233,81,33); }
H1.HeaderClassName
{
color: #E95121;
}
.AnyTagClassName
{
color: #E95121;
}
</style>
background-color css
<style>
a { background-color: #E95121; }
a { background-color: rgb(233,81,33); }
div.DivClassName
{
background-color: #E95121;
}
.BgClassName
{
background-color: #E95121;
}
</style>
border-color css
<style>
span { border-color: #E95121; }
span { border-color: rgb(233,81,33); }
td.TdClassName
{
border-color: #E95121;
}
.TagClassName
{
border-color: #E95121;
}
</style>