Shades of Cinnabar #E54416
Tints of Cinnabar #E54416
RGB
CMYK
RGB Variations
Color information
#E54416 (or 0xE54416) is known color: Cinnabar. HEX triplet: E5, 44 and 16. RGB value is (229,68,22). Sum of RGB (Red+Green+Blue) = 229+68+22=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E54416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54416 is #1ABBE9. Grayscale: #6F6F6F. Windows color (decimal): -1752042 or 1459429. OLE color: 1459429.
HSL color Cylindrical-coordinate representation of color #E54416: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E54416 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 22 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.10 |
| HSL | 13.33º | 0.82% | 0.49% | - |
| HSV(B) | 13.33º | 0.9% | 0.9% | - |
| XYZ | 34.53 | 20.85 | 2.96 | - |
| YUV | 110.9 | 77.84 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 22 | 0 | 0.70 | 0.90 | 0.10 | 13.33 | 0.82 | 0.49 |
| Hex | E5 | 44 | 16 | 0 | 46 | 5A | A | D | 52 | 31 |
| Octal | 345 | 104 | 26 | 0 | 106 | 132 | 12 | 15 | 122 | 61 |
| Binary | 11100101 | 1000100 | 10110 | 0 | 1000110 | 1011010 | 1010 | 1101 | 1010010 | 110001 |
Color Harmonies of #E54416
Complementary color
Monochromatic Colors of #E54416
Black with #E54416
Text Example
Text Example
White with #E54416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54416; }
p { color: rgb(229,68,22); }
H1.HeaderClassName
{
color: #E54416;
}
.AnyTagClassName
{
color: #E54416;
}
</style>
background-color css
<style>
a { background-color: #E54416; }
a { background-color: rgb(229,68,22); }
div.DivClassName
{
background-color: #E54416;
}
.BgClassName
{
background-color: #E54416;
}
</style>
border-color css
<style>
span { border-color: #E54416; }
span { border-color: rgb(229,68,22); }
td.TdClassName
{
border-color: #E54416;
}
.TagClassName
{
border-color: #E54416;
}
</style>