Shades of Chilean Fire #D85E29
Tints of Chilean Fire #D85E29
RGB
CMYK
RGB Variations
Color information
#D85E29 (or 0xD85E29) is known color: Chilean Fire. HEX triplet: D8, 5E and 29. RGB value is (216,94,41). Sum of RGB (Red+Green+Blue) = 216+94+41=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E29 is #27A1D6. Grayscale: #7C7C7C. Windows color (decimal): -2597335 or 2711256. OLE color: 2711256.
HSL color Cylindrical-coordinate representation of color #D85E29: hue angle of 18.17º 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 #D85E29 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 41 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.15 |
| HSL | 18.17º | 0.69% | 0.5% | - |
| HSV(B) | 18.17º | 0.81% | 0.85% | - |
| XYZ | 32.72 | 22.76 | 4.77 | - |
| YUV | 124.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 41 | 0 | 0.56 | 0.81 | 0.15 | 18.17 | 0.69 | 0.5 |
| Hex | D8 | 5E | 29 | 0 | 38 | 51 | F | 12 | 45 | 32 |
| Octal | 330 | 136 | 51 | 0 | 70 | 121 | 17 | 22 | 105 | 62 |
| Binary | 11011000 | 1011110 | 101001 | 0 | 111000 | 1010001 | 1111 | 10010 | 1000101 | 110010 |
Color Harmonies of #D85E29
Complementary color
Monochromatic Colors of #D85E29
Black with #D85E29
Text Example
Text Example
White with #D85E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E29; }
p { color: rgb(216,94,41); }
H1.HeaderClassName
{
color: #D85E29;
}
.AnyTagClassName
{
color: #D85E29;
}
</style>
background-color css
<style>
a { background-color: #D85E29; }
a { background-color: rgb(216,94,41); }
div.DivClassName
{
background-color: #D85E29;
}
.BgClassName
{
background-color: #D85E29;
}
</style>
border-color css
<style>
span { border-color: #D85E29; }
span { border-color: rgb(216,94,41); }
td.TdClassName
{
border-color: #D85E29;
}
.TagClassName
{
border-color: #D85E29;
}
</style>