Shades of Cinnabar #E94025
Tints of Cinnabar #E94025
RGB
CMYK
RGB Variations
Color information
#E94025 (or 0xE94025) is known color: Cinnabar. HEX triplet: E9, 40 and 25. RGB value is (233,64,37). Sum of RGB (Red+Green+Blue) = 233+64+37=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E94025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94025 is #16BFDA. Grayscale: #6F6F6F. Windows color (decimal): -1490907 or 2441449. OLE color: 2441449.
HSL color Cylindrical-coordinate representation of color #E94025: hue angle of 8.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E94025 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 37 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.09 |
| HSL | 8.27º | 0.82% | 0.53% | - |
| HSV(B) | 8.27º | 0.84% | 0.91% | - |
| XYZ | 35.77 | 21.12 | 3.94 | - |
| YUV | 111.45 | 85.99 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 37 | 0 | 0.73 | 0.84 | 0.09 | 8.27 | 0.82 | 0.53 |
| Hex | E9 | 40 | 25 | 0 | 49 | 54 | 9 | 8 | 52 | 35 |
| Octal | 351 | 100 | 45 | 0 | 111 | 124 | 11 | 10 | 122 | 65 |
| Binary | 11101001 | 1000000 | 100101 | 0 | 1001001 | 1010100 | 1001 | 1000 | 1010010 | 110101 |
Color Harmonies of #E94025
Complementary color
Monochromatic Colors of #E94025
Black with #E94025
Text Example
Text Example
White with #E94025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94025; }
p { color: rgb(233,64,37); }
H1.HeaderClassName
{
color: #E94025;
}
.AnyTagClassName
{
color: #E94025;
}
</style>
background-color css
<style>
a { background-color: #E94025; }
a { background-color: rgb(233,64,37); }
div.DivClassName
{
background-color: #E94025;
}
.BgClassName
{
background-color: #E94025;
}
</style>
border-color css
<style>
span { border-color: #E94025; }
span { border-color: rgb(233,64,37); }
td.TdClassName
{
border-color: #E94025;
}
.TagClassName
{
border-color: #E94025;
}
</style>