Shades of Cinnabar #E5511D
Tints of Cinnabar #E5511D
RGB
CMYK
RGB Variations
Color information
#E5511D (or 0xE5511D) is known color: Cinnabar. HEX triplet: E5, 51 and 1D. RGB value is (229,81,29). Sum of RGB (Red+Green+Blue) = 229+81+29=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5511D is #1AAEE2. Grayscale: #777777. Windows color (decimal): -1748707 or 1921509. OLE color: 1921509.
HSL color Cylindrical-coordinate representation of color #E5511D: hue angle of 15.6º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5511D is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 29 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.10 |
| HSL | 15.6º | 0.79% | 0.51% | - |
| HSV(B) | 15.6º | 0.87% | 0.9% | - |
| XYZ | 35.48 | 22.63 | 3.66 | - |
| YUV | 119.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 29 | 0 | 0.65 | 0.87 | 0.10 | 15.6 | 0.79 | 0.51 |
| Hex | E5 | 51 | 1D | 0 | 41 | 57 | A | 10 | 4F | 33 |
| Octal | 345 | 121 | 35 | 0 | 101 | 127 | 12 | 20 | 117 | 63 |
| Binary | 11100101 | 1010001 | 11101 | 0 | 1000001 | 1010111 | 1010 | 10000 | 1001111 | 110011 |
Color Harmonies of #E5511D
Complementary color
Monochromatic Colors of #E5511D
Black with #E5511D
Text Example
Text Example
White with #E5511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5511D; }
p { color: rgb(229,81,29); }
H1.HeaderClassName
{
color: #E5511D;
}
.AnyTagClassName
{
color: #E5511D;
}
</style>
background-color css
<style>
a { background-color: #E5511D; }
a { background-color: rgb(229,81,29); }
div.DivClassName
{
background-color: #E5511D;
}
.BgClassName
{
background-color: #E5511D;
}
</style>
border-color css
<style>
span { border-color: #E5511D; }
span { border-color: rgb(229,81,29); }
td.TdClassName
{
border-color: #E5511D;
}
.TagClassName
{
border-color: #E5511D;
}
</style>