Shades of Cinnabar #E94541
Tints of Cinnabar #E94541
RGB
CMYK
RGB Variations
Color information
#E94541 (or 0xE94541) is known color: Cinnabar. HEX triplet: E9, 45 and 41. RGB value is (233,69,65). Sum of RGB (Red+Green+Blue) = 233+69+65=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E94541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94541 is #16BABE. Grayscale: #757575. Windows color (decimal): -1489599 or 4277737. OLE color: 4277737.
HSL color Cylindrical-coordinate representation of color #E94541: hue angle of 1.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94541 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 65 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.09 |
| HSL | 1.43º | 0.79% | 0.58% | - |
| HSV(B) | 1.43º | 0.72% | 0.91% | - |
| XYZ | 36.69 | 21.96 | 7.31 | - |
| YUV | 117.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 65 | 0 | 0.70 | 0.72 | 0.09 | 1.43 | 0.79 | 0.58 |
| Hex | E9 | 45 | 41 | 0 | 46 | 48 | 9 | 1 | 4F | 3A |
| Octal | 351 | 105 | 101 | 0 | 106 | 110 | 11 | 1 | 117 | 72 |
| Binary | 11101001 | 1000101 | 1000001 | 0 | 1000110 | 1001000 | 1001 | 1 | 1001111 | 111010 |
Color Harmonies of #E94541
Complementary color
Monochromatic Colors of #E94541
Black with #E94541
Text Example
Text Example
White with #E94541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94541; }
p { color: rgb(233,69,65); }
H1.HeaderClassName
{
color: #E94541;
}
.AnyTagClassName
{
color: #E94541;
}
</style>
background-color css
<style>
a { background-color: #E94541; }
a { background-color: rgb(233,69,65); }
div.DivClassName
{
background-color: #E94541;
}
.BgClassName
{
background-color: #E94541;
}
</style>
border-color css
<style>
span { border-color: #E94541; }
span { border-color: rgb(233,69,65); }
td.TdClassName
{
border-color: #E94541;
}
.TagClassName
{
border-color: #E94541;
}
</style>