Shades of Cinnabar #E34622
Tints of Cinnabar #E34622
RGB
CMYK
RGB Variations
Color information
#E34622 (or 0xE34622) is known color: Cinnabar. HEX triplet: E3, 46 and 22. RGB value is (227,70,34). Sum of RGB (Red+Green+Blue) = 227+70+34=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E34622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34622 is #1CB9DD. Grayscale: #717171. Windows color (decimal): -1882590 or 2246371. OLE color: 2246371.
HSL color Cylindrical-coordinate representation of color #E34622: hue angle of 11.19º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E34622 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 70 | 34 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.11 |
| HSL | 11.19º | 0.78% | 0.51% | - |
| HSV(B) | 11.19º | 0.85% | 0.89% | - |
| XYZ | 34.16 | 20.83 | 3.73 | - |
| YUV | 112.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 70 | 34 | 0 | 0.69 | 0.85 | 0.11 | 11.19 | 0.78 | 0.51 |
| Hex | E3 | 46 | 22 | 0 | 45 | 55 | B | B | 4E | 33 |
| Octal | 343 | 106 | 42 | 0 | 105 | 125 | 13 | 13 | 116 | 63 |
| Binary | 11100011 | 1000110 | 100010 | 0 | 1000101 | 1010101 | 1011 | 1011 | 1001110 | 110011 |
Color Harmonies of #E34622
Complementary color
Monochromatic Colors of #E34622
Black with #E34622
Text Example
Text Example
White with #E34622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34622; }
p { color: rgb(227,70,34); }
H1.HeaderClassName
{
color: #E34622;
}
.AnyTagClassName
{
color: #E34622;
}
</style>
background-color css
<style>
a { background-color: #E34622; }
a { background-color: rgb(227,70,34); }
div.DivClassName
{
background-color: #E34622;
}
.BgClassName
{
background-color: #E34622;
}
</style>
border-color css
<style>
span { border-color: #E34622; }
span { border-color: rgb(227,70,34); }
td.TdClassName
{
border-color: #E34622;
}
.TagClassName
{
border-color: #E34622;
}
</style>