Shades of Cinnabar #E92E2C
Tints of Cinnabar #E92E2C
RGB
CMYK
RGB Variations
Color information
#E92E2C (or 0xE92E2C) is known color: Cinnabar. HEX triplet: E9, 2E and 2C. RGB value is (233,46,44). Sum of RGB (Red+Green+Blue) = 233+46+44=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92E2C is #16D1D3. Grayscale: #656565. Windows color (decimal): -1495508 or 2895593. OLE color: 2895593.
HSL color Cylindrical-coordinate representation of color #E92E2C: hue angle of 0.63º degrees, saturation: 0.81, 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 #E92E2C is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 44 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.09 |
| HSL | 0.63º | 0.81% | 0.54% | - |
| HSV(B) | 0.63º | 0.81% | 0.91% | - |
| XYZ | 35.04 | 19.46 | 4.29 | - |
| YUV | 101.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 44 | 0 | 0.80 | 0.81 | 0.09 | 0.63 | 0.81 | 0.54 |
| Hex | E9 | 2E | 2C | 0 | 50 | 51 | 9 | 1 | 51 | 36 |
| Octal | 351 | 56 | 54 | 0 | 120 | 121 | 11 | 1 | 121 | 66 |
| Binary | 11101001 | 101110 | 101100 | 0 | 1010000 | 1010001 | 1001 | 1 | 1010001 | 110110 |
Color Harmonies of #E92E2C
Complementary color
Monochromatic Colors of #E92E2C
Black with #E92E2C
Text Example
Text Example
White with #E92E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E2C; }
p { color: rgb(233,46,44); }
H1.HeaderClassName
{
color: #E92E2C;
}
.AnyTagClassName
{
color: #E92E2C;
}
</style>
background-color css
<style>
a { background-color: #E92E2C; }
a { background-color: rgb(233,46,44); }
div.DivClassName
{
background-color: #E92E2C;
}
.BgClassName
{
background-color: #E92E2C;
}
</style>
border-color css
<style>
span { border-color: #E92E2C; }
span { border-color: rgb(233,46,44); }
td.TdClassName
{
border-color: #E92E2C;
}
.TagClassName
{
border-color: #E92E2C;
}
</style>