Shades of Chilean Fire #D8593B
Tints of Chilean Fire #D8593B
RGB
CMYK
RGB Variations
Color information
#D8593B (or 0xD8593B) is known color: Chilean Fire. HEX triplet: D8, 59 and 3B. RGB value is (216,89,59). Sum of RGB (Red+Green+Blue) = 216+89+59=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8593B is #27A6C4. Grayscale: #7B7B7B. Windows color (decimal): -2598597 or 3889624. OLE color: 3889624.
HSL color Cylindrical-coordinate representation of color #D8593B: hue angle of 11.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8593B is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 59 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.15 |
| HSL | 11.46º | 0.67% | 0.54% | - |
| HSV(B) | 11.46º | 0.73% | 0.85% | - |
| XYZ | 32.68 | 22.06 | 6.67 | - |
| YUV | 123.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 59 | 0 | 0.59 | 0.73 | 0.15 | 11.46 | 0.67 | 0.54 |
| Hex | D8 | 59 | 3B | 0 | 3B | 49 | F | B | 43 | 36 |
| Octal | 330 | 131 | 73 | 0 | 73 | 111 | 17 | 13 | 103 | 66 |
| Binary | 11011000 | 1011001 | 111011 | 0 | 111011 | 1001001 | 1111 | 1011 | 1000011 | 110110 |
Color Harmonies of #D8593B
Complementary color
Monochromatic Colors of #D8593B
Black with #D8593B
Text Example
Text Example
White with #D8593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8593B; }
p { color: rgb(216,89,59); }
H1.HeaderClassName
{
color: #D8593B;
}
.AnyTagClassName
{
color: #D8593B;
}
</style>
background-color css
<style>
a { background-color: #D8593B; }
a { background-color: rgb(216,89,59); }
div.DivClassName
{
background-color: #D8593B;
}
.BgClassName
{
background-color: #D8593B;
}
</style>
border-color css
<style>
span { border-color: #D8593B; }
span { border-color: rgb(216,89,59); }
td.TdClassName
{
border-color: #D8593B;
}
.TagClassName
{
border-color: #D8593B;
}
</style>