Shades of Chilean Fire #D96132
Tints of Chilean Fire #D96132
RGB
CMYK
RGB Variations
Color information
#D96132 (or 0xD96132) is known color: Chilean Fire. HEX triplet: D9, 61 and 32. RGB value is (217,97,50). Sum of RGB (Red+Green+Blue) = 217+97+50=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D96132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96132 is #269ECD. Grayscale: #7F7F7F. Windows color (decimal): -2531022 or 3301849. OLE color: 3301849.
HSL color Cylindrical-coordinate representation of color #D96132: hue angle of 16.89º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D96132 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 50 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.15 |
| HSL | 16.89º | 0.69% | 0.52% | - |
| HSV(B) | 16.89º | 0.77% | 0.85% | - |
| XYZ | 33.47 | 23.53 | 5.8 | - |
| YUV | 127.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 50 | 0 | 0.55 | 0.77 | 0.15 | 16.89 | 0.69 | 0.52 |
| Hex | D9 | 61 | 32 | 0 | 37 | 4D | F | 11 | 45 | 34 |
| Octal | 331 | 141 | 62 | 0 | 67 | 115 | 17 | 21 | 105 | 64 |
| Binary | 11011001 | 1100001 | 110010 | 0 | 110111 | 1001101 | 1111 | 10001 | 1000101 | 110100 |
Color Harmonies of #D96132
Complementary color
Monochromatic Colors of #D96132
Black with #D96132
Text Example
Text Example
White with #D96132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96132; }
p { color: rgb(217,97,50); }
H1.HeaderClassName
{
color: #D96132;
}
.AnyTagClassName
{
color: #D96132;
}
</style>
background-color css
<style>
a { background-color: #D96132; }
a { background-color: rgb(217,97,50); }
div.DivClassName
{
background-color: #D96132;
}
.BgClassName
{
background-color: #D96132;
}
</style>
border-color css
<style>
span { border-color: #D96132; }
span { border-color: rgb(217,97,50); }
td.TdClassName
{
border-color: #D96132;
}
.TagClassName
{
border-color: #D96132;
}
</style>