Shades of Cinnabar #E34828
Tints of Cinnabar #E34828
RGB
CMYK
RGB Variations
Color information
#E34828 (or 0xE34828) is known color: Cinnabar. HEX triplet: E3, 48 and 28. RGB value is (227,72,40). Sum of RGB (Red+Green+Blue) = 227+72+40=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E34828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34828 is #1CB7D7. Grayscale: #727272. Windows color (decimal): -1882072 or 2640099. OLE color: 2640099.
HSL color Cylindrical-coordinate representation of color #E34828: hue angle of 10.27º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E34828 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 40 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.11 |
| HSL | 10.27º | 0.77% | 0.52% | - |
| HSV(B) | 10.27º | 0.82% | 0.89% | - |
| XYZ | 34.38 | 21.12 | 4.27 | - |
| YUV | 114.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 40 | 0 | 0.68 | 0.82 | 0.11 | 10.27 | 0.77 | 0.52 |
| Hex | E3 | 48 | 28 | 0 | 44 | 52 | B | A | 4D | 34 |
| Octal | 343 | 110 | 50 | 0 | 104 | 122 | 13 | 12 | 115 | 64 |
| Binary | 11100011 | 1001000 | 101000 | 0 | 1000100 | 1010010 | 1011 | 1010 | 1001101 | 110100 |
Color Harmonies of #E34828
Complementary color
Monochromatic Colors of #E34828
Black with #E34828
Text Example
Text Example
White with #E34828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34828; }
p { color: rgb(227,72,40); }
H1.HeaderClassName
{
color: #E34828;
}
.AnyTagClassName
{
color: #E34828;
}
</style>
background-color css
<style>
a { background-color: #E34828; }
a { background-color: rgb(227,72,40); }
div.DivClassName
{
background-color: #E34828;
}
.BgClassName
{
background-color: #E34828;
}
</style>
border-color css
<style>
span { border-color: #E34828; }
span { border-color: rgb(227,72,40); }
td.TdClassName
{
border-color: #E34828;
}
.TagClassName
{
border-color: #E34828;
}
</style>