Shades of Cinnabar #E34E20
Tints of Cinnabar #E34E20
RGB
CMYK
RGB Variations
Color information
#E34E20 (or 0xE34E20) is known color: Cinnabar. HEX triplet: E3, 4E and 20. RGB value is (227,78,32). Sum of RGB (Red+Green+Blue) = 227+78+32=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34E20 is #1CB1DF. Grayscale: #757575. Windows color (decimal): -1880544 or 2117347. OLE color: 2117347.
HSL color Cylindrical-coordinate representation of color #E34E20: hue angle of 14.15º 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 #E34E20 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 32 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.11 |
| HSL | 14.15º | 0.78% | 0.51% | - |
| HSV(B) | 14.15º | 0.86% | 0.89% | - |
| XYZ | 34.66 | 21.88 | 3.76 | - |
| YUV | 117.31 | 79.86 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 32 | 0 | 0.66 | 0.86 | 0.11 | 14.15 | 0.78 | 0.51 |
| Hex | E3 | 4E | 20 | 0 | 42 | 56 | B | E | 4E | 33 |
| Octal | 343 | 116 | 40 | 0 | 102 | 126 | 13 | 16 | 116 | 63 |
| Binary | 11100011 | 1001110 | 100000 | 0 | 1000010 | 1010110 | 1011 | 1110 | 1001110 | 110011 |
Color Harmonies of #E34E20
Complementary color
Monochromatic Colors of #E34E20
Black with #E34E20
Text Example
Text Example
White with #E34E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34E20; }
p { color: rgb(227,78,32); }
H1.HeaderClassName
{
color: #E34E20;
}
.AnyTagClassName
{
color: #E34E20;
}
</style>
background-color css
<style>
a { background-color: #E34E20; }
a { background-color: rgb(227,78,32); }
div.DivClassName
{
background-color: #E34E20;
}
.BgClassName
{
background-color: #E34E20;
}
</style>
border-color css
<style>
span { border-color: #E34E20; }
span { border-color: rgb(227,78,32); }
td.TdClassName
{
border-color: #E34E20;
}
.TagClassName
{
border-color: #E34E20;
}
</style>