Shades of Cinnabar #E94D42
Tints of Cinnabar #E94D42
RGB
CMYK
RGB Variations
Color information
#E94D42 (or 0xE94D42) is known color: Cinnabar. HEX triplet: E9, 4D and 42. RGB value is (233,77,66). Sum of RGB (Red+Green+Blue) = 233+77+66=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D42 is #16B2BD. Grayscale: #7A7A7A. Windows color (decimal): -1487550 or 4345321. OLE color: 4345321.
HSL color Cylindrical-coordinate representation of color #E94D42: hue angle of 3.95º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94D42 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 66 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.09 |
| HSL | 3.95º | 0.79% | 0.59% | - |
| HSV(B) | 3.95º | 0.72% | 0.91% | - |
| XYZ | 37.24 | 23.02 | 7.64 | - |
| YUV | 122.39 | 96.18 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 66 | 0 | 0.67 | 0.72 | 0.09 | 3.95 | 0.79 | 0.59 |
| Hex | E9 | 4D | 42 | 0 | 43 | 48 | 9 | 4 | 4F | 3B |
| Octal | 351 | 115 | 102 | 0 | 103 | 110 | 11 | 4 | 117 | 73 |
| Binary | 11101001 | 1001101 | 1000010 | 0 | 1000011 | 1001000 | 1001 | 100 | 1001111 | 111011 |
Color Harmonies of #E94D42
Complementary color
Monochromatic Colors of #E94D42
Black with #E94D42
Text Example
Text Example
White with #E94D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D42; }
p { color: rgb(233,77,66); }
H1.HeaderClassName
{
color: #E94D42;
}
.AnyTagClassName
{
color: #E94D42;
}
</style>
background-color css
<style>
a { background-color: #E94D42; }
a { background-color: rgb(233,77,66); }
div.DivClassName
{
background-color: #E94D42;
}
.BgClassName
{
background-color: #E94D42;
}
</style>
border-color css
<style>
span { border-color: #E94D42; }
span { border-color: rgb(233,77,66); }
td.TdClassName
{
border-color: #E94D42;
}
.TagClassName
{
border-color: #E94D42;
}
</style>