Shades of Cinnabar #E94B3E
Tints of Cinnabar #E94B3E
RGB
CMYK
RGB Variations
Color information
#E94B3E (or 0xE94B3E) is known color: Cinnabar. HEX triplet: E9, 4B and 3E. RGB value is (233,75,62). Sum of RGB (Red+Green+Blue) = 233+75+62=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94B3E is #16B4C1. Grayscale: #787878. Windows color (decimal): -1488066 or 4082665. OLE color: 4082665.
HSL color Cylindrical-coordinate representation of color #E94B3E: hue angle of 4.56º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94B3E is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 62 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.09 |
| HSL | 4.56º | 0.8% | 0.58% | - |
| HSV(B) | 4.56º | 0.73% | 0.91% | - |
| XYZ | 36.99 | 22.7 | 6.99 | - |
| YUV | 120.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 62 | 0 | 0.68 | 0.73 | 0.09 | 4.56 | 0.8 | 0.58 |
| Hex | E9 | 4B | 3E | 0 | 44 | 49 | 9 | 5 | 50 | 3A |
| Octal | 351 | 113 | 76 | 0 | 104 | 111 | 11 | 5 | 120 | 72 |
| Binary | 11101001 | 1001011 | 111110 | 0 | 1000100 | 1001001 | 1001 | 101 | 1010000 | 111010 |
Color Harmonies of #E94B3E
Complementary color
Monochromatic Colors of #E94B3E
Black with #E94B3E
Text Example
Text Example
White with #E94B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B3E; }
p { color: rgb(233,75,62); }
H1.HeaderClassName
{
color: #E94B3E;
}
.AnyTagClassName
{
color: #E94B3E;
}
</style>
background-color css
<style>
a { background-color: #E94B3E; }
a { background-color: rgb(233,75,62); }
div.DivClassName
{
background-color: #E94B3E;
}
.BgClassName
{
background-color: #E94B3E;
}
</style>
border-color css
<style>
span { border-color: #E94B3E; }
span { border-color: rgb(233,75,62); }
td.TdClassName
{
border-color: #E94B3E;
}
.TagClassName
{
border-color: #E94B3E;
}
</style>