Shades of Chilean Fire #D9592D
Tints of Chilean Fire #D9592D
RGB
CMYK
RGB Variations
Color information
#D9592D (or 0xD9592D) is known color: Chilean Fire. HEX triplet: D9, 59 and 2D. RGB value is (217,89,45). Sum of RGB (Red+Green+Blue) = 217+89+45=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9592D is #26A6D2. Grayscale: #7A7A7A. Windows color (decimal): -2533075 or 2972121. OLE color: 2972121.
HSL color Cylindrical-coordinate representation of color #D9592D: hue angle of 15.35º 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 #D9592D is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 45 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.15 |
| HSL | 15.35º | 0.69% | 0.51% | - |
| HSV(B) | 15.35º | 0.79% | 0.85% | - |
| XYZ | 32.66 | 22.09 | 5.02 | - |
| YUV | 122.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 45 | 0 | 0.59 | 0.79 | 0.15 | 15.35 | 0.69 | 0.51 |
| Hex | D9 | 59 | 2D | 0 | 3B | 4F | F | F | 45 | 33 |
| Octal | 331 | 131 | 55 | 0 | 73 | 117 | 17 | 17 | 105 | 63 |
| Binary | 11011001 | 1011001 | 101101 | 0 | 111011 | 1001111 | 1111 | 1111 | 1000101 | 110011 |
Color Harmonies of #D9592D
Complementary color
Monochromatic Colors of #D9592D
Black with #D9592D
Text Example
Text Example
White with #D9592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9592D; }
p { color: rgb(217,89,45); }
H1.HeaderClassName
{
color: #D9592D;
}
.AnyTagClassName
{
color: #D9592D;
}
</style>
background-color css
<style>
a { background-color: #D9592D; }
a { background-color: rgb(217,89,45); }
div.DivClassName
{
background-color: #D9592D;
}
.BgClassName
{
background-color: #D9592D;
}
</style>
border-color css
<style>
span { border-color: #D9592D; }
span { border-color: rgb(217,89,45); }
td.TdClassName
{
border-color: #D9592D;
}
.TagClassName
{
border-color: #D9592D;
}
</style>