Shades of Cinnabar #E93719
Tints of Cinnabar #E93719
RGB
CMYK
RGB Variations
Color information
#E93719 (or 0xE93719) is known color: Cinnabar. HEX triplet: E9, 37 and 19. RGB value is (233,55,25). Sum of RGB (Red+Green+Blue) = 233+55+25=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E93719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93719 is #16C8E6. Grayscale: #696969. Windows color (decimal): -1493223 or 1652713. OLE color: 1652713.
HSL color Cylindrical-coordinate representation of color #E93719: hue angle of 8.65º 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 #E93719 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 25 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.09 |
| HSL | 8.65º | 0.83% | 0.51% | - |
| HSV(B) | 8.65º | 0.89% | 0.91% | - |
| XYZ | 35.15 | 20.13 | 2.95 | - |
| YUV | 104.8 | 82.97 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 25 | 0 | 0.76 | 0.89 | 0.09 | 8.65 | 0.83 | 0.51 |
| Hex | E9 | 37 | 19 | 0 | 4C | 59 | 9 | 9 | 53 | 33 |
| Octal | 351 | 67 | 31 | 0 | 114 | 131 | 11 | 11 | 123 | 63 |
| Binary | 11101001 | 110111 | 11001 | 0 | 1001100 | 1011001 | 1001 | 1001 | 1010011 | 110011 |
Color Harmonies of #E93719
Complementary color
Monochromatic Colors of #E93719
Black with #E93719
Text Example
Text Example
White with #E93719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93719; }
p { color: rgb(233,55,25); }
H1.HeaderClassName
{
color: #E93719;
}
.AnyTagClassName
{
color: #E93719;
}
</style>
background-color css
<style>
a { background-color: #E93719; }
a { background-color: rgb(233,55,25); }
div.DivClassName
{
background-color: #E93719;
}
.BgClassName
{
background-color: #E93719;
}
</style>
border-color css
<style>
span { border-color: #E93719; }
span { border-color: rgb(233,55,25); }
td.TdClassName
{
border-color: #E93719;
}
.TagClassName
{
border-color: #E93719;
}
</style>