Shades of Cinnabar #E34028
Tints of Cinnabar #E34028
RGB
CMYK
RGB Variations
Color information
#E34028 (or 0xE34028) is known color: Cinnabar. HEX triplet: E3, 40 and 28. RGB value is (227,64,40). Sum of RGB (Red+Green+Blue) = 227+64+40=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E34028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34028 is #1CBFD7. Grayscale: #6E6E6E. Windows color (decimal): -1884120 or 2638051. OLE color: 2638051.
HSL color Cylindrical-coordinate representation of color #E34028: hue angle of 7.7º 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 #E34028 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 40 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.11 |
| HSL | 7.7º | 0.77% | 0.52% | - |
| HSV(B) | 7.7º | 0.82% | 0.89% | - |
| XYZ | 33.89 | 20.15 | 4.11 | - |
| YUV | 110 | 88.5 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 40 | 0 | 0.72 | 0.82 | 0.11 | 7.7 | 0.77 | 0.52 |
| Hex | E3 | 40 | 28 | 0 | 48 | 52 | B | 8 | 4D | 34 |
| Octal | 343 | 100 | 50 | 0 | 110 | 122 | 13 | 10 | 115 | 64 |
| Binary | 11100011 | 1000000 | 101000 | 0 | 1001000 | 1010010 | 1011 | 1000 | 1001101 | 110100 |
Color Harmonies of #E34028
Complementary color
Monochromatic Colors of #E34028
Black with #E34028
Text Example
Text Example
White with #E34028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34028; }
p { color: rgb(227,64,40); }
H1.HeaderClassName
{
color: #E34028;
}
.AnyTagClassName
{
color: #E34028;
}
</style>
background-color css
<style>
a { background-color: #E34028; }
a { background-color: rgb(227,64,40); }
div.DivClassName
{
background-color: #E34028;
}
.BgClassName
{
background-color: #E34028;
}
</style>
border-color css
<style>
span { border-color: #E34028; }
span { border-color: rgb(227,64,40); }
td.TdClassName
{
border-color: #E34028;
}
.TagClassName
{
border-color: #E34028;
}
</style>