Shades of Cinnabar #E5501D
Tints of Cinnabar #E5501D
RGB
CMYK
RGB Variations
Color information
#E5501D (or 0xE5501D) is known color: Cinnabar. HEX triplet: E5, 50 and 1D. RGB value is (229,80,29). Sum of RGB (Red+Green+Blue) = 229+80+29=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5501D is #1AAFE2. Grayscale: #777777. Windows color (decimal): -1748963 or 1921253. OLE color: 1921253.
HSL color Cylindrical-coordinate representation of color #E5501D: hue angle of 15.3º 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 #E5501D is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 29 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.10 |
| HSL | 15.3º | 0.79% | 0.51% | - |
| HSV(B) | 15.3º | 0.87% | 0.9% | - |
| XYZ | 35.4 | 22.48 | 3.64 | - |
| YUV | 118.74 | 77.36 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 29 | 0 | 0.65 | 0.87 | 0.10 | 15.3 | 0.79 | 0.51 |
| Hex | E5 | 50 | 1D | 0 | 41 | 57 | A | F | 4F | 33 |
| Octal | 345 | 120 | 35 | 0 | 101 | 127 | 12 | 17 | 117 | 63 |
| Binary | 11100101 | 1010000 | 11101 | 0 | 1000001 | 1010111 | 1010 | 1111 | 1001111 | 110011 |
Color Harmonies of #E5501D
Complementary color
Monochromatic Colors of #E5501D
Black with #E5501D
Text Example
Text Example
White with #E5501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5501D; }
p { color: rgb(229,80,29); }
H1.HeaderClassName
{
color: #E5501D;
}
.AnyTagClassName
{
color: #E5501D;
}
</style>
background-color css
<style>
a { background-color: #E5501D; }
a { background-color: rgb(229,80,29); }
div.DivClassName
{
background-color: #E5501D;
}
.BgClassName
{
background-color: #E5501D;
}
</style>
border-color css
<style>
span { border-color: #E5501D; }
span { border-color: rgb(229,80,29); }
td.TdClassName
{
border-color: #E5501D;
}
.TagClassName
{
border-color: #E5501D;
}
</style>