Shades of Cinnabar #E92B2B
Tints of Cinnabar #E92B2B
RGB
CMYK
RGB Variations
Color information
#E92B2B (or 0xE92B2B) is known color: Cinnabar. HEX triplet: E9, 2B and 2B. RGB value is (233,43,43). Sum of RGB (Red+Green+Blue) = 233+43+43=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92B2B is #16D4D4. Grayscale: #636363. Windows color (decimal): -1496277 or 2829289. OLE color: 2829289.
HSL color Cylindrical-coordinate representation of color #E92B2B: hue angle of 0º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92B2B is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 43 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.09 |
| HSL | 0º | 0.81% | 0.54% | - |
| HSV(B) | 0º | 0.82% | 0.91% | - |
| XYZ | 34.9 | 19.23 | 4.16 | - |
| YUV | 99.81 | 95.95 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 43 | 0 | 0.82 | 0.82 | 0.09 | 0 | 0.81 | 0.54 |
| Hex | E9 | 2B | 2B | 0 | 52 | 52 | 9 | 0 | 51 | 36 |
| Octal | 351 | 53 | 53 | 0 | 122 | 122 | 11 | 0 | 121 | 66 |
| Binary | 11101001 | 101011 | 101011 | 0 | 1010010 | 1010010 | 1001 | 0 | 1010001 | 110110 |
Color Harmonies of #E92B2B
Complementary color
Monochromatic Colors of #E92B2B
Black with #E92B2B
Text Example
Text Example
White with #E92B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B2B; }
p { color: rgb(233,43,43); }
H1.HeaderClassName
{
color: #E92B2B;
}
.AnyTagClassName
{
color: #E92B2B;
}
</style>
background-color css
<style>
a { background-color: #E92B2B; }
a { background-color: rgb(233,43,43); }
div.DivClassName
{
background-color: #E92B2B;
}
.BgClassName
{
background-color: #E92B2B;
}
</style>
border-color css
<style>
span { border-color: #E92B2B; }
span { border-color: rgb(233,43,43); }
td.TdClassName
{
border-color: #E92B2B;
}
.TagClassName
{
border-color: #E92B2B;
}
</style>