Shades of Chilean Fire #D16139
Tints of Chilean Fire #D16139
RGB
CMYK
RGB Variations
Color information
#D16139 (or 0xD16139) is known color: Chilean Fire. HEX triplet: D1, 61 and 39. RGB value is (209,97,57). Sum of RGB (Red+Green+Blue) = 209+97+57=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D16139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16139 is #2E9EC6. Grayscale: #7E7E7E. Windows color (decimal): -3055303 or 3760593. OLE color: 3760593.
HSL color Cylindrical-coordinate representation of color #D16139: hue angle of 15.79º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D16139 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 57 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.18 |
| HSL | 15.79º | 0.62% | 0.52% | - |
| HSV(B) | 15.79º | 0.73% | 0.82% | - |
| XYZ | 31.31 | 22.4 | 6.54 | - |
| YUV | 125.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 57 | 0 | 0.54 | 0.73 | 0.18 | 15.79 | 0.62 | 0.52 |
| Hex | D1 | 61 | 39 | 0 | 36 | 49 | 12 | 10 | 3E | 34 |
| Octal | 321 | 141 | 71 | 0 | 66 | 111 | 22 | 20 | 76 | 64 |
| Binary | 11010001 | 1100001 | 111001 | 0 | 110110 | 1001001 | 10010 | 10000 | 111110 | 110100 |
Color Harmonies of #D16139
Complementary color
Monochromatic Colors of #D16139
Black with #D16139
Text Example
Text Example
White with #D16139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16139; }
p { color: rgb(209,97,57); }
H1.HeaderClassName
{
color: #D16139;
}
.AnyTagClassName
{
color: #D16139;
}
</style>
background-color css
<style>
a { background-color: #D16139; }
a { background-color: rgb(209,97,57); }
div.DivClassName
{
background-color: #D16139;
}
.BgClassName
{
background-color: #D16139;
}
</style>
border-color css
<style>
span { border-color: #D16139; }
span { border-color: rgb(209,97,57); }
td.TdClassName
{
border-color: #D16139;
}
.TagClassName
{
border-color: #D16139;
}
</style>