Shades of Cinnabar #E93D16
Tints of Cinnabar #E93D16
RGB
CMYK
RGB Variations
Color information
#E93D16 (or 0xE93D16) is known color: Cinnabar. HEX triplet: E9, 3D and 16. RGB value is (233,61,22). Sum of RGB (Red+Green+Blue) = 233+61+22=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93D16 is #16C2E9. Grayscale: #6C6C6C. Windows color (decimal): -1491690 or 1457641. OLE color: 1457641.
HSL color Cylindrical-coordinate representation of color #E93D16: hue angle of 11.09º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E93D16 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.09 |
| HSL | 11.09º | 0.83% | 0.5% | - |
| HSV(B) | 11.09º | 0.91% | 0.91% | - |
| XYZ | 35.42 | 20.72 | 2.89 | - |
| YUV | 107.98 | 79.48 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 22 | 0 | 0.74 | 0.91 | 0.09 | 11.09 | 0.83 | 0.5 |
| Hex | E9 | 3D | 16 | 0 | 4A | 5B | 9 | B | 53 | 32 |
| Octal | 351 | 75 | 26 | 0 | 112 | 133 | 11 | 13 | 123 | 62 |
| Binary | 11101001 | 111101 | 10110 | 0 | 1001010 | 1011011 | 1001 | 1011 | 1010011 | 110010 |
Color Harmonies of #E93D16
Complementary color
Monochromatic Colors of #E93D16
Black with #E93D16
Text Example
Text Example
White with #E93D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D16; }
p { color: rgb(233,61,22); }
H1.HeaderClassName
{
color: #E93D16;
}
.AnyTagClassName
{
color: #E93D16;
}
</style>
background-color css
<style>
a { background-color: #E93D16; }
a { background-color: rgb(233,61,22); }
div.DivClassName
{
background-color: #E93D16;
}
.BgClassName
{
background-color: #E93D16;
}
</style>
border-color css
<style>
span { border-color: #E93D16; }
span { border-color: rgb(233,61,22); }
td.TdClassName
{
border-color: #E93D16;
}
.TagClassName
{
border-color: #E93D16;
}
</style>