Shades of Chilean Fire #D9593C
Tints of Chilean Fire #D9593C
RGB
CMYK
RGB Variations
Color information
#D9593C (or 0xD9593C) is known color: Chilean Fire. HEX triplet: D9, 59 and 3C. RGB value is (217,89,60). Sum of RGB (Red+Green+Blue) = 217+89+60=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9593C is #26A6C3. Grayscale: #7C7C7C. Windows color (decimal): -2533060 or 3955161. OLE color: 3955161.
HSL color Cylindrical-coordinate representation of color #D9593C: hue angle of 11.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9593C is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 60 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.15 |
| HSL | 11.08º | 0.67% | 0.54% | - |
| HSV(B) | 11.08º | 0.72% | 0.85% | - |
| XYZ | 33 | 22.22 | 6.82 | - |
| YUV | 123.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 60 | 0 | 0.59 | 0.72 | 0.15 | 11.08 | 0.67 | 0.54 |
| Hex | D9 | 59 | 3C | 0 | 3B | 48 | F | B | 43 | 36 |
| Octal | 331 | 131 | 74 | 0 | 73 | 110 | 17 | 13 | 103 | 66 |
| Binary | 11011001 | 1011001 | 111100 | 0 | 111011 | 1001000 | 1111 | 1011 | 1000011 | 110110 |
Color Harmonies of #D9593C
Complementary color
Monochromatic Colors of #D9593C
Black with #D9593C
Text Example
Text Example
White with #D9593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9593C; }
p { color: rgb(217,89,60); }
H1.HeaderClassName
{
color: #D9593C;
}
.AnyTagClassName
{
color: #D9593C;
}
</style>
background-color css
<style>
a { background-color: #D9593C; }
a { background-color: rgb(217,89,60); }
div.DivClassName
{
background-color: #D9593C;
}
.BgClassName
{
background-color: #D9593C;
}
</style>
border-color css
<style>
span { border-color: #D9593C; }
span { border-color: rgb(217,89,60); }
td.TdClassName
{
border-color: #D9593C;
}
.TagClassName
{
border-color: #D9593C;
}
</style>