Shades of Chilean Fire #D85337
Tints of Chilean Fire #D85337
RGB
CMYK
RGB Variations
Color information
#D85337 (or 0xD85337) is known color: Chilean Fire. HEX triplet: D8, 53 and 37. RGB value is (216,83,55). Sum of RGB (Red+Green+Blue) = 216+83+55=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D85337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85337 is #27ACC8. Grayscale: #777777. Windows color (decimal): -2600137 or 3625944. OLE color: 3625944.
HSL color Cylindrical-coordinate representation of color #D85337: hue angle of 10.43º degrees, saturation: 0.67, 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 #D85337 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 55 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.15 |
| HSL | 10.43º | 0.67% | 0.53% | - |
| HSV(B) | 10.43º | 0.75% | 0.85% | - |
| XYZ | 32.1 | 21.06 | 5.99 | - |
| YUV | 119.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 55 | 0 | 0.62 | 0.75 | 0.15 | 10.43 | 0.67 | 0.53 |
| Hex | D8 | 53 | 37 | 0 | 3E | 4B | F | A | 43 | 35 |
| Octal | 330 | 123 | 67 | 0 | 76 | 113 | 17 | 12 | 103 | 65 |
| Binary | 11011000 | 1010011 | 110111 | 0 | 111110 | 1001011 | 1111 | 1010 | 1000011 | 110101 |
Color Harmonies of #D85337
Complementary color
Monochromatic Colors of #D85337
Black with #D85337
Text Example
Text Example
White with #D85337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85337; }
p { color: rgb(216,83,55); }
H1.HeaderClassName
{
color: #D85337;
}
.AnyTagClassName
{
color: #D85337;
}
</style>
background-color css
<style>
a { background-color: #D85337; }
a { background-color: rgb(216,83,55); }
div.DivClassName
{
background-color: #D85337;
}
.BgClassName
{
background-color: #D85337;
}
</style>
border-color css
<style>
span { border-color: #D85337; }
span { border-color: rgb(216,83,55); }
td.TdClassName
{
border-color: #D85337;
}
.TagClassName
{
border-color: #D85337;
}
</style>