Shades of Cinnabar #E94841
Tints of Cinnabar #E94841
RGB
CMYK
RGB Variations
Color information
#E94841 (or 0xE94841) is known color: Cinnabar. HEX triplet: E9, 48 and 41. RGB value is (233,72,65). Sum of RGB (Red+Green+Blue) = 233+72+65=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E94841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94841 is #16B7BE. Grayscale: #777777. Windows color (decimal): -1488831 or 4278505. OLE color: 4278505.
HSL color Cylindrical-coordinate representation of color #E94841: hue angle of 2.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94841 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 65 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.09 |
| HSL | 2.5º | 0.79% | 0.58% | - |
| HSV(B) | 2.5º | 0.72% | 0.91% | - |
| XYZ | 36.88 | 22.34 | 7.37 | - |
| YUV | 119.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 65 | 0 | 0.69 | 0.72 | 0.09 | 2.5 | 0.79 | 0.58 |
| Hex | E9 | 48 | 41 | 0 | 45 | 48 | 9 | 2 | 4F | 3A |
| Octal | 351 | 110 | 101 | 0 | 105 | 110 | 11 | 2 | 117 | 72 |
| Binary | 11101001 | 1001000 | 1000001 | 0 | 1000101 | 1001000 | 1001 | 10 | 1001111 | 111010 |
Color Harmonies of #E94841
Complementary color
Monochromatic Colors of #E94841
Black with #E94841
Text Example
Text Example
White with #E94841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94841; }
p { color: rgb(233,72,65); }
H1.HeaderClassName
{
color: #E94841;
}
.AnyTagClassName
{
color: #E94841;
}
</style>
background-color css
<style>
a { background-color: #E94841; }
a { background-color: rgb(233,72,65); }
div.DivClassName
{
background-color: #E94841;
}
.BgClassName
{
background-color: #E94841;
}
</style>
border-color css
<style>
span { border-color: #E94841; }
span { border-color: rgb(233,72,65); }
td.TdClassName
{
border-color: #E94841;
}
.TagClassName
{
border-color: #E94841;
}
</style>