Shades of Cinnabar #E5391F
Tints of Cinnabar #E5391F
RGB
CMYK
RGB Variations
Color information
#E5391F (or 0xE5391F) is known color: Cinnabar. HEX triplet: E5, 39 and 1F. RGB value is (229,57,31). Sum of RGB (Red+Green+Blue) = 229+57+31=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E5391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5391F is #1AC6E0. Grayscale: #696969. Windows color (decimal): -1754849 or 2046437. OLE color: 2046437.
HSL color Cylindrical-coordinate representation of color #E5391F: hue angle of 7.88º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5391F is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 31 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.10 |
| HSL | 7.88º | 0.79% | 0.51% | - |
| HSV(B) | 7.88º | 0.86% | 0.9% | - |
| XYZ | 34.02 | 19.68 | 3.3 | - |
| YUV | 105.46 | 85.98 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 31 | 0 | 0.75 | 0.86 | 0.10 | 7.88 | 0.79 | 0.51 |
| Hex | E5 | 39 | 1F | 0 | 4B | 56 | A | 8 | 4F | 33 |
| Octal | 345 | 71 | 37 | 0 | 113 | 126 | 12 | 10 | 117 | 63 |
| Binary | 11100101 | 111001 | 11111 | 0 | 1001011 | 1010110 | 1010 | 1000 | 1001111 | 110011 |
Color Harmonies of #E5391F
Complementary color
Monochromatic Colors of #E5391F
Black with #E5391F
Text Example
Text Example
White with #E5391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5391F; }
p { color: rgb(229,57,31); }
H1.HeaderClassName
{
color: #E5391F;
}
.AnyTagClassName
{
color: #E5391F;
}
</style>
background-color css
<style>
a { background-color: #E5391F; }
a { background-color: rgb(229,57,31); }
div.DivClassName
{
background-color: #E5391F;
}
.BgClassName
{
background-color: #E5391F;
}
</style>
border-color css
<style>
span { border-color: #E5391F; }
span { border-color: rgb(229,57,31); }
td.TdClassName
{
border-color: #E5391F;
}
.TagClassName
{
border-color: #E5391F;
}
</style>