Shades of Chilean Fire #DC5731
Tints of Chilean Fire #DC5731
RGB
CMYK
RGB Variations
Color information
#DC5731 (or 0xDC5731) is known color: Chilean Fire. HEX triplet: DC, 57 and 31. RGB value is (220,87,49). Sum of RGB (Red+Green+Blue) = 220+87+49=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5731 is #23A8CE. Grayscale: #7A7A7A. Windows color (decimal): -2336975 or 3233756. OLE color: 3233756.
HSL color Cylindrical-coordinate representation of color #DC5731: hue angle of 13.33º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC5731 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 49 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.14 |
| HSL | 13.33º | 0.71% | 0.53% | - |
| HSV(B) | 13.33º | 0.78% | 0.86% | - |
| XYZ | 33.48 | 22.25 | 5.44 | - |
| YUV | 122.44 | 86.56 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 49 | 0 | 0.60 | 0.78 | 0.14 | 13.33 | 0.71 | 0.53 |
| Hex | DC | 57 | 31 | 0 | 3C | 4E | E | D | 47 | 35 |
| Octal | 334 | 127 | 61 | 0 | 74 | 116 | 16 | 15 | 107 | 65 |
| Binary | 11011100 | 1010111 | 110001 | 0 | 111100 | 1001110 | 1110 | 1101 | 1000111 | 110101 |
Color Harmonies of #DC5731
Complementary color
Monochromatic Colors of #DC5731
Black with #DC5731
Text Example
Text Example
White with #DC5731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5731; }
p { color: rgb(220,87,49); }
H1.HeaderClassName
{
color: #DC5731;
}
.AnyTagClassName
{
color: #DC5731;
}
</style>
background-color css
<style>
a { background-color: #DC5731; }
a { background-color: rgb(220,87,49); }
div.DivClassName
{
background-color: #DC5731;
}
.BgClassName
{
background-color: #DC5731;
}
</style>
border-color css
<style>
span { border-color: #DC5731; }
span { border-color: rgb(220,87,49); }
td.TdClassName
{
border-color: #DC5731;
}
.TagClassName
{
border-color: #DC5731;
}
</style>