Shades of Fire Bush #E1973D
Tints of Fire Bush #E1973D
RGB
CMYK
RGB Variations
Color information
#E1973D (or 0xE1973D) is known color: Fire Bush. HEX triplet: E1, 97 and 3D. RGB value is (225,151,61). Sum of RGB (Red+Green+Blue) = 225+151+61=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1973D is #1E68C2. Grayscale: #A3A3A3. Windows color (decimal): -1992899 or 4036577. OLE color: 4036577.
HSL color Cylindrical-coordinate representation of color #E1973D: hue angle of 32.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1973D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 61 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.12 |
| HSL | 32.93º | 0.73% | 0.56% | - |
| HSV(B) | 32.93º | 0.73% | 0.88% | - |
| XYZ | 42.96 | 38.48 | 9.58 | - |
| YUV | 162.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 61 | 0 | 0.33 | 0.73 | 0.12 | 32.93 | 0.73 | 0.56 |
| Hex | E1 | 97 | 3D | 0 | 21 | 49 | C | 21 | 49 | 38 |
| Octal | 341 | 227 | 75 | 0 | 41 | 111 | 14 | 41 | 111 | 70 |
| Binary | 11100001 | 10010111 | 111101 | 0 | 100001 | 1001001 | 1100 | 100001 | 1001001 | 111000 |
Color Harmonies of #E1973D
Complementary color
Monochromatic Colors of #E1973D
Black with #E1973D
Text Example
Text Example
White with #E1973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1973D; }
p { color: rgb(225,151,61); }
H1.HeaderClassName
{
color: #E1973D;
}
.AnyTagClassName
{
color: #E1973D;
}
</style>
background-color css
<style>
a { background-color: #E1973D; }
a { background-color: rgb(225,151,61); }
div.DivClassName
{
background-color: #E1973D;
}
.BgClassName
{
background-color: #E1973D;
}
</style>
border-color css
<style>
span { border-color: #E1973D; }
span { border-color: rgb(225,151,61); }
td.TdClassName
{
border-color: #E1973D;
}
.TagClassName
{
border-color: #E1973D;
}
</style>