Shades of Chilean Fire #D85F2D
Tints of Chilean Fire #D85F2D
RGB
CMYK
RGB Variations
Color information
#D85F2D (or 0xD85F2D) is known color: Chilean Fire. HEX triplet: D8, 5F and 2D. RGB value is (216,95,45). Sum of RGB (Red+Green+Blue) = 216+95+45=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F2D is #27A0D2. Grayscale: #7D7D7D. Windows color (decimal): -2597075 or 2973656. OLE color: 2973656.
HSL color Cylindrical-coordinate representation of color #D85F2D: hue angle of 17.54º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D85F2D is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 45 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.15 |
| HSL | 17.54º | 0.69% | 0.51% | - |
| HSV(B) | 17.54º | 0.79% | 0.85% | - |
| XYZ | 32.88 | 22.97 | 5.18 | - |
| YUV | 125.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 45 | 0 | 0.56 | 0.79 | 0.15 | 17.54 | 0.69 | 0.51 |
| Hex | D8 | 5F | 2D | 0 | 38 | 4F | F | 12 | 45 | 33 |
| Octal | 330 | 137 | 55 | 0 | 70 | 117 | 17 | 22 | 105 | 63 |
| Binary | 11011000 | 1011111 | 101101 | 0 | 111000 | 1001111 | 1111 | 10010 | 1000101 | 110011 |
Color Harmonies of #D85F2D
Complementary color
Monochromatic Colors of #D85F2D
Black with #D85F2D
Text Example
Text Example
White with #D85F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F2D; }
p { color: rgb(216,95,45); }
H1.HeaderClassName
{
color: #D85F2D;
}
.AnyTagClassName
{
color: #D85F2D;
}
</style>
background-color css
<style>
a { background-color: #D85F2D; }
a { background-color: rgb(216,95,45); }
div.DivClassName
{
background-color: #D85F2D;
}
.BgClassName
{
background-color: #D85F2D;
}
</style>
border-color css
<style>
span { border-color: #D85F2D; }
span { border-color: rgb(216,95,45); }
td.TdClassName
{
border-color: #D85F2D;
}
.TagClassName
{
border-color: #D85F2D;
}
</style>