Shades of Cinnabar #E94A21
Tints of Cinnabar #E94A21
RGB
CMYK
RGB Variations
Color information
#E94A21 (or 0xE94A21) is known color: Cinnabar. HEX triplet: E9, 4A and 21. RGB value is (233,74,33). Sum of RGB (Red+Green+Blue) = 233+74+33=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A21 is #16B5DE. Grayscale: #757575. Windows color (decimal): -1488351 or 2181865. OLE color: 2181865.
HSL color Cylindrical-coordinate representation of color #E94A21: hue angle of 12.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 #E94A21 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 33 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.09 |
| HSL | 12.3º | 0.82% | 0.52% | - |
| HSV(B) | 12.3º | 0.86% | 0.91% | - |
| XYZ | 36.33 | 22.33 | 3.83 | - |
| YUV | 116.87 | 80.68 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 33 | 0 | 0.68 | 0.86 | 0.09 | 12.3 | 0.82 | 0.52 |
| Hex | E9 | 4A | 21 | 0 | 44 | 56 | 9 | C | 52 | 34 |
| Octal | 351 | 112 | 41 | 0 | 104 | 126 | 11 | 14 | 122 | 64 |
| Binary | 11101001 | 1001010 | 100001 | 0 | 1000100 | 1010110 | 1001 | 1100 | 1010010 | 110100 |
Color Harmonies of #E94A21
Complementary color
Monochromatic Colors of #E94A21
Black with #E94A21
Text Example
Text Example
White with #E94A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A21; }
p { color: rgb(233,74,33); }
H1.HeaderClassName
{
color: #E94A21;
}
.AnyTagClassName
{
color: #E94A21;
}
</style>
background-color css
<style>
a { background-color: #E94A21; }
a { background-color: rgb(233,74,33); }
div.DivClassName
{
background-color: #E94A21;
}
.BgClassName
{
background-color: #E94A21;
}
</style>
border-color css
<style>
span { border-color: #E94A21; }
span { border-color: rgb(233,74,33); }
td.TdClassName
{
border-color: #E94A21;
}
.TagClassName
{
border-color: #E94A21;
}
</style>