Shades of Cinnabar #E94D21
Tints of Cinnabar #E94D21
RGB
CMYK
RGB Variations
Color information
#E94D21 (or 0xE94D21) is known color: Cinnabar. HEX triplet: E9, 4D and 21. RGB value is (233,77,33). Sum of RGB (Red+Green+Blue) = 233+77+33=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D21 is #16B2DE. Grayscale: #767676. Windows color (decimal): -1487583 or 2182633. OLE color: 2182633.
HSL color Cylindrical-coordinate representation of color #E94D21: hue angle of 13.2º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E94D21 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 33 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.09 |
| HSL | 13.2º | 0.82% | 0.52% | - |
| HSV(B) | 13.2º | 0.86% | 0.91% | - |
| XYZ | 36.53 | 22.74 | 3.9 | - |
| YUV | 118.63 | 79.68 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 33 | 0 | 0.67 | 0.86 | 0.09 | 13.2 | 0.82 | 0.52 |
| Hex | E9 | 4D | 21 | 0 | 43 | 56 | 9 | D | 52 | 34 |
| Octal | 351 | 115 | 41 | 0 | 103 | 126 | 11 | 15 | 122 | 64 |
| Binary | 11101001 | 1001101 | 100001 | 0 | 1000011 | 1010110 | 1001 | 1101 | 1010010 | 110100 |
Color Harmonies of #E94D21
Complementary color
Monochromatic Colors of #E94D21
Black with #E94D21
Text Example
Text Example
White with #E94D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D21; }
p { color: rgb(233,77,33); }
H1.HeaderClassName
{
color: #E94D21;
}
.AnyTagClassName
{
color: #E94D21;
}
</style>
background-color css
<style>
a { background-color: #E94D21; }
a { background-color: rgb(233,77,33); }
div.DivClassName
{
background-color: #E94D21;
}
.BgClassName
{
background-color: #E94D21;
}
</style>
border-color css
<style>
span { border-color: #E94D21; }
span { border-color: rgb(233,77,33); }
td.TdClassName
{
border-color: #E94D21;
}
.TagClassName
{
border-color: #E94D21;
}
</style>