Shades of Cinnabar #E94129
Tints of Cinnabar #E94129
RGB
CMYK
RGB Variations
Color information
#E94129 (or 0xE94129) is known color: Cinnabar. HEX triplet: E9, 41 and 29. RGB value is (233,65,41). Sum of RGB (Red+Green+Blue) = 233+65+41=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E94129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94129 is #16BED6. Grayscale: #707070. Windows color (decimal): -1490647 or 2703849. OLE color: 2703849.
HSL color Cylindrical-coordinate representation of color #E94129: hue angle of 7.5º 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 #E94129 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 41 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.09 |
| HSL | 7.5º | 0.81% | 0.54% | - |
| HSV(B) | 7.5º | 0.82% | 0.91% | - |
| XYZ | 35.89 | 21.26 | 4.31 | - |
| YUV | 112.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 41 | 0 | 0.72 | 0.82 | 0.09 | 7.5 | 0.81 | 0.54 |
| Hex | E9 | 41 | 29 | 0 | 48 | 52 | 9 | 8 | 51 | 36 |
| Octal | 351 | 101 | 51 | 0 | 110 | 122 | 11 | 10 | 121 | 66 |
| Binary | 11101001 | 1000001 | 101001 | 0 | 1001000 | 1010010 | 1001 | 1000 | 1010001 | 110110 |
Color Harmonies of #E94129
Complementary color
Monochromatic Colors of #E94129
Black with #E94129
Text Example
Text Example
White with #E94129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94129; }
p { color: rgb(233,65,41); }
H1.HeaderClassName
{
color: #E94129;
}
.AnyTagClassName
{
color: #E94129;
}
</style>
background-color css
<style>
a { background-color: #E94129; }
a { background-color: rgb(233,65,41); }
div.DivClassName
{
background-color: #E94129;
}
.BgClassName
{
background-color: #E94129;
}
</style>
border-color css
<style>
span { border-color: #E94129; }
span { border-color: rgb(233,65,41); }
td.TdClassName
{
border-color: #E94129;
}
.TagClassName
{
border-color: #E94129;
}
</style>