Shades of Cinnabar #E94021
Tints of Cinnabar #E94021
RGB
CMYK
RGB Variations
Color information
#E94021 (or 0xE94021) is known color: Cinnabar. HEX triplet: E9, 40 and 21. RGB value is (233,64,33). Sum of RGB (Red+Green+Blue) = 233+64+33=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E94021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94021 is #16BFDE. Grayscale: #6F6F6F. Windows color (decimal): -1490911 or 2179305. OLE color: 2179305.
HSL color Cylindrical-coordinate representation of color #E94021: hue angle of 9.3º 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 #E94021 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 33 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.09 |
| HSL | 9.3º | 0.82% | 0.52% | - |
| HSV(B) | 9.3º | 0.86% | 0.91% | - |
| XYZ | 35.71 | 21.1 | 3.63 | - |
| YUV | 111 | 83.99 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 33 | 0 | 0.73 | 0.86 | 0.09 | 9.3 | 0.82 | 0.52 |
| Hex | E9 | 40 | 21 | 0 | 49 | 56 | 9 | 9 | 52 | 34 |
| Octal | 351 | 100 | 41 | 0 | 111 | 126 | 11 | 11 | 122 | 64 |
| Binary | 11101001 | 1000000 | 100001 | 0 | 1001001 | 1010110 | 1001 | 1001 | 1010010 | 110100 |
Color Harmonies of #E94021
Complementary color
Monochromatic Colors of #E94021
Black with #E94021
Text Example
Text Example
White with #E94021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94021; }
p { color: rgb(233,64,33); }
H1.HeaderClassName
{
color: #E94021;
}
.AnyTagClassName
{
color: #E94021;
}
</style>
background-color css
<style>
a { background-color: #E94021; }
a { background-color: rgb(233,64,33); }
div.DivClassName
{
background-color: #E94021;
}
.BgClassName
{
background-color: #E94021;
}
</style>
border-color css
<style>
span { border-color: #E94021; }
span { border-color: rgb(233,64,33); }
td.TdClassName
{
border-color: #E94021;
}
.TagClassName
{
border-color: #E94021;
}
</style>