Shades of Fire Bush #D59241
Tints of Fire Bush #D59241
RGB
CMYK
RGB Variations
Color information
#D59241 (or 0xD59241) is known color: Fire Bush. HEX triplet: D5, 92 and 41. RGB value is (213,146,65). Sum of RGB (Red+Green+Blue) = 213+146+65=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D59241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59241 is #2A6DBE. Grayscale: #9D9D9D. Windows color (decimal): -2780607 or 4297429. OLE color: 4297429.
HSL color Cylindrical-coordinate representation of color #D59241: hue angle of 32.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D59241 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 65 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.16 |
| HSL | 32.84º | 0.64% | 0.55% | - |
| HSV(B) | 32.84º | 0.69% | 0.84% | - |
| XYZ | 38.67 | 35.09 | 9.73 | - |
| YUV | 156.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 65 | 0 | 0.31 | 0.69 | 0.16 | 32.84 | 0.64 | 0.55 |
| Hex | D5 | 92 | 41 | 0 | 1F | 45 | 10 | 21 | 40 | 37 |
| Octal | 325 | 222 | 101 | 0 | 37 | 105 | 20 | 41 | 100 | 67 |
| Binary | 11010101 | 10010010 | 1000001 | 0 | 11111 | 1000101 | 10000 | 100001 | 1000000 | 110111 |
Color Harmonies of #D59241
Complementary color
Monochromatic Colors of #D59241
Black with #D59241
Text Example
Text Example
White with #D59241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59241; }
p { color: rgb(213,146,65); }
H1.HeaderClassName
{
color: #D59241;
}
.AnyTagClassName
{
color: #D59241;
}
</style>
background-color css
<style>
a { background-color: #D59241; }
a { background-color: rgb(213,146,65); }
div.DivClassName
{
background-color: #D59241;
}
.BgClassName
{
background-color: #D59241;
}
</style>
border-color css
<style>
span { border-color: #D59241; }
span { border-color: rgb(213,146,65); }
td.TdClassName
{
border-color: #D59241;
}
.TagClassName
{
border-color: #D59241;
}
</style>