Shades of Fire Bush #E1953F
Tints of Fire Bush #E1953F
RGB
CMYK
RGB Variations
Color information
#E1953F (or 0xE1953F) is known color: Fire Bush. HEX triplet: E1, 95 and 3F. RGB value is (225,149,63). Sum of RGB (Red+Green+Blue) = 225+149+63=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1953F is #1E6AC0. Grayscale: #A2A2A2. Windows color (decimal): -1993409 or 4167137. OLE color: 4167137.
HSL color Cylindrical-coordinate representation of color #E1953F: hue angle of 31.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1953F is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 63 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.12 |
| HSL | 31.85º | 0.73% | 0.56% | - |
| HSV(B) | 31.85º | 0.72% | 0.88% | - |
| XYZ | 42.7 | 37.86 | 9.76 | - |
| YUV | 161.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 63 | 0 | 0.34 | 0.72 | 0.12 | 31.85 | 0.73 | 0.56 |
| Hex | E1 | 95 | 3F | 0 | 22 | 48 | C | 20 | 49 | 38 |
| Octal | 341 | 225 | 77 | 0 | 42 | 110 | 14 | 40 | 111 | 70 |
| Binary | 11100001 | 10010101 | 111111 | 0 | 100010 | 1001000 | 1100 | 100000 | 1001001 | 111000 |
Color Harmonies of #E1953F
Complementary color
Monochromatic Colors of #E1953F
Black with #E1953F
Text Example
Text Example
White with #E1953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1953F; }
p { color: rgb(225,149,63); }
H1.HeaderClassName
{
color: #E1953F;
}
.AnyTagClassName
{
color: #E1953F;
}
</style>
background-color css
<style>
a { background-color: #E1953F; }
a { background-color: rgb(225,149,63); }
div.DivClassName
{
background-color: #E1953F;
}
.BgClassName
{
background-color: #E1953F;
}
</style>
border-color css
<style>
span { border-color: #E1953F; }
span { border-color: rgb(225,149,63); }
td.TdClassName
{
border-color: #E1953F;
}
.TagClassName
{
border-color: #E1953F;
}
</style>