Shades of Chilean Fire #D15931
Tints of Chilean Fire #D15931
RGB
CMYK
RGB Variations
Color information
#D15931 (or 0xD15931) is known color: Chilean Fire. HEX triplet: D1, 59 and 31. RGB value is (209,89,49). Sum of RGB (Red+Green+Blue) = 209+89+49=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D15931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15931 is #2EA6CE. Grayscale: #787878. Windows color (decimal): -3057359 or 3234257. OLE color: 3234257.
HSL color Cylindrical-coordinate representation of color #D15931: hue angle of 15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D15931 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 49 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.18 |
| HSL | 15º | 0.63% | 0.51% | - |
| HSV(B) | 15º | 0.77% | 0.82% | - |
| XYZ | 30.42 | 20.92 | 5.34 | - |
| YUV | 120.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 49 | 0 | 0.57 | 0.77 | 0.18 | 15 | 0.63 | 0.51 |
| Hex | D1 | 59 | 31 | 0 | 39 | 4D | 12 | F | 3F | 33 |
| Octal | 321 | 131 | 61 | 0 | 71 | 115 | 22 | 17 | 77 | 63 |
| Binary | 11010001 | 1011001 | 110001 | 0 | 111001 | 1001101 | 10010 | 1111 | 111111 | 110011 |
Color Harmonies of #D15931
Complementary color
Monochromatic Colors of #D15931
Black with #D15931
Text Example
Text Example
White with #D15931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15931; }
p { color: rgb(209,89,49); }
H1.HeaderClassName
{
color: #D15931;
}
.AnyTagClassName
{
color: #D15931;
}
</style>
background-color css
<style>
a { background-color: #D15931; }
a { background-color: rgb(209,89,49); }
div.DivClassName
{
background-color: #D15931;
}
.BgClassName
{
background-color: #D15931;
}
</style>
border-color css
<style>
span { border-color: #D15931; }
span { border-color: rgb(209,89,49); }
td.TdClassName
{
border-color: #D15931;
}
.TagClassName
{
border-color: #D15931;
}
</style>