Shades of Cinnabar #E94531
Tints of Cinnabar #E94531
RGB
CMYK
RGB Variations
Color information
#E94531 (or 0xE94531) is known color: Cinnabar. HEX triplet: E9, 45 and 31. RGB value is (233,69,49). Sum of RGB (Red+Green+Blue) = 233+69+49=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E94531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94531 is #16BACE. Grayscale: #737373. Windows color (decimal): -1489615 or 3229161. OLE color: 3229161.
HSL color Cylindrical-coordinate representation of color #E94531: hue angle of 6.52º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E94531 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 49 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.09 |
| HSL | 6.52º | 0.81% | 0.55% | - |
| HSV(B) | 6.52º | 0.79% | 0.91% | - |
| XYZ | 36.29 | 21.8 | 5.2 | - |
| YUV | 115.76 | 90.33 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 49 | 0 | 0.70 | 0.79 | 0.09 | 6.52 | 0.81 | 0.55 |
| Hex | E9 | 45 | 31 | 0 | 46 | 4F | 9 | 7 | 51 | 37 |
| Octal | 351 | 105 | 61 | 0 | 106 | 117 | 11 | 7 | 121 | 67 |
| Binary | 11101001 | 1000101 | 110001 | 0 | 1000110 | 1001111 | 1001 | 111 | 1010001 | 110111 |
Color Harmonies of #E94531
Complementary color
Monochromatic Colors of #E94531
Black with #E94531
Text Example
Text Example
White with #E94531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94531; }
p { color: rgb(233,69,49); }
H1.HeaderClassName
{
color: #E94531;
}
.AnyTagClassName
{
color: #E94531;
}
</style>
background-color css
<style>
a { background-color: #E94531; }
a { background-color: rgb(233,69,49); }
div.DivClassName
{
background-color: #E94531;
}
.BgClassName
{
background-color: #E94531;
}
</style>
border-color css
<style>
span { border-color: #E94531; }
span { border-color: rgb(233,69,49); }
td.TdClassName
{
border-color: #E94531;
}
.TagClassName
{
border-color: #E94531;
}
</style>