Shades of Cinnabar #E5501E
Tints of Cinnabar #E5501E
RGB
CMYK
RGB Variations
Color information
#E5501E (or 0xE5501E) is known color: Cinnabar. HEX triplet: E5, 50 and 1E. RGB value is (229,80,30). Sum of RGB (Red+Green+Blue) = 229+80+30=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5501E is #1AAFE1. Grayscale: #777777. Windows color (decimal): -1748962 or 1986789. OLE color: 1986789.
HSL color Cylindrical-coordinate representation of color #E5501E: hue angle of 15.08º 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 #E5501E is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 30 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.10 |
| HSL | 15.08º | 0.79% | 0.51% | - |
| HSV(B) | 15.08º | 0.87% | 0.9% | - |
| XYZ | 35.42 | 22.49 | 3.7 | - |
| YUV | 118.85 | 77.86 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 30 | 0 | 0.65 | 0.87 | 0.10 | 15.08 | 0.79 | 0.51 |
| Hex | E5 | 50 | 1E | 0 | 41 | 57 | A | F | 4F | 33 |
| Octal | 345 | 120 | 36 | 0 | 101 | 127 | 12 | 17 | 117 | 63 |
| Binary | 11100101 | 1010000 | 11110 | 0 | 1000001 | 1010111 | 1010 | 1111 | 1001111 | 110011 |
Color Harmonies of #E5501E
Complementary color
Monochromatic Colors of #E5501E
Black with #E5501E
Text Example
Text Example
White with #E5501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5501E; }
p { color: rgb(229,80,30); }
H1.HeaderClassName
{
color: #E5501E;
}
.AnyTagClassName
{
color: #E5501E;
}
</style>
background-color css
<style>
a { background-color: #E5501E; }
a { background-color: rgb(229,80,30); }
div.DivClassName
{
background-color: #E5501E;
}
.BgClassName
{
background-color: #E5501E;
}
</style>
border-color css
<style>
span { border-color: #E5501E; }
span { border-color: rgb(229,80,30); }
td.TdClassName
{
border-color: #E5501E;
}
.TagClassName
{
border-color: #E5501E;
}
</style>