Shades of Fire Bush #D7913F
Tints of Fire Bush #D7913F
RGB
CMYK
RGB Variations
Color information
#D7913F (or 0xD7913F) is known color: Fire Bush. HEX triplet: D7, 91 and 3F. RGB value is (215,145,63). Sum of RGB (Red+Green+Blue) = 215+145+63=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7913F is #286EC0. Grayscale: #9C9C9C. Windows color (decimal): -2649793 or 4166103. OLE color: 4166103.
HSL color Cylindrical-coordinate representation of color #D7913F: hue angle of 32.37º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7913F is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 63 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.16 |
| HSL | 32.37º | 0.66% | 0.55% | - |
| HSV(B) | 32.37º | 0.71% | 0.84% | - |
| XYZ | 39.05 | 35.06 | 9.41 | - |
| YUV | 156.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 63 | 0 | 0.33 | 0.71 | 0.16 | 32.37 | 0.66 | 0.55 |
| Hex | D7 | 91 | 3F | 0 | 21 | 47 | 10 | 20 | 42 | 37 |
| Octal | 327 | 221 | 77 | 0 | 41 | 107 | 20 | 40 | 102 | 67 |
| Binary | 11010111 | 10010001 | 111111 | 0 | 100001 | 1000111 | 10000 | 100000 | 1000010 | 110111 |
Color Harmonies of #D7913F
Complementary color
Monochromatic Colors of #D7913F
Black with #D7913F
Text Example
Text Example
White with #D7913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7913F; }
p { color: rgb(215,145,63); }
H1.HeaderClassName
{
color: #D7913F;
}
.AnyTagClassName
{
color: #D7913F;
}
</style>
background-color css
<style>
a { background-color: #D7913F; }
a { background-color: rgb(215,145,63); }
div.DivClassName
{
background-color: #D7913F;
}
.BgClassName
{
background-color: #D7913F;
}
</style>
border-color css
<style>
span { border-color: #D7913F; }
span { border-color: rgb(215,145,63); }
td.TdClassName
{
border-color: #D7913F;
}
.TagClassName
{
border-color: #D7913F;
}
</style>