Shades of Cinnabar #E45123
Tints of Cinnabar #E45123
RGB
CMYK
RGB Variations
Color information
#E45123 (or 0xE45123) is known color: Cinnabar. HEX triplet: E4, 51 and 23. RGB value is (228,81,35). Sum of RGB (Red+Green+Blue) = 228+81+35=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E45123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45123 is #1BAEDC. Grayscale: #787878. Windows color (decimal): -1814237 or 2314724. OLE color: 2314724.
HSL color Cylindrical-coordinate representation of color #E45123: hue angle of 14.3º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E45123 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 35 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.11 |
| HSL | 14.3º | 0.78% | 0.52% | - |
| HSV(B) | 14.3º | 0.85% | 0.89% | - |
| XYZ | 35.24 | 22.5 | 4.08 | - |
| YUV | 119.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 35 | 0 | 0.64 | 0.85 | 0.11 | 14.3 | 0.78 | 0.52 |
| Hex | E4 | 51 | 23 | 0 | 40 | 55 | B | E | 4E | 34 |
| Octal | 344 | 121 | 43 | 0 | 100 | 125 | 13 | 16 | 116 | 64 |
| Binary | 11100100 | 1010001 | 100011 | 0 | 1000000 | 1010101 | 1011 | 1110 | 1001110 | 110100 |
Color Harmonies of #E45123
Complementary color
Monochromatic Colors of #E45123
Black with #E45123
Text Example
Text Example
White with #E45123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45123; }
p { color: rgb(228,81,35); }
H1.HeaderClassName
{
color: #E45123;
}
.AnyTagClassName
{
color: #E45123;
}
</style>
background-color css
<style>
a { background-color: #E45123; }
a { background-color: rgb(228,81,35); }
div.DivClassName
{
background-color: #E45123;
}
.BgClassName
{
background-color: #E45123;
}
</style>
border-color css
<style>
span { border-color: #E45123; }
span { border-color: rgb(228,81,35); }
td.TdClassName
{
border-color: #E45123;
}
.TagClassName
{
border-color: #E45123;
}
</style>