Shades of Cinnabar #E94034
Tints of Cinnabar #E94034
RGB
CMYK
RGB Variations
Color information
#E94034 (or 0xE94034) is known color: Cinnabar. HEX triplet: E9, 40 and 34. RGB value is (233,64,52). Sum of RGB (Red+Green+Blue) = 233+64+52=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E94034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94034 is #16BFCB. Grayscale: #717171. Windows color (decimal): -1490892 or 3424489. OLE color: 3424489.
HSL color Cylindrical-coordinate representation of color #E94034: hue angle of 3.98º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E94034 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 52 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.09 |
| HSL | 3.98º | 0.8% | 0.56% | - |
| HSV(B) | 3.98º | 0.78% | 0.91% | - |
| XYZ | 36.06 | 21.24 | 5.45 | - |
| YUV | 113.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 52 | 0 | 0.73 | 0.78 | 0.09 | 3.98 | 0.8 | 0.56 |
| Hex | E9 | 40 | 34 | 0 | 49 | 4E | 9 | 4 | 50 | 38 |
| Octal | 351 | 100 | 64 | 0 | 111 | 116 | 11 | 4 | 120 | 70 |
| Binary | 11101001 | 1000000 | 110100 | 0 | 1001001 | 1001110 | 1001 | 100 | 1010000 | 111000 |
Color Harmonies of #E94034
Complementary color
Monochromatic Colors of #E94034
Black with #E94034
Text Example
Text Example
White with #E94034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94034; }
p { color: rgb(233,64,52); }
H1.HeaderClassName
{
color: #E94034;
}
.AnyTagClassName
{
color: #E94034;
}
</style>
background-color css
<style>
a { background-color: #E94034; }
a { background-color: rgb(233,64,52); }
div.DivClassName
{
background-color: #E94034;
}
.BgClassName
{
background-color: #E94034;
}
</style>
border-color css
<style>
span { border-color: #E94034; }
span { border-color: rgb(233,64,52); }
td.TdClassName
{
border-color: #E94034;
}
.TagClassName
{
border-color: #E94034;
}
</style>