Shades of Chilean Fire #D85322
Tints of Chilean Fire #D85322
RGB
CMYK
RGB Variations
Color information
#D85322 (or 0xD85322) is known color: Chilean Fire. HEX triplet: D8, 53 and 22. RGB value is (216,83,34). Sum of RGB (Red+Green+Blue) = 216+83+34=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D85322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85322 is #27ACDD. Grayscale: #757575. Windows color (decimal): -2600158 or 2249688. OLE color: 2249688.
HSL color Cylindrical-coordinate representation of color #D85322: hue angle of 16.15º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D85322 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 34 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.15 |
| HSL | 16.15º | 0.73% | 0.49% | - |
| HSV(B) | 16.15º | 0.84% | 0.85% | - |
| XYZ | 31.7 | 20.9 | 3.88 | - |
| YUV | 117.18 | 81.06 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 34 | 0 | 0.62 | 0.84 | 0.15 | 16.15 | 0.73 | 0.49 |
| Hex | D8 | 53 | 22 | 0 | 3E | 54 | F | 10 | 49 | 31 |
| Octal | 330 | 123 | 42 | 0 | 76 | 124 | 17 | 20 | 111 | 61 |
| Binary | 11011000 | 1010011 | 100010 | 0 | 111110 | 1010100 | 1111 | 10000 | 1001001 | 110001 |
Color Harmonies of #D85322
Complementary color
Monochromatic Colors of #D85322
Black with #D85322
Text Example
Text Example
White with #D85322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85322; }
p { color: rgb(216,83,34); }
H1.HeaderClassName
{
color: #D85322;
}
.AnyTagClassName
{
color: #D85322;
}
</style>
background-color css
<style>
a { background-color: #D85322; }
a { background-color: rgb(216,83,34); }
div.DivClassName
{
background-color: #D85322;
}
.BgClassName
{
background-color: #D85322;
}
</style>
border-color css
<style>
span { border-color: #D85322; }
span { border-color: rgb(216,83,34); }
td.TdClassName
{
border-color: #D85322;
}
.TagClassName
{
border-color: #D85322;
}
</style>