Shades of Chilean Fire #DC5924
Tints of Chilean Fire #DC5924
RGB
CMYK
RGB Variations
Color information
#DC5924 (or 0xDC5924) is known color: Chilean Fire. HEX triplet: DC, 59 and 24. RGB value is (220,89,36). Sum of RGB (Red+Green+Blue) = 220+89+36=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5924 is #23A6DB. Grayscale: #7A7A7A. Windows color (decimal): -2336476 or 2382300. OLE color: 2382300.
HSL color Cylindrical-coordinate representation of color #DC5924: hue angle of 17.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC5924 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 36 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.14 |
| HSL | 17.28º | 0.72% | 0.5% | - |
| HSV(B) | 17.28º | 0.84% | 0.86% | - |
| XYZ | 33.41 | 22.49 | 4.25 | - |
| YUV | 122.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 36 | 0 | 0.60 | 0.84 | 0.14 | 17.28 | 0.72 | 0.5 |
| Hex | DC | 59 | 24 | 0 | 3C | 54 | E | 11 | 48 | 32 |
| Octal | 334 | 131 | 44 | 0 | 74 | 124 | 16 | 21 | 110 | 62 |
| Binary | 11011100 | 1011001 | 100100 | 0 | 111100 | 1010100 | 1110 | 10001 | 1001000 | 110010 |
Color Harmonies of #DC5924
Complementary color
Monochromatic Colors of #DC5924
Black with #DC5924
Text Example
Text Example
White with #DC5924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5924; }
p { color: rgb(220,89,36); }
H1.HeaderClassName
{
color: #DC5924;
}
.AnyTagClassName
{
color: #DC5924;
}
</style>
background-color css
<style>
a { background-color: #DC5924; }
a { background-color: rgb(220,89,36); }
div.DivClassName
{
background-color: #DC5924;
}
.BgClassName
{
background-color: #DC5924;
}
</style>
border-color css
<style>
span { border-color: #DC5924; }
span { border-color: rgb(220,89,36); }
td.TdClassName
{
border-color: #DC5924;
}
.TagClassName
{
border-color: #DC5924;
}
</style>