Shades of Chilean Fire #D85B29
Tints of Chilean Fire #D85B29
RGB
CMYK
RGB Variations
Color information
#D85B29 (or 0xD85B29) is known color: Chilean Fire. HEX triplet: D8, 5B and 29. RGB value is (216,91,41). Sum of RGB (Red+Green+Blue) = 216+91+41=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B29 is #27A4D6. Grayscale: #7B7B7B. Windows color (decimal): -2598103 or 2710488. OLE color: 2710488.
HSL color Cylindrical-coordinate representation of color #D85B29: hue angle of 17.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D85B29 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 41 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.15 |
| HSL | 17.14º | 0.69% | 0.5% | - |
| HSV(B) | 17.14º | 0.81% | 0.85% | - |
| XYZ | 32.46 | 22.24 | 4.68 | - |
| YUV | 122.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 41 | 0 | 0.58 | 0.81 | 0.15 | 17.14 | 0.69 | 0.5 |
| Hex | D8 | 5B | 29 | 0 | 3A | 51 | F | 11 | 45 | 32 |
| Octal | 330 | 133 | 51 | 0 | 72 | 121 | 17 | 21 | 105 | 62 |
| Binary | 11011000 | 1011011 | 101001 | 0 | 111010 | 1010001 | 1111 | 10001 | 1000101 | 110010 |
Color Harmonies of #D85B29
Complementary color
Monochromatic Colors of #D85B29
Black with #D85B29
Text Example
Text Example
White with #D85B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B29; }
p { color: rgb(216,91,41); }
H1.HeaderClassName
{
color: #D85B29;
}
.AnyTagClassName
{
color: #D85B29;
}
</style>
background-color css
<style>
a { background-color: #D85B29; }
a { background-color: rgb(216,91,41); }
div.DivClassName
{
background-color: #D85B29;
}
.BgClassName
{
background-color: #D85B29;
}
</style>
border-color css
<style>
span { border-color: #D85B29; }
span { border-color: rgb(216,91,41); }
td.TdClassName
{
border-color: #D85B29;
}
.TagClassName
{
border-color: #D85B29;
}
</style>