Shades of Chilean Fire #DC572B
Tints of Chilean Fire #DC572B
RGB
CMYK
RGB Variations
Color information
#DC572B (or 0xDC572B) is known color: Chilean Fire. HEX triplet: DC, 57 and 2B. RGB value is (220,87,43). Sum of RGB (Red+Green+Blue) = 220+87+43=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC572B is #23A8D4. Grayscale: #7A7A7A. Windows color (decimal): -2336981 or 2840540. OLE color: 2840540.
HSL color Cylindrical-coordinate representation of color #DC572B: hue angle of 14.92º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC572B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 43 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.14 |
| HSL | 14.92º | 0.72% | 0.52% | - |
| HSV(B) | 14.92º | 0.8% | 0.86% | - |
| XYZ | 33.36 | 22.21 | 4.81 | - |
| YUV | 121.75 | 83.56 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 43 | 0 | 0.60 | 0.80 | 0.14 | 14.92 | 0.72 | 0.52 |
| Hex | DC | 57 | 2B | 0 | 3C | 50 | E | F | 48 | 34 |
| Octal | 334 | 127 | 53 | 0 | 74 | 120 | 16 | 17 | 110 | 64 |
| Binary | 11011100 | 1010111 | 101011 | 0 | 111100 | 1010000 | 1110 | 1111 | 1001000 | 110100 |
Color Harmonies of #DC572B
Complementary color
Monochromatic Colors of #DC572B
Black with #DC572B
Text Example
Text Example
White with #DC572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC572B; }
p { color: rgb(220,87,43); }
H1.HeaderClassName
{
color: #DC572B;
}
.AnyTagClassName
{
color: #DC572B;
}
</style>
background-color css
<style>
a { background-color: #DC572B; }
a { background-color: rgb(220,87,43); }
div.DivClassName
{
background-color: #DC572B;
}
.BgClassName
{
background-color: #DC572B;
}
</style>
border-color css
<style>
span { border-color: #DC572B; }
span { border-color: rgb(220,87,43); }
td.TdClassName
{
border-color: #DC572B;
}
.TagClassName
{
border-color: #DC572B;
}
</style>