Shades of Chilean Fire #D95931
Tints of Chilean Fire #D95931
RGB
CMYK
RGB Variations
Color information
#D95931 (or 0xD95931) is known color: Chilean Fire. HEX triplet: D9, 59 and 31. RGB value is (217,89,49). Sum of RGB (Red+Green+Blue) = 217+89+49=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D95931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95931 is #26A6CE. Grayscale: #7A7A7A. Windows color (decimal): -2533071 or 3234265. OLE color: 3234265.
HSL color Cylindrical-coordinate representation of color #D95931: hue angle of 14.29º 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 #D95931 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 49 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.15 |
| HSL | 14.29º | 0.69% | 0.52% | - |
| HSV(B) | 14.29º | 0.77% | 0.85% | - |
| XYZ | 32.74 | 22.12 | 5.45 | - |
| YUV | 122.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 49 | 0 | 0.59 | 0.77 | 0.15 | 14.29 | 0.69 | 0.52 |
| Hex | D9 | 59 | 31 | 0 | 3B | 4D | F | E | 45 | 34 |
| Octal | 331 | 131 | 61 | 0 | 73 | 115 | 17 | 16 | 105 | 64 |
| Binary | 11011001 | 1011001 | 110001 | 0 | 111011 | 1001101 | 1111 | 1110 | 1000101 | 110100 |
Color Harmonies of #D95931
Complementary color
Monochromatic Colors of #D95931
Black with #D95931
Text Example
Text Example
White with #D95931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95931; }
p { color: rgb(217,89,49); }
H1.HeaderClassName
{
color: #D95931;
}
.AnyTagClassName
{
color: #D95931;
}
</style>
background-color css
<style>
a { background-color: #D95931; }
a { background-color: rgb(217,89,49); }
div.DivClassName
{
background-color: #D95931;
}
.BgClassName
{
background-color: #D95931;
}
</style>
border-color css
<style>
span { border-color: #D95931; }
span { border-color: rgb(217,89,49); }
td.TdClassName
{
border-color: #D95931;
}
.TagClassName
{
border-color: #D95931;
}
</style>