Shades of Cinnabar #E94329
Tints of Cinnabar #E94329
RGB
CMYK
RGB Variations
Color information
#E94329 (or 0xE94329) is known color: Cinnabar. HEX triplet: E9, 43 and 29. RGB value is (233,67,41). Sum of RGB (Red+Green+Blue) = 233+67+41=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E94329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94329 is #16BCD6. Grayscale: #717171. Windows color (decimal): -1490135 or 2704361. OLE color: 2704361.
HSL color Cylindrical-coordinate representation of color #E94329: hue angle of 8.12º 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 #E94329 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 41 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.09 |
| HSL | 8.13º | 0.81% | 0.54% | - |
| HSV(B) | 8.13º | 0.82% | 0.91% | - |
| XYZ | 36.01 | 21.5 | 4.35 | - |
| YUV | 113.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 41 | 0 | 0.71 | 0.82 | 0.09 | 8.13 | 0.81 | 0.54 |
| Hex | E9 | 43 | 29 | 0 | 47 | 52 | 9 | 8 | 51 | 36 |
| Octal | 351 | 103 | 51 | 0 | 107 | 122 | 11 | 10 | 121 | 66 |
| Binary | 11101001 | 1000011 | 101001 | 0 | 1000111 | 1010010 | 1001 | 1000 | 1010001 | 110110 |
Color Harmonies of #E94329
Complementary color
Monochromatic Colors of #E94329
Black with #E94329
Text Example
Text Example
White with #E94329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94329; }
p { color: rgb(233,67,41); }
H1.HeaderClassName
{
color: #E94329;
}
.AnyTagClassName
{
color: #E94329;
}
</style>
background-color css
<style>
a { background-color: #E94329; }
a { background-color: rgb(233,67,41); }
div.DivClassName
{
background-color: #E94329;
}
.BgClassName
{
background-color: #E94329;
}
</style>
border-color css
<style>
span { border-color: #E94329; }
span { border-color: rgb(233,67,41); }
td.TdClassName
{
border-color: #E94329;
}
.TagClassName
{
border-color: #E94329;
}
</style>