Shades of Cinnabar #E94A2F
Tints of Cinnabar #E94A2F
RGB
CMYK
RGB Variations
Color information
#E94A2F (or 0xE94A2F) is known color: Cinnabar. HEX triplet: E9, 4A and 2F. RGB value is (233,74,47). Sum of RGB (Red+Green+Blue) = 233+74+47=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A2F is #16B5D0. Grayscale: #767676. Windows color (decimal): -1488337 or 3099369. OLE color: 3099369.
HSL color Cylindrical-coordinate representation of color #E94A2F: hue angle of 8.71º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E94A2F is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 47 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.09 |
| HSL | 8.71º | 0.81% | 0.55% | - |
| HSV(B) | 8.71º | 0.8% | 0.91% | - |
| XYZ | 36.57 | 22.43 | 5.09 | - |
| YUV | 118.46 | 87.68 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 47 | 0 | 0.68 | 0.80 | 0.09 | 8.71 | 0.81 | 0.55 |
| Hex | E9 | 4A | 2F | 0 | 44 | 50 | 9 | 9 | 51 | 37 |
| Octal | 351 | 112 | 57 | 0 | 104 | 120 | 11 | 11 | 121 | 67 |
| Binary | 11101001 | 1001010 | 101111 | 0 | 1000100 | 1010000 | 1001 | 1001 | 1010001 | 110111 |
Color Harmonies of #E94A2F
Complementary color
Monochromatic Colors of #E94A2F
Black with #E94A2F
Text Example
Text Example
White with #E94A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A2F; }
p { color: rgb(233,74,47); }
H1.HeaderClassName
{
color: #E94A2F;
}
.AnyTagClassName
{
color: #E94A2F;
}
</style>
background-color css
<style>
a { background-color: #E94A2F; }
a { background-color: rgb(233,74,47); }
div.DivClassName
{
background-color: #E94A2F;
}
.BgClassName
{
background-color: #E94A2F;
}
</style>
border-color css
<style>
span { border-color: #E94A2F; }
span { border-color: rgb(233,74,47); }
td.TdClassName
{
border-color: #E94A2F;
}
.TagClassName
{
border-color: #E94A2F;
}
</style>