Shades of Cinnabar #E94D3D
Tints of Cinnabar #E94D3D
RGB
CMYK
RGB Variations
Color information
#E94D3D (or 0xE94D3D) is known color: Cinnabar. HEX triplet: E9, 4D and 3D. RGB value is (233,77,61). Sum of RGB (Red+Green+Blue) = 233+77+61=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D3D is #16B2C2. Grayscale: #7A7A7A. Windows color (decimal): -1487555 or 4017641. OLE color: 4017641.
HSL color Cylindrical-coordinate representation of color #E94D3D: hue angle of 5.58º 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 #E94D3D is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 61 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.09 |
| HSL | 5.58º | 0.8% | 0.58% | - |
| HSV(B) | 5.58º | 0.74% | 0.91% | - |
| XYZ | 37.1 | 22.97 | 6.89 | - |
| YUV | 121.82 | 93.68 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 61 | 0 | 0.67 | 0.74 | 0.09 | 5.58 | 0.8 | 0.58 |
| Hex | E9 | 4D | 3D | 0 | 43 | 4A | 9 | 6 | 50 | 3A |
| Octal | 351 | 115 | 75 | 0 | 103 | 112 | 11 | 6 | 120 | 72 |
| Binary | 11101001 | 1001101 | 111101 | 0 | 1000011 | 1001010 | 1001 | 110 | 1010000 | 111010 |
Color Harmonies of #E94D3D
Complementary color
Monochromatic Colors of #E94D3D
Black with #E94D3D
Text Example
Text Example
White with #E94D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D3D; }
p { color: rgb(233,77,61); }
H1.HeaderClassName
{
color: #E94D3D;
}
.AnyTagClassName
{
color: #E94D3D;
}
</style>
background-color css
<style>
a { background-color: #E94D3D; }
a { background-color: rgb(233,77,61); }
div.DivClassName
{
background-color: #E94D3D;
}
.BgClassName
{
background-color: #E94D3D;
}
</style>
border-color css
<style>
span { border-color: #E94D3D; }
span { border-color: rgb(233,77,61); }
td.TdClassName
{
border-color: #E94D3D;
}
.TagClassName
{
border-color: #E94D3D;
}
</style>