Shades of Cinnabar #E93B16
Tints of Cinnabar #E93B16
RGB
CMYK
RGB Variations
Color information
#E93B16 (or 0xE93B16) is known color: Cinnabar. HEX triplet: E9, 3B and 16. RGB value is (233,59,22). Sum of RGB (Red+Green+Blue) = 233+59+22=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93B16 is #16C4E9. Grayscale: #6B6B6B. Windows color (decimal): -1492202 or 1457129. OLE color: 1457129.
HSL color Cylindrical-coordinate representation of color #E93B16: hue angle of 10.52º 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 #E93B16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.09 |
| HSL | 10.52º | 0.83% | 0.5% | - |
| HSV(B) | 10.52º | 0.91% | 0.91% | - |
| XYZ | 35.31 | 20.51 | 2.86 | - |
| YUV | 106.81 | 80.15 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 22 | 0 | 0.75 | 0.91 | 0.09 | 10.52 | 0.83 | 0.5 |
| Hex | E9 | 3B | 16 | 0 | 4B | 5B | 9 | B | 53 | 32 |
| Octal | 351 | 73 | 26 | 0 | 113 | 133 | 11 | 13 | 123 | 62 |
| Binary | 11101001 | 111011 | 10110 | 0 | 1001011 | 1011011 | 1001 | 1011 | 1010011 | 110010 |
Color Harmonies of #E93B16
Complementary color
Monochromatic Colors of #E93B16
Black with #E93B16
Text Example
Text Example
White with #E93B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93B16; }
p { color: rgb(233,59,22); }
H1.HeaderClassName
{
color: #E93B16;
}
.AnyTagClassName
{
color: #E93B16;
}
</style>
background-color css
<style>
a { background-color: #E93B16; }
a { background-color: rgb(233,59,22); }
div.DivClassName
{
background-color: #E93B16;
}
.BgClassName
{
background-color: #E93B16;
}
</style>
border-color css
<style>
span { border-color: #E93B16; }
span { border-color: rgb(233,59,22); }
td.TdClassName
{
border-color: #E93B16;
}
.TagClassName
{
border-color: #E93B16;
}
</style>