Shades of Chilean Fire #DC5730
Tints of Chilean Fire #DC5730
RGB
CMYK
RGB Variations
Color information
#DC5730 (or 0xDC5730) is known color: Chilean Fire. HEX triplet: DC, 57 and 30. RGB value is (220,87,48). Sum of RGB (Red+Green+Blue) = 220+87+48=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5730 is #23A8CF. Grayscale: #7A7A7A. Windows color (decimal): -2336976 or 3168220. OLE color: 3168220.
HSL color Cylindrical-coordinate representation of color #DC5730: hue angle of 13.6º 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 #DC5730 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 48 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.14 |
| HSL | 13.6º | 0.71% | 0.53% | - |
| HSV(B) | 13.6º | 0.78% | 0.86% | - |
| XYZ | 33.46 | 22.25 | 5.33 | - |
| YUV | 122.32 | 86.06 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 48 | 0 | 0.60 | 0.78 | 0.14 | 13.6 | 0.71 | 0.53 |
| Hex | DC | 57 | 30 | 0 | 3C | 4E | E | E | 47 | 35 |
| Octal | 334 | 127 | 60 | 0 | 74 | 116 | 16 | 16 | 107 | 65 |
| Binary | 11011100 | 1010111 | 110000 | 0 | 111100 | 1001110 | 1110 | 1110 | 1000111 | 110101 |
Color Harmonies of #DC5730
Complementary color
Monochromatic Colors of #DC5730
Black with #DC5730
Text Example
Text Example
White with #DC5730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5730; }
p { color: rgb(220,87,48); }
H1.HeaderClassName
{
color: #DC5730;
}
.AnyTagClassName
{
color: #DC5730;
}
</style>
background-color css
<style>
a { background-color: #DC5730; }
a { background-color: rgb(220,87,48); }
div.DivClassName
{
background-color: #DC5730;
}
.BgClassName
{
background-color: #DC5730;
}
</style>
border-color css
<style>
span { border-color: #DC5730; }
span { border-color: rgb(220,87,48); }
td.TdClassName
{
border-color: #DC5730;
}
.TagClassName
{
border-color: #DC5730;
}
</style>