Shades of Chilean Fire #D85D34
Tints of Chilean Fire #D85D34
RGB
CMYK
RGB Variations
Color information
#D85D34 (or 0xD85D34) is known color: Chilean Fire. HEX triplet: D8, 5D and 34. RGB value is (216,93,52). Sum of RGB (Red+Green+Blue) = 216+93+52=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D34 is #27A2CB. Grayscale: #7D7D7D. Windows color (decimal): -2597580 or 3431896. OLE color: 3431896.
HSL color Cylindrical-coordinate representation of color #D85D34: hue angle of 15º 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 #D85D34 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 52 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.15 |
| HSL | 15º | 0.68% | 0.53% | - |
| HSV(B) | 15º | 0.76% | 0.85% | - |
| XYZ | 32.85 | 22.68 | 5.89 | - |
| YUV | 125.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 52 | 0 | 0.57 | 0.76 | 0.15 | 15 | 0.68 | 0.53 |
| Hex | D8 | 5D | 34 | 0 | 39 | 4C | F | F | 44 | 35 |
| Octal | 330 | 135 | 64 | 0 | 71 | 114 | 17 | 17 | 104 | 65 |
| Binary | 11011000 | 1011101 | 110100 | 0 | 111001 | 1001100 | 1111 | 1111 | 1000100 | 110101 |
Color Harmonies of #D85D34
Complementary color
Monochromatic Colors of #D85D34
Black with #D85D34
Text Example
Text Example
White with #D85D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D34; }
p { color: rgb(216,93,52); }
H1.HeaderClassName
{
color: #D85D34;
}
.AnyTagClassName
{
color: #D85D34;
}
</style>
background-color css
<style>
a { background-color: #D85D34; }
a { background-color: rgb(216,93,52); }
div.DivClassName
{
background-color: #D85D34;
}
.BgClassName
{
background-color: #D85D34;
}
</style>
border-color css
<style>
span { border-color: #D85D34; }
span { border-color: rgb(216,93,52); }
td.TdClassName
{
border-color: #D85D34;
}
.TagClassName
{
border-color: #D85D34;
}
</style>