Shades of Cinnabar #E94530
Tints of Cinnabar #E94530
RGB
CMYK
RGB Variations
Color information
#E94530 (or 0xE94530) is known color: Cinnabar. HEX triplet: E9, 45 and 30. RGB value is (233,69,48). Sum of RGB (Red+Green+Blue) = 233+69+48=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E94530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94530 is #16BACF. Grayscale: #737373. Windows color (decimal): -1489616 or 3163625. OLE color: 3163625.
HSL color Cylindrical-coordinate representation of color #E94530: hue angle of 6.81º 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 #E94530 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 48 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.09 |
| HSL | 6.81º | 0.81% | 0.55% | - |
| HSV(B) | 6.81º | 0.79% | 0.91% | - |
| XYZ | 36.27 | 21.79 | 5.09 | - |
| YUV | 115.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 48 | 0 | 0.70 | 0.79 | 0.09 | 6.81 | 0.81 | 0.55 |
| Hex | E9 | 45 | 30 | 0 | 46 | 4F | 9 | 7 | 51 | 37 |
| Octal | 351 | 105 | 60 | 0 | 106 | 117 | 11 | 7 | 121 | 67 |
| Binary | 11101001 | 1000101 | 110000 | 0 | 1000110 | 1001111 | 1001 | 111 | 1010001 | 110111 |
Color Harmonies of #E94530
Complementary color
Monochromatic Colors of #E94530
Black with #E94530
Text Example
Text Example
White with #E94530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94530; }
p { color: rgb(233,69,48); }
H1.HeaderClassName
{
color: #E94530;
}
.AnyTagClassName
{
color: #E94530;
}
</style>
background-color css
<style>
a { background-color: #E94530; }
a { background-color: rgb(233,69,48); }
div.DivClassName
{
background-color: #E94530;
}
.BgClassName
{
background-color: #E94530;
}
</style>
border-color css
<style>
span { border-color: #E94530; }
span { border-color: rgb(233,69,48); }
td.TdClassName
{
border-color: #E94530;
}
.TagClassName
{
border-color: #E94530;
}
</style>