Shades of Cinnabar #E94E3D
Tints of Cinnabar #E94E3D
RGB
CMYK
RGB Variations
Color information
#E94E3D (or 0xE94E3D) is known color: Cinnabar. HEX triplet: E9, 4E and 3D. RGB value is (233,78,61). Sum of RGB (Red+Green+Blue) = 233+78+61=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94E3D is #16B1C2. Grayscale: #7A7A7A. Windows color (decimal): -1487299 or 4017897. OLE color: 4017897.
HSL color Cylindrical-coordinate representation of color #E94E3D: hue angle of 5.93º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E94E3D is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 61 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.09 |
| HSL | 5.93º | 0.8% | 0.58% | - |
| HSV(B) | 5.93º | 0.74% | 0.91% | - |
| XYZ | 37.17 | 23.11 | 6.92 | - |
| YUV | 122.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 61 | 0 | 0.67 | 0.74 | 0.09 | 5.93 | 0.8 | 0.58 |
| Hex | E9 | 4E | 3D | 0 | 43 | 4A | 9 | 6 | 50 | 3A |
| Octal | 351 | 116 | 75 | 0 | 103 | 112 | 11 | 6 | 120 | 72 |
| Binary | 11101001 | 1001110 | 111101 | 0 | 1000011 | 1001010 | 1001 | 110 | 1010000 | 111010 |
Color Harmonies of #E94E3D
Complementary color
Monochromatic Colors of #E94E3D
Black with #E94E3D
Text Example
Text Example
White with #E94E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E3D; }
p { color: rgb(233,78,61); }
H1.HeaderClassName
{
color: #E94E3D;
}
.AnyTagClassName
{
color: #E94E3D;
}
</style>
background-color css
<style>
a { background-color: #E94E3D; }
a { background-color: rgb(233,78,61); }
div.DivClassName
{
background-color: #E94E3D;
}
.BgClassName
{
background-color: #E94E3D;
}
</style>
border-color css
<style>
span { border-color: #E94E3D; }
span { border-color: rgb(233,78,61); }
td.TdClassName
{
border-color: #E94E3D;
}
.TagClassName
{
border-color: #E94E3D;
}
</style>