Shades of Cinnabar #E94E21
Tints of Cinnabar #E94E21
RGB
CMYK
RGB Variations
Color information
#E94E21 (or 0xE94E21) is known color: Cinnabar. HEX triplet: E9, 4E and 21. RGB value is (233,78,33). Sum of RGB (Red+Green+Blue) = 233+78+33=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94E21 is #16B1DE. Grayscale: #777777. Windows color (decimal): -1487327 or 2182889. OLE color: 2182889.
HSL color Cylindrical-coordinate representation of color #E94E21: hue angle of 13.5º 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 #E94E21 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 33 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.09 |
| HSL | 13.5º | 0.82% | 0.52% | - |
| HSV(B) | 13.5º | 0.86% | 0.91% | - |
| XYZ | 36.6 | 22.88 | 3.93 | - |
| YUV | 119.22 | 79.35 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 33 | 0 | 0.67 | 0.86 | 0.09 | 13.5 | 0.82 | 0.52 |
| Hex | E9 | 4E | 21 | 0 | 43 | 56 | 9 | E | 52 | 34 |
| Octal | 351 | 116 | 41 | 0 | 103 | 126 | 11 | 16 | 122 | 64 |
| Binary | 11101001 | 1001110 | 100001 | 0 | 1000011 | 1010110 | 1001 | 1110 | 1010010 | 110100 |
Color Harmonies of #E94E21
Complementary color
Monochromatic Colors of #E94E21
Black with #E94E21
Text Example
Text Example
White with #E94E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E21; }
p { color: rgb(233,78,33); }
H1.HeaderClassName
{
color: #E94E21;
}
.AnyTagClassName
{
color: #E94E21;
}
</style>
background-color css
<style>
a { background-color: #E94E21; }
a { background-color: rgb(233,78,33); }
div.DivClassName
{
background-color: #E94E21;
}
.BgClassName
{
background-color: #E94E21;
}
</style>
border-color css
<style>
span { border-color: #E94E21; }
span { border-color: rgb(233,78,33); }
td.TdClassName
{
border-color: #E94E21;
}
.TagClassName
{
border-color: #E94E21;
}
</style>