Shades of Chilean Fire #D85420
Tints of Chilean Fire #D85420
RGB
CMYK
RGB Variations
Color information
#D85420 (or 0xD85420) is known color: Chilean Fire. HEX triplet: D8, 54 and 20. RGB value is (216,84,32). Sum of RGB (Red+Green+Blue) = 216+84+32=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D85420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85420 is #27ABDF. Grayscale: #757575. Windows color (decimal): -2599904 or 2118872. OLE color: 2118872.
HSL color Cylindrical-coordinate representation of color #D85420: hue angle of 16.96º 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 #D85420 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 32 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.15 |
| HSL | 16.96º | 0.74% | 0.49% | - |
| HSV(B) | 16.96º | 0.85% | 0.85% | - |
| XYZ | 31.75 | 21.04 | 3.75 | - |
| YUV | 117.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 32 | 0 | 0.61 | 0.85 | 0.15 | 16.96 | 0.74 | 0.49 |
| Hex | D8 | 54 | 20 | 0 | 3D | 55 | F | 11 | 4A | 31 |
| Octal | 330 | 124 | 40 | 0 | 75 | 125 | 17 | 21 | 112 | 61 |
| Binary | 11011000 | 1010100 | 100000 | 0 | 111101 | 1010101 | 1111 | 10001 | 1001010 | 110001 |
Color Harmonies of #D85420
Complementary color
Monochromatic Colors of #D85420
Black with #D85420
Text Example
Text Example
White with #D85420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85420; }
p { color: rgb(216,84,32); }
H1.HeaderClassName
{
color: #D85420;
}
.AnyTagClassName
{
color: #D85420;
}
</style>
background-color css
<style>
a { background-color: #D85420; }
a { background-color: rgb(216,84,32); }
div.DivClassName
{
background-color: #D85420;
}
.BgClassName
{
background-color: #D85420;
}
</style>
border-color css
<style>
span { border-color: #D85420; }
span { border-color: rgb(216,84,32); }
td.TdClassName
{
border-color: #D85420;
}
.TagClassName
{
border-color: #D85420;
}
</style>