Shades of Cinnabar #E94925
Tints of Cinnabar #E94925
RGB
CMYK
RGB Variations
Color information
#E94925 (or 0xE94925) is known color: Cinnabar. HEX triplet: E9, 49 and 25. RGB value is (233,73,37). Sum of RGB (Red+Green+Blue) = 233+73+37=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E94925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94925 is #16B6DA. Grayscale: #757575. Windows color (decimal): -1488603 or 2443753. OLE color: 2443753.
HSL color Cylindrical-coordinate representation of color #E94925: hue angle of 11.02º 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 #E94925 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 37 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.09 |
| HSL | 11.02º | 0.82% | 0.53% | - |
| HSV(B) | 11.02º | 0.84% | 0.91% | - |
| XYZ | 36.32 | 22.22 | 4.13 | - |
| YUV | 116.74 | 83.01 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 37 | 0 | 0.69 | 0.84 | 0.09 | 11.02 | 0.82 | 0.53 |
| Hex | E9 | 49 | 25 | 0 | 45 | 54 | 9 | B | 52 | 35 |
| Octal | 351 | 111 | 45 | 0 | 105 | 124 | 11 | 13 | 122 | 65 |
| Binary | 11101001 | 1001001 | 100101 | 0 | 1000101 | 1010100 | 1001 | 1011 | 1010010 | 110101 |
Color Harmonies of #E94925
Complementary color
Monochromatic Colors of #E94925
Black with #E94925
Text Example
Text Example
White with #E94925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94925; }
p { color: rgb(233,73,37); }
H1.HeaderClassName
{
color: #E94925;
}
.AnyTagClassName
{
color: #E94925;
}
</style>
background-color css
<style>
a { background-color: #E94925; }
a { background-color: rgb(233,73,37); }
div.DivClassName
{
background-color: #E94925;
}
.BgClassName
{
background-color: #E94925;
}
</style>
border-color css
<style>
span { border-color: #E94925; }
span { border-color: rgb(233,73,37); }
td.TdClassName
{
border-color: #E94925;
}
.TagClassName
{
border-color: #E94925;
}
</style>