Shades of Cinnabar #E34523
Tints of Cinnabar #E34523
RGB
CMYK
RGB Variations
Color information
#E34523 (or 0xE34523) is known color: Cinnabar. HEX triplet: E3, 45 and 23. RGB value is (227,69,35). Sum of RGB (Red+Green+Blue) = 227+69+35=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E34523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34523 is #1CBADC. Grayscale: #707070. Windows color (decimal): -1882845 or 2311651. OLE color: 2311651.
HSL color Cylindrical-coordinate representation of color #E34523: hue angle of 10.62º degrees, saturation: 0.77, 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 #E34523 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 35 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.11 |
| HSL | 10.63º | 0.77% | 0.51% | - |
| HSV(B) | 10.63º | 0.85% | 0.89% | - |
| XYZ | 34.11 | 20.71 | 3.79 | - |
| YUV | 112.37 | 84.35 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 35 | 0 | 0.70 | 0.85 | 0.11 | 10.63 | 0.77 | 0.51 |
| Hex | E3 | 45 | 23 | 0 | 46 | 55 | B | B | 4D | 33 |
| Octal | 343 | 105 | 43 | 0 | 106 | 125 | 13 | 13 | 115 | 63 |
| Binary | 11100011 | 1000101 | 100011 | 0 | 1000110 | 1010101 | 1011 | 1011 | 1001101 | 110011 |
Color Harmonies of #E34523
Complementary color
Monochromatic Colors of #E34523
Black with #E34523
Text Example
Text Example
White with #E34523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34523; }
p { color: rgb(227,69,35); }
H1.HeaderClassName
{
color: #E34523;
}
.AnyTagClassName
{
color: #E34523;
}
</style>
background-color css
<style>
a { background-color: #E34523; }
a { background-color: rgb(227,69,35); }
div.DivClassName
{
background-color: #E34523;
}
.BgClassName
{
background-color: #E34523;
}
</style>
border-color css
<style>
span { border-color: #E34523; }
span { border-color: rgb(227,69,35); }
td.TdClassName
{
border-color: #E34523;
}
.TagClassName
{
border-color: #E34523;
}
</style>