Shades of Cinnabar #E94419
Tints of Cinnabar #E94419
RGB
CMYK
RGB Variations
Color information
#E94419 (or 0xE94419) is known color: Cinnabar. HEX triplet: E9, 44 and 19. RGB value is (233,68,25). Sum of RGB (Red+Green+Blue) = 233+68+25=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E94419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94419 is #16BBE6. Grayscale: #707070. Windows color (decimal): -1489895 or 1656041. OLE color: 1656041.
HSL color Cylindrical-coordinate representation of color #E94419: hue angle of 12.4º 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 #E94419 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.09 |
| HSL | 12.4º | 0.83% | 0.51% | - |
| HSV(B) | 12.4º | 0.89% | 0.91% | - |
| XYZ | 35.85 | 21.53 | 3.19 | - |
| YUV | 112.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 25 | 0 | 0.71 | 0.89 | 0.09 | 12.4 | 0.83 | 0.51 |
| Hex | E9 | 44 | 19 | 0 | 47 | 59 | 9 | C | 53 | 33 |
| Octal | 351 | 104 | 31 | 0 | 107 | 131 | 11 | 14 | 123 | 63 |
| Binary | 11101001 | 1000100 | 11001 | 0 | 1000111 | 1011001 | 1001 | 1100 | 1010011 | 110011 |
Color Harmonies of #E94419
Complementary color
Monochromatic Colors of #E94419
Black with #E94419
Text Example
Text Example
White with #E94419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94419; }
p { color: rgb(233,68,25); }
H1.HeaderClassName
{
color: #E94419;
}
.AnyTagClassName
{
color: #E94419;
}
</style>
background-color css
<style>
a { background-color: #E94419; }
a { background-color: rgb(233,68,25); }
div.DivClassName
{
background-color: #E94419;
}
.BgClassName
{
background-color: #E94419;
}
</style>
border-color css
<style>
span { border-color: #E94419; }
span { border-color: rgb(233,68,25); }
td.TdClassName
{
border-color: #E94419;
}
.TagClassName
{
border-color: #E94419;
}
</style>