Shades of Chilean Fire #D16334
Tints of Chilean Fire #D16334
RGB
CMYK
RGB Variations
Color information
#D16334 (or 0xD16334) is known color: Chilean Fire. HEX triplet: D1, 63 and 34. RGB value is (209,99,52). Sum of RGB (Red+Green+Blue) = 209+99+52=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D16334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16334 is #2E9CCB. Grayscale: #7E7E7E. Windows color (decimal): -3054796 or 3433425. OLE color: 3433425.
HSL color Cylindrical-coordinate representation of color #D16334: hue angle of 17.96º 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 #D16334 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 52 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.18 |
| HSL | 17.96º | 0.63% | 0.51% | - |
| HSV(B) | 17.96º | 0.75% | 0.82% | - |
| XYZ | 31.38 | 22.73 | 5.98 | - |
| YUV | 126.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 52 | 0 | 0.53 | 0.75 | 0.18 | 17.96 | 0.63 | 0.51 |
| Hex | D1 | 63 | 34 | 0 | 35 | 4B | 12 | 12 | 3F | 33 |
| Octal | 321 | 143 | 64 | 0 | 65 | 113 | 22 | 22 | 77 | 63 |
| Binary | 11010001 | 1100011 | 110100 | 0 | 110101 | 1001011 | 10010 | 10010 | 111111 | 110011 |
Color Harmonies of #D16334
Complementary color
Monochromatic Colors of #D16334
Black with #D16334
Text Example
Text Example
White with #D16334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16334; }
p { color: rgb(209,99,52); }
H1.HeaderClassName
{
color: #D16334;
}
.AnyTagClassName
{
color: #D16334;
}
</style>
background-color css
<style>
a { background-color: #D16334; }
a { background-color: rgb(209,99,52); }
div.DivClassName
{
background-color: #D16334;
}
.BgClassName
{
background-color: #D16334;
}
</style>
border-color css
<style>
span { border-color: #D16334; }
span { border-color: rgb(209,99,52); }
td.TdClassName
{
border-color: #D16334;
}
.TagClassName
{
border-color: #D16334;
}
</style>