Shades of Chilean Fire #D85934
Tints of Chilean Fire #D85934
RGB
CMYK
RGB Variations
Color information
#D85934 (or 0xD85934) is known color: Chilean Fire. HEX triplet: D8, 59 and 34. RGB value is (216,89,52). Sum of RGB (Red+Green+Blue) = 216+89+52=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85934 is #27A6CB. Grayscale: #7B7B7B. Windows color (decimal): -2598604 or 3430872. OLE color: 3430872.
HSL color Cylindrical-coordinate representation of color #D85934: hue angle of 13.54º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D85934 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 52 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.15 |
| HSL | 13.54º | 0.68% | 0.53% | - |
| HSV(B) | 13.54º | 0.76% | 0.85% | - |
| XYZ | 32.51 | 21.99 | 5.78 | - |
| YUV | 122.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 52 | 0 | 0.59 | 0.76 | 0.15 | 13.54 | 0.68 | 0.53 |
| Hex | D8 | 59 | 34 | 0 | 3B | 4C | F | E | 44 | 35 |
| Octal | 330 | 131 | 64 | 0 | 73 | 114 | 17 | 16 | 104 | 65 |
| Binary | 11011000 | 1011001 | 110100 | 0 | 111011 | 1001100 | 1111 | 1110 | 1000100 | 110101 |
Color Harmonies of #D85934
Complementary color
Monochromatic Colors of #D85934
Black with #D85934
Text Example
Text Example
White with #D85934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85934; }
p { color: rgb(216,89,52); }
H1.HeaderClassName
{
color: #D85934;
}
.AnyTagClassName
{
color: #D85934;
}
</style>
background-color css
<style>
a { background-color: #D85934; }
a { background-color: rgb(216,89,52); }
div.DivClassName
{
background-color: #D85934;
}
.BgClassName
{
background-color: #D85934;
}
</style>
border-color css
<style>
span { border-color: #D85934; }
span { border-color: rgb(216,89,52); }
td.TdClassName
{
border-color: #D85934;
}
.TagClassName
{
border-color: #D85934;
}
</style>