Shades of Chilean Fire #DC593A
Tints of Chilean Fire #DC593A
RGB
CMYK
RGB Variations
Color information
#DC593A (or 0xDC593A) is known color: Chilean Fire. HEX triplet: DC, 59 and 3A. RGB value is (220,89,58). Sum of RGB (Red+Green+Blue) = 220+89+58=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC593A is #23A6C5. Grayscale: #7C7C7C. Windows color (decimal): -2336454 or 3824092. OLE color: 3824092.
HSL color Cylindrical-coordinate representation of color #DC593A: hue angle of 11.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC593A is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 58 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.14 |
| HSL | 11.48º | 0.7% | 0.55% | - |
| HSV(B) | 11.48º | 0.74% | 0.86% | - |
| XYZ | 33.85 | 22.67 | 6.59 | - |
| YUV | 124.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 58 | 0 | 0.60 | 0.74 | 0.14 | 11.48 | 0.7 | 0.55 |
| Hex | DC | 59 | 3A | 0 | 3C | 4A | E | B | 46 | 37 |
| Octal | 334 | 131 | 72 | 0 | 74 | 112 | 16 | 13 | 106 | 67 |
| Binary | 11011100 | 1011001 | 111010 | 0 | 111100 | 1001010 | 1110 | 1011 | 1000110 | 110111 |
Color Harmonies of #DC593A
Complementary color
Monochromatic Colors of #DC593A
Black with #DC593A
Text Example
Text Example
White with #DC593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC593A; }
p { color: rgb(220,89,58); }
H1.HeaderClassName
{
color: #DC593A;
}
.AnyTagClassName
{
color: #DC593A;
}
</style>
background-color css
<style>
a { background-color: #DC593A; }
a { background-color: rgb(220,89,58); }
div.DivClassName
{
background-color: #DC593A;
}
.BgClassName
{
background-color: #DC593A;
}
</style>
border-color css
<style>
span { border-color: #DC593A; }
span { border-color: rgb(220,89,58); }
td.TdClassName
{
border-color: #DC593A;
}
.TagClassName
{
border-color: #DC593A;
}
</style>