Shades of Cinnabar #E5391E
Tints of Cinnabar #E5391E
RGB
CMYK
RGB Variations
Color information
#E5391E (or 0xE5391E) is known color: Cinnabar. HEX triplet: E5, 39 and 1E. RGB value is (229,57,30). Sum of RGB (Red+Green+Blue) = 229+57+30=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E5391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5391E is #1AC6E1. Grayscale: #696969. Windows color (decimal): -1754850 or 1980901. OLE color: 1980901.
HSL color Cylindrical-coordinate representation of color #E5391E: hue angle of 8.14º 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 #E5391E is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 30 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.10 |
| HSL | 8.14º | 0.79% | 0.51% | - |
| HSV(B) | 8.14º | 0.87% | 0.9% | - |
| XYZ | 34.01 | 19.68 | 3.23 | - |
| YUV | 105.35 | 85.48 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 30 | 0 | 0.75 | 0.87 | 0.10 | 8.14 | 0.79 | 0.51 |
| Hex | E5 | 39 | 1E | 0 | 4B | 57 | A | 8 | 4F | 33 |
| Octal | 345 | 71 | 36 | 0 | 113 | 127 | 12 | 10 | 117 | 63 |
| Binary | 11100101 | 111001 | 11110 | 0 | 1001011 | 1010111 | 1010 | 1000 | 1001111 | 110011 |
Color Harmonies of #E5391E
Complementary color
Monochromatic Colors of #E5391E
Black with #E5391E
Text Example
Text Example
White with #E5391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5391E; }
p { color: rgb(229,57,30); }
H1.HeaderClassName
{
color: #E5391E;
}
.AnyTagClassName
{
color: #E5391E;
}
</style>
background-color css
<style>
a { background-color: #E5391E; }
a { background-color: rgb(229,57,30); }
div.DivClassName
{
background-color: #E5391E;
}
.BgClassName
{
background-color: #E5391E;
}
</style>
border-color css
<style>
span { border-color: #E5391E; }
span { border-color: rgb(229,57,30); }
td.TdClassName
{
border-color: #E5391E;
}
.TagClassName
{
border-color: #E5391E;
}
</style>