Shades of Cinnabar #E5491F
Tints of Cinnabar #E5491F
RGB
CMYK
RGB Variations
Color information
#E5491F (or 0xE5491F) is known color: Cinnabar. HEX triplet: E5, 49 and 1F. RGB value is (229,73,31). Sum of RGB (Red+Green+Blue) = 229+73+31=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E5491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5491F is #1AB6E0. Grayscale: #737373. Windows color (decimal): -1750753 or 2050533. OLE color: 2050533.
HSL color Cylindrical-coordinate representation of color #E5491F: hue angle of 12.73º 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 #E5491F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 31 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.10 |
| HSL | 12.73º | 0.79% | 0.51% | - |
| HSV(B) | 12.73º | 0.86% | 0.9% | - |
| XYZ | 34.94 | 21.52 | 3.61 | - |
| YUV | 114.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 31 | 0 | 0.68 | 0.86 | 0.10 | 12.73 | 0.79 | 0.51 |
| Hex | E5 | 49 | 1F | 0 | 44 | 56 | A | D | 4F | 33 |
| Octal | 345 | 111 | 37 | 0 | 104 | 126 | 12 | 15 | 117 | 63 |
| Binary | 11100101 | 1001001 | 11111 | 0 | 1000100 | 1010110 | 1010 | 1101 | 1001111 | 110011 |
Color Harmonies of #E5491F
Complementary color
Monochromatic Colors of #E5491F
Black with #E5491F
Text Example
Text Example
White with #E5491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5491F; }
p { color: rgb(229,73,31); }
H1.HeaderClassName
{
color: #E5491F;
}
.AnyTagClassName
{
color: #E5491F;
}
</style>
background-color css
<style>
a { background-color: #E5491F; }
a { background-color: rgb(229,73,31); }
div.DivClassName
{
background-color: #E5491F;
}
.BgClassName
{
background-color: #E5491F;
}
</style>
border-color css
<style>
span { border-color: #E5491F; }
span { border-color: rgb(229,73,31); }
td.TdClassName
{
border-color: #E5491F;
}
.TagClassName
{
border-color: #E5491F;
}
</style>