Shades of Cinnabar #E94030
Tints of Cinnabar #E94030
RGB
CMYK
RGB Variations
Color information
#E94030 (or 0xE94030) is known color: Cinnabar. HEX triplet: E9, 40 and 30. RGB value is (233,64,48). Sum of RGB (Red+Green+Blue) = 233+64+48=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E94030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94030 is #16BFCF. Grayscale: #707070. Windows color (decimal): -1490896 or 3162345. OLE color: 3162345.
HSL color Cylindrical-coordinate representation of color #E94030: hue angle of 5.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E94030 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 48 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.09 |
| HSL | 5.19º | 0.81% | 0.55% | - |
| HSV(B) | 5.19º | 0.79% | 0.91% | - |
| XYZ | 35.97 | 21.2 | 4.99 | - |
| YUV | 112.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 48 | 0 | 0.73 | 0.79 | 0.09 | 5.19 | 0.81 | 0.55 |
| Hex | E9 | 40 | 30 | 0 | 49 | 4F | 9 | 5 | 51 | 37 |
| Octal | 351 | 100 | 60 | 0 | 111 | 117 | 11 | 5 | 121 | 67 |
| Binary | 11101001 | 1000000 | 110000 | 0 | 1001001 | 1001111 | 1001 | 101 | 1010001 | 110111 |
Color Harmonies of #E94030
Complementary color
Monochromatic Colors of #E94030
Black with #E94030
Text Example
Text Example
White with #E94030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94030; }
p { color: rgb(233,64,48); }
H1.HeaderClassName
{
color: #E94030;
}
.AnyTagClassName
{
color: #E94030;
}
</style>
background-color css
<style>
a { background-color: #E94030; }
a { background-color: rgb(233,64,48); }
div.DivClassName
{
background-color: #E94030;
}
.BgClassName
{
background-color: #E94030;
}
</style>
border-color css
<style>
span { border-color: #E94030; }
span { border-color: rgb(233,64,48); }
td.TdClassName
{
border-color: #E94030;
}
.TagClassName
{
border-color: #E94030;
}
</style>