Shades of Cinnabar #E92926
Tints of Cinnabar #E92926
RGB
CMYK
RGB Variations
Color information
#E92926 (or 0xE92926) is known color: Cinnabar. HEX triplet: E9, 29 and 26. RGB value is (233,41,38). Sum of RGB (Red+Green+Blue) = 233+41+38=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E92926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92926 is #16D6D9. Grayscale: #626262. Windows color (decimal): -1496794 or 2501097. OLE color: 2501097.
HSL color Cylindrical-coordinate representation of color #E92926: hue angle of 0.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E92926 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 38 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.09 |
| HSL | 0.92º | 0.82% | 0.53% | - |
| HSV(B) | 0.92º | 0.84% | 0.91% | - |
| XYZ | 34.75 | 19.05 | 3.68 | - |
| YUV | 98.07 | 94.11 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 38 | 0 | 0.82 | 0.84 | 0.09 | 0.92 | 0.82 | 0.53 |
| Hex | E9 | 29 | 26 | 0 | 52 | 54 | 9 | 1 | 52 | 35 |
| Octal | 351 | 51 | 46 | 0 | 122 | 124 | 11 | 1 | 122 | 65 |
| Binary | 11101001 | 101001 | 100110 | 0 | 1010010 | 1010100 | 1001 | 1 | 1010010 | 110101 |
Color Harmonies of #E92926
Complementary color
Monochromatic Colors of #E92926
Black with #E92926
Text Example
Text Example
White with #E92926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92926; }
p { color: rgb(233,41,38); }
H1.HeaderClassName
{
color: #E92926;
}
.AnyTagClassName
{
color: #E92926;
}
</style>
background-color css
<style>
a { background-color: #E92926; }
a { background-color: rgb(233,41,38); }
div.DivClassName
{
background-color: #E92926;
}
.BgClassName
{
background-color: #E92926;
}
</style>
border-color css
<style>
span { border-color: #E92926; }
span { border-color: rgb(233,41,38); }
td.TdClassName
{
border-color: #E92926;
}
.TagClassName
{
border-color: #E92926;
}
</style>