Shades of Chilean Fire #D16535
Tints of Chilean Fire #D16535
RGB
CMYK
RGB Variations
Color information
#D16535 (or 0xD16535) is known color: Chilean Fire. HEX triplet: D1, 65 and 35. RGB value is (209,101,53). Sum of RGB (Red+Green+Blue) = 209+101+53=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D16535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16535 is #2E9ACA. Grayscale: #808080. Windows color (decimal): -3054283 or 3499473. OLE color: 3499473.
HSL color Cylindrical-coordinate representation of color #D16535: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D16535 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 53 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.18 |
| HSL | 18.46º | 0.63% | 0.51% | - |
| HSV(B) | 18.46º | 0.75% | 0.82% | - |
| XYZ | 31.59 | 23.12 | 6.17 | - |
| YUV | 127.82 | 85.78 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 53 | 0 | 0.52 | 0.75 | 0.18 | 18.46 | 0.63 | 0.51 |
| Hex | D1 | 65 | 35 | 0 | 34 | 4B | 12 | 12 | 3F | 33 |
| Octal | 321 | 145 | 65 | 0 | 64 | 113 | 22 | 22 | 77 | 63 |
| Binary | 11010001 | 1100101 | 110101 | 0 | 110100 | 1001011 | 10010 | 10010 | 111111 | 110011 |
Color Harmonies of #D16535
Complementary color
Monochromatic Colors of #D16535
Black with #D16535
Text Example
Text Example
White with #D16535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16535; }
p { color: rgb(209,101,53); }
H1.HeaderClassName
{
color: #D16535;
}
.AnyTagClassName
{
color: #D16535;
}
</style>
background-color css
<style>
a { background-color: #D16535; }
a { background-color: rgb(209,101,53); }
div.DivClassName
{
background-color: #D16535;
}
.BgClassName
{
background-color: #D16535;
}
</style>
border-color css
<style>
span { border-color: #D16535; }
span { border-color: rgb(209,101,53); }
td.TdClassName
{
border-color: #D16535;
}
.TagClassName
{
border-color: #D16535;
}
</style>