Shades of Cinnabar #E93F16
Tints of Cinnabar #E93F16
RGB
CMYK
RGB Variations
Color information
#E93F16 (or 0xE93F16) is known color: Cinnabar. HEX triplet: E9, 3F and 16. RGB value is (233,63,22). Sum of RGB (Red+Green+Blue) = 233+63+22=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93F16 is #16C0E9. Grayscale: #6D6D6D. Windows color (decimal): -1491178 or 1458153. OLE color: 1458153.
HSL color Cylindrical-coordinate representation of color #E93F16: hue angle of 11.66º 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 #E93F16 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.09 |
| HSL | 11.66º | 0.83% | 0.5% | - |
| HSV(B) | 11.66º | 0.91% | 0.91% | - |
| XYZ | 35.53 | 20.94 | 2.93 | - |
| YUV | 109.16 | 78.82 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 22 | 0 | 0.73 | 0.91 | 0.09 | 11.66 | 0.83 | 0.5 |
| Hex | E9 | 3F | 16 | 0 | 49 | 5B | 9 | C | 53 | 32 |
| Octal | 351 | 77 | 26 | 0 | 111 | 133 | 11 | 14 | 123 | 62 |
| Binary | 11101001 | 111111 | 10110 | 0 | 1001001 | 1011011 | 1001 | 1100 | 1010011 | 110010 |
Color Harmonies of #E93F16
Complementary color
Monochromatic Colors of #E93F16
Black with #E93F16
Text Example
Text Example
White with #E93F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93F16; }
p { color: rgb(233,63,22); }
H1.HeaderClassName
{
color: #E93F16;
}
.AnyTagClassName
{
color: #E93F16;
}
</style>
background-color css
<style>
a { background-color: #E93F16; }
a { background-color: rgb(233,63,22); }
div.DivClassName
{
background-color: #E93F16;
}
.BgClassName
{
background-color: #E93F16;
}
</style>
border-color css
<style>
span { border-color: #E93F16; }
span { border-color: rgb(233,63,22); }
td.TdClassName
{
border-color: #E93F16;
}
.TagClassName
{
border-color: #E93F16;
}
</style>