Shades of Cinnabar #E94D1D
Tints of Cinnabar #E94D1D
RGB
CMYK
RGB Variations
Color information
#E94D1D (or 0xE94D1D) is known color: Cinnabar. HEX triplet: E9, 4D and 1D. RGB value is (233,77,29). Sum of RGB (Red+Green+Blue) = 233+77+29=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D1D is #16B2E2. Grayscale: #767676. Windows color (decimal): -1487587 or 1920489. OLE color: 1920489.
HSL color Cylindrical-coordinate representation of color #E94D1D: hue angle of 14.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E94D1D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.09 |
| HSL | 14.12º | 0.82% | 0.51% | - |
| HSV(B) | 14.12º | 0.88% | 0.91% | - |
| XYZ | 36.48 | 22.72 | 3.63 | - |
| YUV | 118.17 | 77.68 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 29 | 0 | 0.67 | 0.88 | 0.09 | 14.12 | 0.82 | 0.51 |
| Hex | E9 | 4D | 1D | 0 | 43 | 58 | 9 | E | 52 | 33 |
| Octal | 351 | 115 | 35 | 0 | 103 | 130 | 11 | 16 | 122 | 63 |
| Binary | 11101001 | 1001101 | 11101 | 0 | 1000011 | 1011000 | 1001 | 1110 | 1010010 | 110011 |
Color Harmonies of #E94D1D
Complementary color
Monochromatic Colors of #E94D1D
Black with #E94D1D
Text Example
Text Example
White with #E94D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D1D; }
p { color: rgb(233,77,29); }
H1.HeaderClassName
{
color: #E94D1D;
}
.AnyTagClassName
{
color: #E94D1D;
}
</style>
background-color css
<style>
a { background-color: #E94D1D; }
a { background-color: rgb(233,77,29); }
div.DivClassName
{
background-color: #E94D1D;
}
.BgClassName
{
background-color: #E94D1D;
}
</style>
border-color css
<style>
span { border-color: #E94D1D; }
span { border-color: rgb(233,77,29); }
td.TdClassName
{
border-color: #E94D1D;
}
.TagClassName
{
border-color: #E94D1D;
}
</style>