Shades of Cinnabar #E92B28
Tints of Cinnabar #E92B28
RGB
CMYK
RGB Variations
Color information
#E92B28 (or 0xE92B28) is known color: Cinnabar. HEX triplet: E9, 2B and 28. RGB value is (233,43,40). Sum of RGB (Red+Green+Blue) = 233+43+40=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92B28 is #16D4D7. Grayscale: #636363. Windows color (decimal): -1496280 or 2632681. OLE color: 2632681.
HSL color Cylindrical-coordinate representation of color #E92B28: hue angle of 0.93º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E92B28 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 40 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.09 |
| HSL | 0.93º | 0.81% | 0.54% | - |
| HSV(B) | 0.93º | 0.83% | 0.91% | - |
| XYZ | 34.85 | 19.2 | 3.88 | - |
| YUV | 99.47 | 94.45 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 40 | 0 | 0.82 | 0.83 | 0.09 | 0.93 | 0.81 | 0.54 |
| Hex | E9 | 2B | 28 | 0 | 52 | 53 | 9 | 1 | 51 | 36 |
| Octal | 351 | 53 | 50 | 0 | 122 | 123 | 11 | 1 | 121 | 66 |
| Binary | 11101001 | 101011 | 101000 | 0 | 1010010 | 1010011 | 1001 | 1 | 1010001 | 110110 |
Color Harmonies of #E92B28
Complementary color
Monochromatic Colors of #E92B28
Black with #E92B28
Text Example
Text Example
White with #E92B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B28; }
p { color: rgb(233,43,40); }
H1.HeaderClassName
{
color: #E92B28;
}
.AnyTagClassName
{
color: #E92B28;
}
</style>
background-color css
<style>
a { background-color: #E92B28; }
a { background-color: rgb(233,43,40); }
div.DivClassName
{
background-color: #E92B28;
}
.BgClassName
{
background-color: #E92B28;
}
</style>
border-color css
<style>
span { border-color: #E92B28; }
span { border-color: rgb(233,43,40); }
td.TdClassName
{
border-color: #E92B28;
}
.TagClassName
{
border-color: #E92B28;
}
</style>