Shades of Cinnabar #E93C19
Tints of Cinnabar #E93C19
RGB
CMYK
RGB Variations
Color information
#E93C19 (or 0xE93C19) is known color: Cinnabar. HEX triplet: E9, 3C and 19. RGB value is (233,60,25). Sum of RGB (Red+Green+Blue) = 233+60+25=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93C19 is #16C3E6. Grayscale: #6C6C6C. Windows color (decimal): -1491943 or 1653993. OLE color: 1653993.
HSL color Cylindrical-coordinate representation of color #E93C19: hue angle of 10.1º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E93C19 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 25 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.09 |
| HSL | 10.1º | 0.83% | 0.51% | - |
| HSV(B) | 10.1º | 0.89% | 0.91% | - |
| XYZ | 35.4 | 20.63 | 3.04 | - |
| YUV | 107.74 | 81.31 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 25 | 0 | 0.74 | 0.89 | 0.09 | 10.1 | 0.83 | 0.51 |
| Hex | E9 | 3C | 19 | 0 | 4A | 59 | 9 | A | 53 | 33 |
| Octal | 351 | 74 | 31 | 0 | 112 | 131 | 11 | 12 | 123 | 63 |
| Binary | 11101001 | 111100 | 11001 | 0 | 1001010 | 1011001 | 1001 | 1010 | 1010011 | 110011 |
Color Harmonies of #E93C19
Complementary color
Monochromatic Colors of #E93C19
Black with #E93C19
Text Example
Text Example
White with #E93C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C19; }
p { color: rgb(233,60,25); }
H1.HeaderClassName
{
color: #E93C19;
}
.AnyTagClassName
{
color: #E93C19;
}
</style>
background-color css
<style>
a { background-color: #E93C19; }
a { background-color: rgb(233,60,25); }
div.DivClassName
{
background-color: #E93C19;
}
.BgClassName
{
background-color: #E93C19;
}
</style>
border-color css
<style>
span { border-color: #E93C19; }
span { border-color: rgb(233,60,25); }
td.TdClassName
{
border-color: #E93C19;
}
.TagClassName
{
border-color: #E93C19;
}
</style>