Shades of Cinnabar #E34022
Tints of Cinnabar #E34022
RGB
CMYK
RGB Variations
Color information
#E34022 (or 0xE34022) is known color: Cinnabar. HEX triplet: E3, 40 and 22. RGB value is (227,64,34). Sum of RGB (Red+Green+Blue) = 227+64+34=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E34022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34022 is #1CBFDD. Grayscale: #6D6D6D. Windows color (decimal): -1884126 or 2244835. OLE color: 2244835.
HSL color Cylindrical-coordinate representation of color #E34022: hue angle of 9.33º 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 #E34022 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 34 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.11 |
| HSL | 9.33º | 0.78% | 0.51% | - |
| HSV(B) | 9.33º | 0.85% | 0.89% | - |
| XYZ | 33.8 | 20.11 | 3.61 | - |
| YUV | 109.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 34 | 0 | 0.72 | 0.85 | 0.11 | 9.33 | 0.78 | 0.51 |
| Hex | E3 | 40 | 22 | 0 | 48 | 55 | B | 9 | 4E | 33 |
| Octal | 343 | 100 | 42 | 0 | 110 | 125 | 13 | 11 | 116 | 63 |
| Binary | 11100011 | 1000000 | 100010 | 0 | 1001000 | 1010101 | 1011 | 1001 | 1001110 | 110011 |
Color Harmonies of #E34022
Complementary color
Monochromatic Colors of #E34022
Black with #E34022
Text Example
Text Example
White with #E34022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34022; }
p { color: rgb(227,64,34); }
H1.HeaderClassName
{
color: #E34022;
}
.AnyTagClassName
{
color: #E34022;
}
</style>
background-color css
<style>
a { background-color: #E34022; }
a { background-color: rgb(227,64,34); }
div.DivClassName
{
background-color: #E34022;
}
.BgClassName
{
background-color: #E34022;
}
</style>
border-color css
<style>
span { border-color: #E34022; }
span { border-color: rgb(227,64,34); }
td.TdClassName
{
border-color: #E34022;
}
.TagClassName
{
border-color: #E34022;
}
</style>