Shades of Cinnabar #E93919
Tints of Cinnabar #E93919
RGB
CMYK
RGB Variations
Color information
#E93919 (or 0xE93919) is known color: Cinnabar. HEX triplet: E9, 39 and 19. RGB value is (233,57,25). Sum of RGB (Red+Green+Blue) = 233+57+25=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E93919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93919 is #16C6E6. Grayscale: #6A6A6A. Windows color (decimal): -1492711 or 1653225. OLE color: 1653225.
HSL color Cylindrical-coordinate representation of color #E93919: hue angle of 9.23º 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 #E93919 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 25 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.09 |
| HSL | 9.23º | 0.83% | 0.51% | - |
| HSV(B) | 9.23º | 0.89% | 0.91% | - |
| XYZ | 35.24 | 20.32 | 2.98 | - |
| YUV | 105.98 | 82.31 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 25 | 0 | 0.76 | 0.89 | 0.09 | 9.23 | 0.83 | 0.51 |
| Hex | E9 | 39 | 19 | 0 | 4C | 59 | 9 | 9 | 53 | 33 |
| Octal | 351 | 71 | 31 | 0 | 114 | 131 | 11 | 11 | 123 | 63 |
| Binary | 11101001 | 111001 | 11001 | 0 | 1001100 | 1011001 | 1001 | 1001 | 1010011 | 110011 |
Color Harmonies of #E93919
Complementary color
Monochromatic Colors of #E93919
Black with #E93919
Text Example
Text Example
White with #E93919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93919; }
p { color: rgb(233,57,25); }
H1.HeaderClassName
{
color: #E93919;
}
.AnyTagClassName
{
color: #E93919;
}
</style>
background-color css
<style>
a { background-color: #E93919; }
a { background-color: rgb(233,57,25); }
div.DivClassName
{
background-color: #E93919;
}
.BgClassName
{
background-color: #E93919;
}
</style>
border-color css
<style>
span { border-color: #E93919; }
span { border-color: rgb(233,57,25); }
td.TdClassName
{
border-color: #E93919;
}
.TagClassName
{
border-color: #E93919;
}
</style>