Shades of Cinnabar #E94219
Tints of Cinnabar #E94219
RGB
CMYK
RGB Variations
Color information
#E94219 (or 0xE94219) is known color: Cinnabar. HEX triplet: E9, 42 and 19. RGB value is (233,66,25). Sum of RGB (Red+Green+Blue) = 233+66+25=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E94219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94219 is #16BDE6. Grayscale: #6F6F6F. Windows color (decimal): -1490407 or 1655529. OLE color: 1655529.
HSL color Cylindrical-coordinate representation of color #E94219: hue angle of 11.83º 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 #E94219 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 25 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.09 |
| HSL | 11.83º | 0.83% | 0.51% | - |
| HSV(B) | 11.83º | 0.89% | 0.91% | - |
| XYZ | 35.73 | 21.29 | 3.15 | - |
| YUV | 111.26 | 79.33 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 25 | 0 | 0.72 | 0.89 | 0.09 | 11.83 | 0.83 | 0.51 |
| Hex | E9 | 42 | 19 | 0 | 48 | 59 | 9 | C | 53 | 33 |
| Octal | 351 | 102 | 31 | 0 | 110 | 131 | 11 | 14 | 123 | 63 |
| Binary | 11101001 | 1000010 | 11001 | 0 | 1001000 | 1011001 | 1001 | 1100 | 1010011 | 110011 |
Color Harmonies of #E94219
Complementary color
Monochromatic Colors of #E94219
Black with #E94219
Text Example
Text Example
White with #E94219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94219; }
p { color: rgb(233,66,25); }
H1.HeaderClassName
{
color: #E94219;
}
.AnyTagClassName
{
color: #E94219;
}
</style>
background-color css
<style>
a { background-color: #E94219; }
a { background-color: rgb(233,66,25); }
div.DivClassName
{
background-color: #E94219;
}
.BgClassName
{
background-color: #E94219;
}
</style>
border-color css
<style>
span { border-color: #E94219; }
span { border-color: rgb(233,66,25); }
td.TdClassName
{
border-color: #E94219;
}
.TagClassName
{
border-color: #E94219;
}
</style>