Shades of Chilean Fire #D85E35
Tints of Chilean Fire #D85E35
RGB
CMYK
RGB Variations
Color information
#D85E35 (or 0xD85E35) is known color: Chilean Fire. HEX triplet: D8, 5E and 35. RGB value is (216,94,53). Sum of RGB (Red+Green+Blue) = 216+94+53=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E35 is #27A1CA. Grayscale: #7E7E7E. Windows color (decimal): -2597323 or 3497688. OLE color: 3497688.
HSL color Cylindrical-coordinate representation of color #D85E35: hue angle of 15.09º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D85E35 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 53 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.15 |
| HSL | 15.09º | 0.68% | 0.53% | - |
| HSV(B) | 15.09º | 0.75% | 0.85% | - |
| XYZ | 32.96 | 22.86 | 6.04 | - |
| YUV | 125.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 53 | 0 | 0.56 | 0.75 | 0.15 | 15.09 | 0.68 | 0.53 |
| Hex | D8 | 5E | 35 | 0 | 38 | 4B | F | F | 44 | 35 |
| Octal | 330 | 136 | 65 | 0 | 70 | 113 | 17 | 17 | 104 | 65 |
| Binary | 11011000 | 1011110 | 110101 | 0 | 111000 | 1001011 | 1111 | 1111 | 1000100 | 110101 |
Color Harmonies of #D85E35
Complementary color
Monochromatic Colors of #D85E35
Black with #D85E35
Text Example
Text Example
White with #D85E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E35; }
p { color: rgb(216,94,53); }
H1.HeaderClassName
{
color: #D85E35;
}
.AnyTagClassName
{
color: #D85E35;
}
</style>
background-color css
<style>
a { background-color: #D85E35; }
a { background-color: rgb(216,94,53); }
div.DivClassName
{
background-color: #D85E35;
}
.BgClassName
{
background-color: #D85E35;
}
</style>
border-color css
<style>
span { border-color: #D85E35; }
span { border-color: rgb(216,94,53); }
td.TdClassName
{
border-color: #D85E35;
}
.TagClassName
{
border-color: #D85E35;
}
</style>