Shades of Chilean Fire #DC5029
Tints of Chilean Fire #DC5029
RGB
CMYK
RGB Variations
Color information
#DC5029 (or 0xDC5029) is known color: Chilean Fire. HEX triplet: DC, 50 and 29. RGB value is (220,80,41). Sum of RGB (Red+Green+Blue) = 220+80+41=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5029 is #23AFD6. Grayscale: #757575. Windows color (decimal): -2338775 or 2707676. OLE color: 2707676.
HSL color Cylindrical-coordinate representation of color #DC5029: hue angle of 13.07º 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 #DC5029 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 41 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.14 |
| HSL | 13.07º | 0.72% | 0.51% | - |
| HSV(B) | 13.07º | 0.81% | 0.86% | - |
| XYZ | 32.78 | 21.11 | 4.45 | - |
| YUV | 117.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 41 | 0 | 0.64 | 0.81 | 0.14 | 13.07 | 0.72 | 0.51 |
| Hex | DC | 50 | 29 | 0 | 40 | 51 | E | D | 48 | 33 |
| Octal | 334 | 120 | 51 | 0 | 100 | 121 | 16 | 15 | 110 | 63 |
| Binary | 11011100 | 1010000 | 101001 | 0 | 1000000 | 1010001 | 1110 | 1101 | 1001000 | 110011 |
Color Harmonies of #DC5029
Complementary color
Monochromatic Colors of #DC5029
Black with #DC5029
Text Example
Text Example
White with #DC5029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5029; }
p { color: rgb(220,80,41); }
H1.HeaderClassName
{
color: #DC5029;
}
.AnyTagClassName
{
color: #DC5029;
}
</style>
background-color css
<style>
a { background-color: #DC5029; }
a { background-color: rgb(220,80,41); }
div.DivClassName
{
background-color: #DC5029;
}
.BgClassName
{
background-color: #DC5029;
}
</style>
border-color css
<style>
span { border-color: #DC5029; }
span { border-color: rgb(220,80,41); }
td.TdClassName
{
border-color: #DC5029;
}
.TagClassName
{
border-color: #DC5029;
}
</style>