Shades of Chilean Fire #D85320
Tints of Chilean Fire #D85320
RGB
CMYK
RGB Variations
Color information
#D85320 (or 0xD85320) is known color: Chilean Fire. HEX triplet: D8, 53 and 20. RGB value is (216,83,32). Sum of RGB (Red+Green+Blue) = 216+83+32=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D85320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85320 is #27ACDF. Grayscale: #757575. Windows color (decimal): -2600160 or 2118616. OLE color: 2118616.
HSL color Cylindrical-coordinate representation of color #D85320: hue angle of 16.63º degrees, saturation: 0.74, 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 #D85320 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 32 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.15 |
| HSL | 16.63º | 0.74% | 0.49% | - |
| HSV(B) | 16.63º | 0.85% | 0.85% | - |
| XYZ | 31.67 | 20.89 | 3.73 | - |
| YUV | 116.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 32 | 0 | 0.62 | 0.85 | 0.15 | 16.63 | 0.74 | 0.49 |
| Hex | D8 | 53 | 20 | 0 | 3E | 55 | F | 11 | 4A | 31 |
| Octal | 330 | 123 | 40 | 0 | 76 | 125 | 17 | 21 | 112 | 61 |
| Binary | 11011000 | 1010011 | 100000 | 0 | 111110 | 1010101 | 1111 | 10001 | 1001010 | 110001 |
Color Harmonies of #D85320
Complementary color
Monochromatic Colors of #D85320
Black with #D85320
Text Example
Text Example
White with #D85320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85320; }
p { color: rgb(216,83,32); }
H1.HeaderClassName
{
color: #D85320;
}
.AnyTagClassName
{
color: #D85320;
}
</style>
background-color css
<style>
a { background-color: #D85320; }
a { background-color: rgb(216,83,32); }
div.DivClassName
{
background-color: #D85320;
}
.BgClassName
{
background-color: #D85320;
}
</style>
border-color css
<style>
span { border-color: #D85320; }
span { border-color: rgb(216,83,32); }
td.TdClassName
{
border-color: #D85320;
}
.TagClassName
{
border-color: #D85320;
}
</style>