Shades of Cinnabar #E93D22
Tints of Cinnabar #E93D22
RGB
CMYK
RGB Variations
Color information
#E93D22 (or 0xE93D22) is known color: Cinnabar. HEX triplet: E9, 3D and 22. RGB value is (233,61,34). Sum of RGB (Red+Green+Blue) = 233+61+34=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D22 is #16C2DD. Grayscale: #6D6D6D. Windows color (decimal): -1491678 or 2244073. OLE color: 2244073.
HSL color Cylindrical-coordinate representation of color #E93D22: hue angle of 8.14º 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 #E93D22 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 34 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.09 |
| HSL | 8.14º | 0.82% | 0.52% | - |
| HSV(B) | 8.14º | 0.85% | 0.91% | - |
| XYZ | 35.56 | 20.78 | 3.65 | - |
| YUV | 109.35 | 85.48 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 34 | 0 | 0.74 | 0.85 | 0.09 | 8.14 | 0.82 | 0.52 |
| Hex | E9 | 3D | 22 | 0 | 4A | 55 | 9 | 8 | 52 | 34 |
| Octal | 351 | 75 | 42 | 0 | 112 | 125 | 11 | 10 | 122 | 64 |
| Binary | 11101001 | 111101 | 100010 | 0 | 1001010 | 1010101 | 1001 | 1000 | 1010010 | 110100 |
Color Harmonies of #E93D22
Complementary color
Monochromatic Colors of #E93D22
Black with #E93D22
Text Example
Text Example
White with #E93D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D22; }
p { color: rgb(233,61,34); }
H1.HeaderClassName
{
color: #E93D22;
}
.AnyTagClassName
{
color: #E93D22;
}
</style>
background-color css
<style>
a { background-color: #E93D22; }
a { background-color: rgb(233,61,34); }
div.DivClassName
{
background-color: #E93D22;
}
.BgClassName
{
background-color: #E93D22;
}
</style>
border-color css
<style>
span { border-color: #E93D22; }
span { border-color: rgb(233,61,34); }
td.TdClassName
{
border-color: #E93D22;
}
.TagClassName
{
border-color: #E93D22;
}
</style>