Shades of Cinnabar #E94128
Tints of Cinnabar #E94128
RGB
CMYK
RGB Variations
Color information
#E94128 (or 0xE94128) is known color: Cinnabar. HEX triplet: E9, 41 and 28. RGB value is (233,65,40). Sum of RGB (Red+Green+Blue) = 233+65+40=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E94128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94128 is #16BED7. Grayscale: #707070. Windows color (decimal): -1490648 or 2638313. OLE color: 2638313.
HSL color Cylindrical-coordinate representation of color #E94128: hue angle of 7.77º 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 #E94128 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 40 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.09 |
| HSL | 7.77º | 0.81% | 0.54% | - |
| HSV(B) | 7.77º | 0.83% | 0.91% | - |
| XYZ | 35.88 | 21.26 | 4.22 | - |
| YUV | 112.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 40 | 0 | 0.72 | 0.83 | 0.09 | 7.77 | 0.81 | 0.54 |
| Hex | E9 | 41 | 28 | 0 | 48 | 53 | 9 | 8 | 51 | 36 |
| Octal | 351 | 101 | 50 | 0 | 110 | 123 | 11 | 10 | 121 | 66 |
| Binary | 11101001 | 1000001 | 101000 | 0 | 1001000 | 1010011 | 1001 | 1000 | 1010001 | 110110 |
Color Harmonies of #E94128
Complementary color
Monochromatic Colors of #E94128
Black with #E94128
Text Example
Text Example
White with #E94128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94128; }
p { color: rgb(233,65,40); }
H1.HeaderClassName
{
color: #E94128;
}
.AnyTagClassName
{
color: #E94128;
}
</style>
background-color css
<style>
a { background-color: #E94128; }
a { background-color: rgb(233,65,40); }
div.DivClassName
{
background-color: #E94128;
}
.BgClassName
{
background-color: #E94128;
}
</style>
border-color css
<style>
span { border-color: #E94128; }
span { border-color: rgb(233,65,40); }
td.TdClassName
{
border-color: #E94128;
}
.TagClassName
{
border-color: #E94128;
}
</style>