Shades of Chilean Fire #DC5529
Tints of Chilean Fire #DC5529
RGB
CMYK
RGB Variations
Color information
#DC5529 (or 0xDC5529) is known color: Chilean Fire. HEX triplet: DC, 55 and 29. RGB value is (220,85,41). Sum of RGB (Red+Green+Blue) = 220+85+41=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5529 is #23AAD6. Grayscale: #787878. Windows color (decimal): -2337495 or 2708956. OLE color: 2708956.
HSL color Cylindrical-coordinate representation of color #DC5529: hue angle of 14.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC5529 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 41 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.14 |
| HSL | 14.75º | 0.72% | 0.51% | - |
| HSV(B) | 14.75º | 0.81% | 0.86% | - |
| XYZ | 33.16 | 21.87 | 4.57 | - |
| YUV | 120.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 41 | 0 | 0.61 | 0.81 | 0.14 | 14.75 | 0.72 | 0.51 |
| Hex | DC | 55 | 29 | 0 | 3D | 51 | E | F | 48 | 33 |
| Octal | 334 | 125 | 51 | 0 | 75 | 121 | 16 | 17 | 110 | 63 |
| Binary | 11011100 | 1010101 | 101001 | 0 | 111101 | 1010001 | 1110 | 1111 | 1001000 | 110011 |
Color Harmonies of #DC5529
Complementary color
Monochromatic Colors of #DC5529
Black with #DC5529
Text Example
Text Example
White with #DC5529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5529; }
p { color: rgb(220,85,41); }
H1.HeaderClassName
{
color: #DC5529;
}
.AnyTagClassName
{
color: #DC5529;
}
</style>
background-color css
<style>
a { background-color: #DC5529; }
a { background-color: rgb(220,85,41); }
div.DivClassName
{
background-color: #DC5529;
}
.BgClassName
{
background-color: #DC5529;
}
</style>
border-color css
<style>
span { border-color: #DC5529; }
span { border-color: rgb(220,85,41); }
td.TdClassName
{
border-color: #DC5529;
}
.TagClassName
{
border-color: #DC5529;
}
</style>