Shades of Cinnabar #E34021
Tints of Cinnabar #E34021
RGB
CMYK
RGB Variations
Color information
#E34021 (or 0xE34021) is known color: Cinnabar. HEX triplet: E3, 40 and 21. RGB value is (227,64,33). Sum of RGB (Red+Green+Blue) = 227+64+33=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E34021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34021 is #1CBFDE. Grayscale: #6D6D6D. Windows color (decimal): -1884127 or 2179299. OLE color: 2179299.
HSL color Cylindrical-coordinate representation of color #E34021: hue angle of 9.59º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E34021 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 33 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.11 |
| HSL | 9.59º | 0.78% | 0.51% | - |
| HSV(B) | 9.59º | 0.85% | 0.89% | - |
| XYZ | 33.79 | 20.11 | 3.54 | - |
| YUV | 109.2 | 85 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 33 | 0 | 0.72 | 0.85 | 0.11 | 9.59 | 0.78 | 0.51 |
| Hex | E3 | 40 | 21 | 0 | 48 | 55 | B | A | 4E | 33 |
| Octal | 343 | 100 | 41 | 0 | 110 | 125 | 13 | 12 | 116 | 63 |
| Binary | 11100011 | 1000000 | 100001 | 0 | 1001000 | 1010101 | 1011 | 1010 | 1001110 | 110011 |
Color Harmonies of #E34021
Complementary color
Monochromatic Colors of #E34021
Black with #E34021
Text Example
Text Example
White with #E34021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34021; }
p { color: rgb(227,64,33); }
H1.HeaderClassName
{
color: #E34021;
}
.AnyTagClassName
{
color: #E34021;
}
</style>
background-color css
<style>
a { background-color: #E34021; }
a { background-color: rgb(227,64,33); }
div.DivClassName
{
background-color: #E34021;
}
.BgClassName
{
background-color: #E34021;
}
</style>
border-color css
<style>
span { border-color: #E34021; }
span { border-color: rgb(227,64,33); }
td.TdClassName
{
border-color: #E34021;
}
.TagClassName
{
border-color: #E34021;
}
</style>