Shades of Chilean Fire #D85529
Tints of Chilean Fire #D85529
RGB
CMYK
RGB Variations
Color information
#D85529 (or 0xD85529) is known color: Chilean Fire. HEX triplet: D8, 55 and 29. RGB value is (216,85,41). Sum of RGB (Red+Green+Blue) = 216+85+41=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D85529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85529 is #27AAD6. Grayscale: #777777. Windows color (decimal): -2599639 or 2708952. OLE color: 2708952.
HSL color Cylindrical-coordinate representation of color #D85529: hue angle of 15.09º 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 #D85529 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 41 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.15 |
| HSL | 15.09º | 0.69% | 0.5% | - |
| HSV(B) | 15.09º | 0.81% | 0.85% | - |
| XYZ | 31.97 | 21.26 | 4.52 | - |
| YUV | 119.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 41 | 0 | 0.61 | 0.81 | 0.15 | 15.09 | 0.69 | 0.5 |
| Hex | D8 | 55 | 29 | 0 | 3D | 51 | F | F | 45 | 32 |
| Octal | 330 | 125 | 51 | 0 | 75 | 121 | 17 | 17 | 105 | 62 |
| Binary | 11011000 | 1010101 | 101001 | 0 | 111101 | 1010001 | 1111 | 1111 | 1000101 | 110010 |
Color Harmonies of #D85529
Complementary color
Monochromatic Colors of #D85529
Black with #D85529
Text Example
Text Example
White with #D85529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85529; }
p { color: rgb(216,85,41); }
H1.HeaderClassName
{
color: #D85529;
}
.AnyTagClassName
{
color: #D85529;
}
</style>
background-color css
<style>
a { background-color: #D85529; }
a { background-color: rgb(216,85,41); }
div.DivClassName
{
background-color: #D85529;
}
.BgClassName
{
background-color: #D85529;
}
</style>
border-color css
<style>
span { border-color: #D85529; }
span { border-color: rgb(216,85,41); }
td.TdClassName
{
border-color: #D85529;
}
.TagClassName
{
border-color: #D85529;
}
</style>