Shades of Chilean Fire #DC572F
Tints of Chilean Fire #DC572F
RGB
CMYK
RGB Variations
Color information
#DC572F (or 0xDC572F) is known color: Chilean Fire. HEX triplet: DC, 57 and 2F. RGB value is (220,87,47). Sum of RGB (Red+Green+Blue) = 220+87+47=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC572F is #23A8D0. Grayscale: #7A7A7A. Windows color (decimal): -2336977 or 3102684. OLE color: 3102684.
HSL color Cylindrical-coordinate representation of color #DC572F: hue angle of 13.87º 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 #DC572F is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 47 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.14 |
| HSL | 13.87º | 0.71% | 0.52% | - |
| HSV(B) | 13.87º | 0.79% | 0.86% | - |
| XYZ | 33.44 | 22.24 | 5.22 | - |
| YUV | 122.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 47 | 0 | 0.60 | 0.79 | 0.14 | 13.87 | 0.71 | 0.52 |
| Hex | DC | 57 | 2F | 0 | 3C | 4F | E | E | 47 | 34 |
| Octal | 334 | 127 | 57 | 0 | 74 | 117 | 16 | 16 | 107 | 64 |
| Binary | 11011100 | 1010111 | 101111 | 0 | 111100 | 1001111 | 1110 | 1110 | 1000111 | 110100 |
Color Harmonies of #DC572F
Complementary color
Monochromatic Colors of #DC572F
Black with #DC572F
Text Example
Text Example
White with #DC572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC572F; }
p { color: rgb(220,87,47); }
H1.HeaderClassName
{
color: #DC572F;
}
.AnyTagClassName
{
color: #DC572F;
}
</style>
background-color css
<style>
a { background-color: #DC572F; }
a { background-color: rgb(220,87,47); }
div.DivClassName
{
background-color: #DC572F;
}
.BgClassName
{
background-color: #DC572F;
}
</style>
border-color css
<style>
span { border-color: #DC572F; }
span { border-color: rgb(220,87,47); }
td.TdClassName
{
border-color: #DC572F;
}
.TagClassName
{
border-color: #DC572F;
}
</style>