Shades of Cinnabar #E34428
Tints of Cinnabar #E34428
RGB
CMYK
RGB Variations
Color information
#E34428 (or 0xE34428) is known color: Cinnabar. HEX triplet: E3, 44 and 28. RGB value is (227,68,40). Sum of RGB (Red+Green+Blue) = 227+68+40=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E34428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34428 is #1CBBD7. Grayscale: #707070. Windows color (decimal): -1883096 or 2639075. OLE color: 2639075.
HSL color Cylindrical-coordinate representation of color #E34428: hue angle of 8.98º 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 #E34428 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 40 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.11 |
| HSL | 8.98º | 0.77% | 0.52% | - |
| HSV(B) | 8.98º | 0.82% | 0.89% | - |
| XYZ | 34.13 | 20.62 | 4.19 | - |
| YUV | 112.35 | 87.18 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 40 | 0 | 0.70 | 0.82 | 0.11 | 8.98 | 0.77 | 0.52 |
| Hex | E3 | 44 | 28 | 0 | 46 | 52 | B | 9 | 4D | 34 |
| Octal | 343 | 104 | 50 | 0 | 106 | 122 | 13 | 11 | 115 | 64 |
| Binary | 11100011 | 1000100 | 101000 | 0 | 1000110 | 1010010 | 1011 | 1001 | 1001101 | 110100 |
Color Harmonies of #E34428
Complementary color
Monochromatic Colors of #E34428
Black with #E34428
Text Example
Text Example
White with #E34428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34428; }
p { color: rgb(227,68,40); }
H1.HeaderClassName
{
color: #E34428;
}
.AnyTagClassName
{
color: #E34428;
}
</style>
background-color css
<style>
a { background-color: #E34428; }
a { background-color: rgb(227,68,40); }
div.DivClassName
{
background-color: #E34428;
}
.BgClassName
{
background-color: #E34428;
}
</style>
border-color css
<style>
span { border-color: #E34428; }
span { border-color: rgb(227,68,40); }
td.TdClassName
{
border-color: #E34428;
}
.TagClassName
{
border-color: #E34428;
}
</style>