Shades of Chilean Fire #DC592D
Tints of Chilean Fire #DC592D
RGB
CMYK
RGB Variations
Color information
#DC592D (or 0xDC592D) is known color: Chilean Fire. HEX triplet: DC, 59 and 2D. RGB value is (220,89,45). Sum of RGB (Red+Green+Blue) = 220+89+45=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC592D is #23A6D2. Grayscale: #7B7B7B. Windows color (decimal): -2336467 or 2972124. OLE color: 2972124.
HSL color Cylindrical-coordinate representation of color #DC592D: hue angle of 15.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC592D is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 45 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.14 |
| HSL | 15.09º | 0.71% | 0.52% | - |
| HSV(B) | 15.09º | 0.8% | 0.86% | - |
| XYZ | 33.56 | 22.55 | 5.07 | - |
| YUV | 123.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 45 | 0 | 0.60 | 0.80 | 0.14 | 15.09 | 0.71 | 0.52 |
| Hex | DC | 59 | 2D | 0 | 3C | 50 | E | F | 47 | 34 |
| Octal | 334 | 131 | 55 | 0 | 74 | 120 | 16 | 17 | 107 | 64 |
| Binary | 11011100 | 1011001 | 101101 | 0 | 111100 | 1010000 | 1110 | 1111 | 1000111 | 110100 |
Color Harmonies of #DC592D
Complementary color
Monochromatic Colors of #DC592D
Black with #DC592D
Text Example
Text Example
White with #DC592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC592D; }
p { color: rgb(220,89,45); }
H1.HeaderClassName
{
color: #DC592D;
}
.AnyTagClassName
{
color: #DC592D;
}
</style>
background-color css
<style>
a { background-color: #DC592D; }
a { background-color: rgb(220,89,45); }
div.DivClassName
{
background-color: #DC592D;
}
.BgClassName
{
background-color: #DC592D;
}
</style>
border-color css
<style>
span { border-color: #DC592D; }
span { border-color: rgb(220,89,45); }
td.TdClassName
{
border-color: #DC592D;
}
.TagClassName
{
border-color: #DC592D;
}
</style>