Shades of Chilean Fire #D85726
Tints of Chilean Fire #D85726
RGB
CMYK
RGB Variations
Color information
#D85726 (or 0xD85726) is known color: Chilean Fire. HEX triplet: D8, 57 and 26. RGB value is (216,87,38). Sum of RGB (Red+Green+Blue) = 216+87+38=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D85726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85726 is #27A8D9. Grayscale: #787878. Windows color (decimal): -2599130 or 2512856. OLE color: 2512856.
HSL color Cylindrical-coordinate representation of color #D85726: hue angle of 16.52º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D85726 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 38 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.15 |
| HSL | 16.52º | 0.7% | 0.5% | - |
| HSV(B) | 16.52º | 0.82% | 0.85% | - |
| XYZ | 32.08 | 21.56 | 4.3 | - |
| YUV | 119.99 | 81.74 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 38 | 0 | 0.60 | 0.82 | 0.15 | 16.52 | 0.7 | 0.5 |
| Hex | D8 | 57 | 26 | 0 | 3C | 52 | F | 11 | 46 | 32 |
| Octal | 330 | 127 | 46 | 0 | 74 | 122 | 17 | 21 | 106 | 62 |
| Binary | 11011000 | 1010111 | 100110 | 0 | 111100 | 1010010 | 1111 | 10001 | 1000110 | 110010 |
Color Harmonies of #D85726
Complementary color
Monochromatic Colors of #D85726
Black with #D85726
Text Example
Text Example
White with #D85726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85726; }
p { color: rgb(216,87,38); }
H1.HeaderClassName
{
color: #D85726;
}
.AnyTagClassName
{
color: #D85726;
}
</style>
background-color css
<style>
a { background-color: #D85726; }
a { background-color: rgb(216,87,38); }
div.DivClassName
{
background-color: #D85726;
}
.BgClassName
{
background-color: #D85726;
}
</style>
border-color css
<style>
span { border-color: #D85726; }
span { border-color: rgb(216,87,38); }
td.TdClassName
{
border-color: #D85726;
}
.TagClassName
{
border-color: #D85726;
}
</style>