Shades of Cinnabar #E93922
Tints of Cinnabar #E93922
RGB
CMYK
RGB Variations
Color information
#E93922 (or 0xE93922) is known color: Cinnabar. HEX triplet: E9, 39 and 22. RGB value is (233,57,34). Sum of RGB (Red+Green+Blue) = 233+57+34=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E93922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93922 is #16C6DD. Grayscale: #6B6B6B. Windows color (decimal): -1492702 or 2243049. OLE color: 2243049.
HSL color Cylindrical-coordinate representation of color #E93922: hue angle of 6.93º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E93922 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 34 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.09 |
| HSL | 6.93º | 0.82% | 0.52% | - |
| HSV(B) | 6.93º | 0.85% | 0.91% | - |
| XYZ | 35.36 | 20.37 | 3.58 | - |
| YUV | 107 | 86.81 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 34 | 0 | 0.76 | 0.85 | 0.09 | 6.93 | 0.82 | 0.52 |
| Hex | E9 | 39 | 22 | 0 | 4C | 55 | 9 | 7 | 52 | 34 |
| Octal | 351 | 71 | 42 | 0 | 114 | 125 | 11 | 7 | 122 | 64 |
| Binary | 11101001 | 111001 | 100010 | 0 | 1001100 | 1010101 | 1001 | 111 | 1010010 | 110100 |
Color Harmonies of #E93922
Complementary color
Monochromatic Colors of #E93922
Black with #E93922
Text Example
Text Example
White with #E93922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93922; }
p { color: rgb(233,57,34); }
H1.HeaderClassName
{
color: #E93922;
}
.AnyTagClassName
{
color: #E93922;
}
</style>
background-color css
<style>
a { background-color: #E93922; }
a { background-color: rgb(233,57,34); }
div.DivClassName
{
background-color: #E93922;
}
.BgClassName
{
background-color: #E93922;
}
</style>
border-color css
<style>
span { border-color: #E93922; }
span { border-color: rgb(233,57,34); }
td.TdClassName
{
border-color: #E93922;
}
.TagClassName
{
border-color: #E93922;
}
</style>