Shades of Chilean Fire #D85321
Tints of Chilean Fire #D85321
RGB
CMYK
RGB Variations
Color information
#D85321 (or 0xD85321) is known color: Chilean Fire. HEX triplet: D8, 53 and 21. RGB value is (216,83,33). Sum of RGB (Red+Green+Blue) = 216+83+33=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D85321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85321 is #27ACDE. Grayscale: #757575. Windows color (decimal): -2600159 or 2184152. OLE color: 2184152.
HSL color Cylindrical-coordinate representation of color #D85321: hue angle of 16.39º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D85321 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 33 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.15 |
| HSL | 16.39º | 0.73% | 0.49% | - |
| HSV(B) | 16.39º | 0.85% | 0.85% | - |
| XYZ | 31.69 | 20.9 | 3.8 | - |
| YUV | 117.07 | 80.56 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 33 | 0 | 0.62 | 0.85 | 0.15 | 16.39 | 0.73 | 0.49 |
| Hex | D8 | 53 | 21 | 0 | 3E | 55 | F | 10 | 49 | 31 |
| Octal | 330 | 123 | 41 | 0 | 76 | 125 | 17 | 20 | 111 | 61 |
| Binary | 11011000 | 1010011 | 100001 | 0 | 111110 | 1010101 | 1111 | 10000 | 1001001 | 110001 |
Color Harmonies of #D85321
Complementary color
Monochromatic Colors of #D85321
Black with #D85321
Text Example
Text Example
White with #D85321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85321; }
p { color: rgb(216,83,33); }
H1.HeaderClassName
{
color: #D85321;
}
.AnyTagClassName
{
color: #D85321;
}
</style>
background-color css
<style>
a { background-color: #D85321; }
a { background-color: rgb(216,83,33); }
div.DivClassName
{
background-color: #D85321;
}
.BgClassName
{
background-color: #D85321;
}
</style>
border-color css
<style>
span { border-color: #D85321; }
span { border-color: rgb(216,83,33); }
td.TdClassName
{
border-color: #D85321;
}
.TagClassName
{
border-color: #D85321;
}
</style>