Shades of Chilean Fire #DC572E
Tints of Chilean Fire #DC572E
RGB
CMYK
RGB Variations
Color information
#DC572E (or 0xDC572E) is known color: Chilean Fire. HEX triplet: DC, 57 and 2E. RGB value is (220,87,46). Sum of RGB (Red+Green+Blue) = 220+87+46=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC572E is #23A8D1. Grayscale: #7A7A7A. Windows color (decimal): -2336978 or 3037148. OLE color: 3037148.
HSL color Cylindrical-coordinate representation of color #DC572E: hue angle of 14.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC572E is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 46 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.14 |
| HSL | 14.14º | 0.71% | 0.52% | - |
| HSV(B) | 14.14º | 0.79% | 0.86% | - |
| XYZ | 33.42 | 22.23 | 5.11 | - |
| YUV | 122.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 46 | 0 | 0.60 | 0.79 | 0.14 | 14.14 | 0.71 | 0.52 |
| Hex | DC | 57 | 2E | 0 | 3C | 4F | E | E | 47 | 34 |
| Octal | 334 | 127 | 56 | 0 | 74 | 117 | 16 | 16 | 107 | 64 |
| Binary | 11011100 | 1010111 | 101110 | 0 | 111100 | 1001111 | 1110 | 1110 | 1000111 | 110100 |
Color Harmonies of #DC572E
Complementary color
Monochromatic Colors of #DC572E
Black with #DC572E
Text Example
Text Example
White with #DC572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC572E; }
p { color: rgb(220,87,46); }
H1.HeaderClassName
{
color: #DC572E;
}
.AnyTagClassName
{
color: #DC572E;
}
</style>
background-color css
<style>
a { background-color: #DC572E; }
a { background-color: rgb(220,87,46); }
div.DivClassName
{
background-color: #DC572E;
}
.BgClassName
{
background-color: #DC572E;
}
</style>
border-color css
<style>
span { border-color: #DC572E; }
span { border-color: rgb(220,87,46); }
td.TdClassName
{
border-color: #DC572E;
}
.TagClassName
{
border-color: #DC572E;
}
</style>