Shades of Cinnabar #E94029
Tints of Cinnabar #E94029
RGB
CMYK
RGB Variations
Color information
#E94029 (or 0xE94029) is known color: Cinnabar. HEX triplet: E9, 40 and 29. RGB value is (233,64,41). Sum of RGB (Red+Green+Blue) = 233+64+41=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E94029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94029 is #16BFD6. Grayscale: #707070. Windows color (decimal): -1490903 or 2703593. OLE color: 2703593.
HSL color Cylindrical-coordinate representation of color #E94029: hue angle of 7.19º 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 #E94029 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 41 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.09 |
| HSL | 7.19º | 0.81% | 0.54% | - |
| HSV(B) | 7.19º | 0.82% | 0.91% | - |
| XYZ | 35.84 | 21.15 | 4.29 | - |
| YUV | 111.91 | 87.99 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 41 | 0 | 0.73 | 0.82 | 0.09 | 7.19 | 0.81 | 0.54 |
| Hex | E9 | 40 | 29 | 0 | 49 | 52 | 9 | 7 | 51 | 36 |
| Octal | 351 | 100 | 51 | 0 | 111 | 122 | 11 | 7 | 121 | 66 |
| Binary | 11101001 | 1000000 | 101001 | 0 | 1001001 | 1010010 | 1001 | 111 | 1010001 | 110110 |
Color Harmonies of #E94029
Complementary color
Monochromatic Colors of #E94029
Black with #E94029
Text Example
Text Example
White with #E94029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94029; }
p { color: rgb(233,64,41); }
H1.HeaderClassName
{
color: #E94029;
}
.AnyTagClassName
{
color: #E94029;
}
</style>
background-color css
<style>
a { background-color: #E94029; }
a { background-color: rgb(233,64,41); }
div.DivClassName
{
background-color: #E94029;
}
.BgClassName
{
background-color: #E94029;
}
</style>
border-color css
<style>
span { border-color: #E94029; }
span { border-color: rgb(233,64,41); }
td.TdClassName
{
border-color: #E94029;
}
.TagClassName
{
border-color: #E94029;
}
</style>