Shades of Cinnabar #E93929
Tints of Cinnabar #E93929
RGB
CMYK
RGB Variations
Color information
#E93929 (or 0xE93929) is known color: Cinnabar. HEX triplet: E9, 39 and 29. RGB value is (233,57,41). Sum of RGB (Red+Green+Blue) = 233+57+41=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E93929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93929 is #16C6D6. Grayscale: #6C6C6C. Windows color (decimal): -1492695 or 2701801. OLE color: 2701801.
HSL color Cylindrical-coordinate representation of color #E93929: hue angle of 5º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E93929 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 41 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.09 |
| HSL | 5º | 0.81% | 0.54% | - |
| HSV(B) | 5º | 0.82% | 0.91% | - |
| XYZ | 35.47 | 20.41 | 4.17 | - |
| YUV | 107.8 | 90.31 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 41 | 0 | 0.76 | 0.82 | 0.09 | 5 | 0.81 | 0.54 |
| Hex | E9 | 39 | 29 | 0 | 4C | 52 | 9 | 5 | 51 | 36 |
| Octal | 351 | 71 | 51 | 0 | 114 | 122 | 11 | 5 | 121 | 66 |
| Binary | 11101001 | 111001 | 101001 | 0 | 1001100 | 1010010 | 1001 | 101 | 1010001 | 110110 |
Color Harmonies of #E93929
Complementary color
Monochromatic Colors of #E93929
Black with #E93929
Text Example
Text Example
White with #E93929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93929; }
p { color: rgb(233,57,41); }
H1.HeaderClassName
{
color: #E93929;
}
.AnyTagClassName
{
color: #E93929;
}
</style>
background-color css
<style>
a { background-color: #E93929; }
a { background-color: rgb(233,57,41); }
div.DivClassName
{
background-color: #E93929;
}
.BgClassName
{
background-color: #E93929;
}
</style>
border-color css
<style>
span { border-color: #E93929; }
span { border-color: rgb(233,57,41); }
td.TdClassName
{
border-color: #E93929;
}
.TagClassName
{
border-color: #E93929;
}
</style>