Shades of Chilean Fire #D85429
Tints of Chilean Fire #D85429
RGB
CMYK
RGB Variations
Color information
#D85429 (or 0xD85429) is known color: Chilean Fire. HEX triplet: D8, 54 and 29. RGB value is (216,84,41). Sum of RGB (Red+Green+Blue) = 216+84+41=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D85429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85429 is #27ABD6. Grayscale: #767676. Windows color (decimal): -2599895 or 2708696. OLE color: 2708696.
HSL color Cylindrical-coordinate representation of color #D85429: hue angle of 14.74º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D85429 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 41 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.15 |
| HSL | 14.74º | 0.69% | 0.5% | - |
| HSV(B) | 14.74º | 0.81% | 0.85% | - |
| XYZ | 31.89 | 21.1 | 4.49 | - |
| YUV | 118.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 41 | 0 | 0.61 | 0.81 | 0.15 | 14.74 | 0.69 | 0.5 |
| Hex | D8 | 54 | 29 | 0 | 3D | 51 | F | F | 45 | 32 |
| Octal | 330 | 124 | 51 | 0 | 75 | 121 | 17 | 17 | 105 | 62 |
| Binary | 11011000 | 1010100 | 101001 | 0 | 111101 | 1010001 | 1111 | 1111 | 1000101 | 110010 |
Color Harmonies of #D85429
Complementary color
Monochromatic Colors of #D85429
Black with #D85429
Text Example
Text Example
White with #D85429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85429; }
p { color: rgb(216,84,41); }
H1.HeaderClassName
{
color: #D85429;
}
.AnyTagClassName
{
color: #D85429;
}
</style>
background-color css
<style>
a { background-color: #D85429; }
a { background-color: rgb(216,84,41); }
div.DivClassName
{
background-color: #D85429;
}
.BgClassName
{
background-color: #D85429;
}
</style>
border-color css
<style>
span { border-color: #D85429; }
span { border-color: rgb(216,84,41); }
td.TdClassName
{
border-color: #D85429;
}
.TagClassName
{
border-color: #D85429;
}
</style>