Shades of Chilean Fire #DC5524
Tints of Chilean Fire #DC5524
RGB
CMYK
RGB Variations
Color information
#DC5524 (or 0xDC5524) is known color: Chilean Fire. HEX triplet: DC, 55 and 24. RGB value is (220,85,36). Sum of RGB (Red+Green+Blue) = 220+85+36=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5524 is #23AADB. Grayscale: #787878. Windows color (decimal): -2337500 or 2381276. OLE color: 2381276.
HSL color Cylindrical-coordinate representation of color #DC5524: hue angle of 15.98º 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 #DC5524 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 36 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.14 |
| HSL | 15.98º | 0.72% | 0.5% | - |
| HSV(B) | 15.98º | 0.84% | 0.86% | - |
| XYZ | 33.08 | 21.84 | 4.14 | - |
| YUV | 119.78 | 80.73 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 36 | 0 | 0.61 | 0.84 | 0.14 | 15.98 | 0.72 | 0.5 |
| Hex | DC | 55 | 24 | 0 | 3D | 54 | E | 10 | 48 | 32 |
| Octal | 334 | 125 | 44 | 0 | 75 | 124 | 16 | 20 | 110 | 62 |
| Binary | 11011100 | 1010101 | 100100 | 0 | 111101 | 1010100 | 1110 | 10000 | 1001000 | 110010 |
Color Harmonies of #DC5524
Complementary color
Monochromatic Colors of #DC5524
Black with #DC5524
Text Example
Text Example
White with #DC5524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5524; }
p { color: rgb(220,85,36); }
H1.HeaderClassName
{
color: #DC5524;
}
.AnyTagClassName
{
color: #DC5524;
}
</style>
background-color css
<style>
a { background-color: #DC5524; }
a { background-color: rgb(220,85,36); }
div.DivClassName
{
background-color: #DC5524;
}
.BgClassName
{
background-color: #DC5524;
}
</style>
border-color css
<style>
span { border-color: #DC5524; }
span { border-color: rgb(220,85,36); }
td.TdClassName
{
border-color: #DC5524;
}
.TagClassName
{
border-color: #DC5524;
}
</style>