Shades of Chilean Fire #DC5724
Tints of Chilean Fire #DC5724
RGB
CMYK
RGB Variations
Color information
#DC5724 (or 0xDC5724) is known color: Chilean Fire. HEX triplet: DC, 57 and 24. RGB value is (220,87,36). Sum of RGB (Red+Green+Blue) = 220+87+36=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5724 is #23A8DB. Grayscale: #797979. Windows color (decimal): -2336988 or 2381788. OLE color: 2381788.
HSL color Cylindrical-coordinate representation of color #DC5724: hue angle of 16.63º 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 #DC5724 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 36 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.14 |
| HSL | 16.63º | 0.72% | 0.5% | - |
| HSV(B) | 16.63º | 0.84% | 0.86% | - |
| XYZ | 33.24 | 22.16 | 4.19 | - |
| YUV | 120.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 36 | 0 | 0.60 | 0.84 | 0.14 | 16.63 | 0.72 | 0.5 |
| Hex | DC | 57 | 24 | 0 | 3C | 54 | E | 11 | 48 | 32 |
| Octal | 334 | 127 | 44 | 0 | 74 | 124 | 16 | 21 | 110 | 62 |
| Binary | 11011100 | 1010111 | 100100 | 0 | 111100 | 1010100 | 1110 | 10001 | 1001000 | 110010 |
Color Harmonies of #DC5724
Complementary color
Monochromatic Colors of #DC5724
Black with #DC5724
Text Example
Text Example
White with #DC5724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5724; }
p { color: rgb(220,87,36); }
H1.HeaderClassName
{
color: #DC5724;
}
.AnyTagClassName
{
color: #DC5724;
}
</style>
background-color css
<style>
a { background-color: #DC5724; }
a { background-color: rgb(220,87,36); }
div.DivClassName
{
background-color: #DC5724;
}
.BgClassName
{
background-color: #DC5724;
}
</style>
border-color css
<style>
span { border-color: #DC5724; }
span { border-color: rgb(220,87,36); }
td.TdClassName
{
border-color: #DC5724;
}
.TagClassName
{
border-color: #DC5724;
}
</style>