Shades of Cinnabar #E94A43
Tints of Cinnabar #E94A43
RGB
CMYK
RGB Variations
Color information
#E94A43 (or 0xE94A43) is known color: Cinnabar. HEX triplet: E9, 4A and 43. RGB value is (233,74,67). Sum of RGB (Red+Green+Blue) = 233+74+67=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A43 is #16B5BC. Grayscale: #787878. Windows color (decimal): -1488317 or 4410089. OLE color: 4410089.
HSL color Cylindrical-coordinate representation of color #E94A43: hue angle of 2.53º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94A43 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 67 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.09 |
| HSL | 2.53º | 0.79% | 0.59% | - |
| HSV(B) | 2.53º | 0.71% | 0.91% | - |
| XYZ | 37.07 | 22.63 | 7.72 | - |
| YUV | 120.74 | 97.68 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 67 | 0 | 0.68 | 0.71 | 0.09 | 2.53 | 0.79 | 0.59 |
| Hex | E9 | 4A | 43 | 0 | 44 | 47 | 9 | 3 | 4F | 3B |
| Octal | 351 | 112 | 103 | 0 | 104 | 107 | 11 | 3 | 117 | 73 |
| Binary | 11101001 | 1001010 | 1000011 | 0 | 1000100 | 1000111 | 1001 | 11 | 1001111 | 111011 |
Color Harmonies of #E94A43
Complementary color
Monochromatic Colors of #E94A43
Black with #E94A43
Text Example
Text Example
White with #E94A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A43; }
p { color: rgb(233,74,67); }
H1.HeaderClassName
{
color: #E94A43;
}
.AnyTagClassName
{
color: #E94A43;
}
</style>
background-color css
<style>
a { background-color: #E94A43; }
a { background-color: rgb(233,74,67); }
div.DivClassName
{
background-color: #E94A43;
}
.BgClassName
{
background-color: #E94A43;
}
</style>
border-color css
<style>
span { border-color: #E94A43; }
span { border-color: rgb(233,74,67); }
td.TdClassName
{
border-color: #E94A43;
}
.TagClassName
{
border-color: #E94A43;
}
</style>