Shades of Cinnabar #E94019
Tints of Cinnabar #E94019
RGB
CMYK
RGB Variations
Color information
#E94019 (or 0xE94019) is known color: Cinnabar. HEX triplet: E9, 40 and 19. RGB value is (233,64,25). Sum of RGB (Red+Green+Blue) = 233+64+25=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E94019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94019 is #16BFE6. Grayscale: #6E6E6E. Windows color (decimal): -1490919 or 1655017. OLE color: 1655017.
HSL color Cylindrical-coordinate representation of color #E94019: hue angle of 11.25º 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 #E94019 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 25 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.09 |
| HSL | 11.25º | 0.83% | 0.51% | - |
| HSV(B) | 11.25º | 0.89% | 0.91% | - |
| XYZ | 35.61 | 21.06 | 3.11 | - |
| YUV | 110.09 | 79.99 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 25 | 0 | 0.73 | 0.89 | 0.09 | 11.25 | 0.83 | 0.51 |
| Hex | E9 | 40 | 19 | 0 | 49 | 59 | 9 | B | 53 | 33 |
| Octal | 351 | 100 | 31 | 0 | 111 | 131 | 11 | 13 | 123 | 63 |
| Binary | 11101001 | 1000000 | 11001 | 0 | 1001001 | 1011001 | 1001 | 1011 | 1010011 | 110011 |
Color Harmonies of #E94019
Complementary color
Monochromatic Colors of #E94019
Black with #E94019
Text Example
Text Example
White with #E94019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94019; }
p { color: rgb(233,64,25); }
H1.HeaderClassName
{
color: #E94019;
}
.AnyTagClassName
{
color: #E94019;
}
</style>
background-color css
<style>
a { background-color: #E94019; }
a { background-color: rgb(233,64,25); }
div.DivClassName
{
background-color: #E94019;
}
.BgClassName
{
background-color: #E94019;
}
</style>
border-color css
<style>
span { border-color: #E94019; }
span { border-color: rgb(233,64,25); }
td.TdClassName
{
border-color: #E94019;
}
.TagClassName
{
border-color: #E94019;
}
</style>