Shades of Fire Bush #D59249
Tints of Fire Bush #D59249
RGB
CMYK
RGB Variations
Color information
#D59249 (or 0xD59249) is known color: Fire Bush. HEX triplet: D5, 92 and 49. RGB value is (213,146,73). Sum of RGB (Red+Green+Blue) = 213+146+73=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D59249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59249 is #2A6DB6. Grayscale: #9E9E9E. Windows color (decimal): -2780599 or 4821717. OLE color: 4821717.
HSL color Cylindrical-coordinate representation of color #D59249: hue angle of 31.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D59249 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 73 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.16 |
| HSL | 31.29º | 0.63% | 0.56% | - |
| HSV(B) | 31.29º | 0.66% | 0.84% | - |
| XYZ | 38.92 | 35.18 | 11.04 | - |
| YUV | 157.71 | 80.2 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 73 | 0 | 0.31 | 0.66 | 0.16 | 31.29 | 0.63 | 0.56 |
| Hex | D5 | 92 | 49 | 0 | 1F | 42 | 10 | 1F | 3E | 38 |
| Octal | 325 | 222 | 111 | 0 | 37 | 102 | 20 | 37 | 76 | 70 |
| Binary | 11010101 | 10010010 | 1001001 | 0 | 11111 | 1000010 | 10000 | 11111 | 111110 | 111000 |
Color Harmonies of #D59249
Complementary color
Monochromatic Colors of #D59249
Black with #D59249
Text Example
Text Example
White with #D59249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59249; }
p { color: rgb(213,146,73); }
H1.HeaderClassName
{
color: #D59249;
}
.AnyTagClassName
{
color: #D59249;
}
</style>
background-color css
<style>
a { background-color: #D59249; }
a { background-color: rgb(213,146,73); }
div.DivClassName
{
background-color: #D59249;
}
.BgClassName
{
background-color: #D59249;
}
</style>
border-color css
<style>
span { border-color: #D59249; }
span { border-color: rgb(213,146,73); }
td.TdClassName
{
border-color: #D59249;
}
.TagClassName
{
border-color: #D59249;
}
</style>