Shades of Chilean Fire #D8593C
Tints of Chilean Fire #D8593C
RGB
CMYK
RGB Variations
Color information
#D8593C (or 0xD8593C) is known color: Chilean Fire. HEX triplet: D8, 59 and 3C. RGB value is (216,89,60). Sum of RGB (Red+Green+Blue) = 216+89+60=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8593C is #27A6C3. Grayscale: #7B7B7B. Windows color (decimal): -2598596 or 3955160. OLE color: 3955160.
HSL color Cylindrical-coordinate representation of color #D8593C: hue angle of 11.15º 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 #D8593C is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 60 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.15 |
| HSL | 11.15º | 0.67% | 0.54% | - |
| HSV(B) | 11.15º | 0.72% | 0.85% | - |
| XYZ | 32.71 | 22.07 | 6.81 | - |
| YUV | 123.67 | 92.08 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 60 | 0 | 0.59 | 0.72 | 0.15 | 11.15 | 0.67 | 0.54 |
| Hex | D8 | 59 | 3C | 0 | 3B | 48 | F | B | 43 | 36 |
| Octal | 330 | 131 | 74 | 0 | 73 | 110 | 17 | 13 | 103 | 66 |
| Binary | 11011000 | 1011001 | 111100 | 0 | 111011 | 1001000 | 1111 | 1011 | 1000011 | 110110 |
Color Harmonies of #D8593C
Complementary color
Monochromatic Colors of #D8593C
Black with #D8593C
Text Example
Text Example
White with #D8593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8593C; }
p { color: rgb(216,89,60); }
H1.HeaderClassName
{
color: #D8593C;
}
.AnyTagClassName
{
color: #D8593C;
}
</style>
background-color css
<style>
a { background-color: #D8593C; }
a { background-color: rgb(216,89,60); }
div.DivClassName
{
background-color: #D8593C;
}
.BgClassName
{
background-color: #D8593C;
}
</style>
border-color css
<style>
span { border-color: #D8593C; }
span { border-color: rgb(216,89,60); }
td.TdClassName
{
border-color: #D8593C;
}
.TagClassName
{
border-color: #D8593C;
}
</style>