Shades of Cinnabar #E34626
Tints of Cinnabar #E34626
RGB
CMYK
RGB Variations
Color information
#E34626 (or 0xE34626) is known color: Cinnabar. HEX triplet: E3, 46 and 26. RGB value is (227,70,38). Sum of RGB (Red+Green+Blue) = 227+70+38=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E34626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34626 is #1CB9D9. Grayscale: #717171. Windows color (decimal): -1882586 or 2508515. OLE color: 2508515.
HSL color Cylindrical-coordinate representation of color #E34626: hue angle of 10.16º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E34626 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 70 | 38 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.11 |
| HSL | 10.16º | 0.77% | 0.52% | - |
| HSV(B) | 10.16º | 0.83% | 0.89% | - |
| XYZ | 34.22 | 20.85 | 4.05 | - |
| YUV | 113.3 | 85.51 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 70 | 38 | 0 | 0.69 | 0.83 | 0.11 | 10.16 | 0.77 | 0.52 |
| Hex | E3 | 46 | 26 | 0 | 45 | 53 | B | A | 4D | 34 |
| Octal | 343 | 106 | 46 | 0 | 105 | 123 | 13 | 12 | 115 | 64 |
| Binary | 11100011 | 1000110 | 100110 | 0 | 1000101 | 1010011 | 1011 | 1010 | 1001101 | 110100 |
Color Harmonies of #E34626
Complementary color
Monochromatic Colors of #E34626
Black with #E34626
Text Example
Text Example
White with #E34626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34626; }
p { color: rgb(227,70,38); }
H1.HeaderClassName
{
color: #E34626;
}
.AnyTagClassName
{
color: #E34626;
}
</style>
background-color css
<style>
a { background-color: #E34626; }
a { background-color: rgb(227,70,38); }
div.DivClassName
{
background-color: #E34626;
}
.BgClassName
{
background-color: #E34626;
}
</style>
border-color css
<style>
span { border-color: #E34626; }
span { border-color: rgb(227,70,38); }
td.TdClassName
{
border-color: #E34626;
}
.TagClassName
{
border-color: #E34626;
}
</style>