Shades of Cinnabar #E34020
Tints of Cinnabar #E34020
RGB
CMYK
RGB Variations
Color information
#E34020 (or 0xE34020) is known color: Cinnabar. HEX triplet: E3, 40 and 20. RGB value is (227,64,32). Sum of RGB (Red+Green+Blue) = 227+64+32=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E34020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34020 is #1CBFDF. Grayscale: #6D6D6D. Windows color (decimal): -1884128 or 2113763. OLE color: 2113763.
HSL color Cylindrical-coordinate representation of color #E34020: hue angle of 9.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E34020 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 32 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.11 |
| HSL | 9.85º | 0.78% | 0.51% | - |
| HSV(B) | 9.85º | 0.86% | 0.89% | - |
| XYZ | 33.77 | 20.1 | 3.47 | - |
| YUV | 109.09 | 84.5 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 32 | 0 | 0.72 | 0.86 | 0.11 | 9.85 | 0.78 | 0.51 |
| Hex | E3 | 40 | 20 | 0 | 48 | 56 | B | A | 4E | 33 |
| Octal | 343 | 100 | 40 | 0 | 110 | 126 | 13 | 12 | 116 | 63 |
| Binary | 11100011 | 1000000 | 100000 | 0 | 1001000 | 1010110 | 1011 | 1010 | 1001110 | 110011 |
Color Harmonies of #E34020
Complementary color
Monochromatic Colors of #E34020
Black with #E34020
Text Example
Text Example
White with #E34020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34020; }
p { color: rgb(227,64,32); }
H1.HeaderClassName
{
color: #E34020;
}
.AnyTagClassName
{
color: #E34020;
}
</style>
background-color css
<style>
a { background-color: #E34020; }
a { background-color: rgb(227,64,32); }
div.DivClassName
{
background-color: #E34020;
}
.BgClassName
{
background-color: #E34020;
}
</style>
border-color css
<style>
span { border-color: #E34020; }
span { border-color: rgb(227,64,32); }
td.TdClassName
{
border-color: #E34020;
}
.TagClassName
{
border-color: #E34020;
}
</style>