Shades of Cinnabar #E93E1E
Tints of Cinnabar #E93E1E
RGB
CMYK
RGB Variations
Color information
#E93E1E (or 0xE93E1E) is known color: Cinnabar. HEX triplet: E9, 3E and 1E. RGB value is (233,62,30). Sum of RGB (Red+Green+Blue) = 233+62+30=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93E1E is #16C1E1. Grayscale: #6D6D6D. Windows color (decimal): -1491426 or 1982185. OLE color: 1982185.
HSL color Cylindrical-coordinate representation of color #E93E1E: hue angle of 9.46º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E93E1E is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 30 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.09 |
| HSL | 9.46º | 0.82% | 0.52% | - |
| HSV(B) | 9.46º | 0.87% | 0.91% | - |
| XYZ | 35.56 | 20.86 | 3.38 | - |
| YUV | 109.48 | 83.15 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 30 | 0 | 0.73 | 0.87 | 0.09 | 9.46 | 0.82 | 0.52 |
| Hex | E9 | 3E | 1E | 0 | 49 | 57 | 9 | 9 | 52 | 34 |
| Octal | 351 | 76 | 36 | 0 | 111 | 127 | 11 | 11 | 122 | 64 |
| Binary | 11101001 | 111110 | 11110 | 0 | 1001001 | 1010111 | 1001 | 1001 | 1010010 | 110100 |
Color Harmonies of #E93E1E
Complementary color
Monochromatic Colors of #E93E1E
Black with #E93E1E
Text Example
Text Example
White with #E93E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E1E; }
p { color: rgb(233,62,30); }
H1.HeaderClassName
{
color: #E93E1E;
}
.AnyTagClassName
{
color: #E93E1E;
}
</style>
background-color css
<style>
a { background-color: #E93E1E; }
a { background-color: rgb(233,62,30); }
div.DivClassName
{
background-color: #E93E1E;
}
.BgClassName
{
background-color: #E93E1E;
}
</style>
border-color css
<style>
span { border-color: #E93E1E; }
span { border-color: rgb(233,62,30); }
td.TdClassName
{
border-color: #E93E1E;
}
.TagClassName
{
border-color: #E93E1E;
}
</style>