Shades of Chilean Fire #DC593B
Tints of Chilean Fire #DC593B
RGB
CMYK
RGB Variations
Color information
#DC593B (or 0xDC593B) is known color: Chilean Fire. HEX triplet: DC, 59 and 3B. RGB value is (220,89,59). Sum of RGB (Red+Green+Blue) = 220+89+59=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC593B is #23A6C4. Grayscale: #7C7C7C. Windows color (decimal): -2336453 or 3889628. OLE color: 3889628.
HSL color Cylindrical-coordinate representation of color #DC593B: hue angle of 11.18º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC593B is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 59 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.14 |
| HSL | 11.18º | 0.7% | 0.55% | - |
| HSV(B) | 11.18º | 0.73% | 0.86% | - |
| XYZ | 33.88 | 22.68 | 6.73 | - |
| YUV | 124.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 59 | 0 | 0.60 | 0.73 | 0.14 | 11.18 | 0.7 | 0.55 |
| Hex | DC | 59 | 3B | 0 | 3C | 49 | E | B | 46 | 37 |
| Octal | 334 | 131 | 73 | 0 | 74 | 111 | 16 | 13 | 106 | 67 |
| Binary | 11011100 | 1011001 | 111011 | 0 | 111100 | 1001001 | 1110 | 1011 | 1000110 | 110111 |
Color Harmonies of #DC593B
Complementary color
Monochromatic Colors of #DC593B
Black with #DC593B
Text Example
Text Example
White with #DC593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC593B; }
p { color: rgb(220,89,59); }
H1.HeaderClassName
{
color: #DC593B;
}
.AnyTagClassName
{
color: #DC593B;
}
</style>
background-color css
<style>
a { background-color: #DC593B; }
a { background-color: rgb(220,89,59); }
div.DivClassName
{
background-color: #DC593B;
}
.BgClassName
{
background-color: #DC593B;
}
</style>
border-color css
<style>
span { border-color: #DC593B; }
span { border-color: rgb(220,89,59); }
td.TdClassName
{
border-color: #DC593B;
}
.TagClassName
{
border-color: #DC593B;
}
</style>