Shades of Chilean Fire #DC562D
Tints of Chilean Fire #DC562D
RGB
CMYK
RGB Variations
Color information
#DC562D (or 0xDC562D) is known color: Chilean Fire. HEX triplet: DC, 56 and 2D. RGB value is (220,86,45). Sum of RGB (Red+Green+Blue) = 220+86+45=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC562D is #23A9D2. Grayscale: #797979. Windows color (decimal): -2337235 or 2971356. OLE color: 2971356.
HSL color Cylindrical-coordinate representation of color #DC562D: hue angle of 14.06º degrees, saturation: 0.71, 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 #DC562D is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 45 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.14 |
| HSL | 14.06º | 0.71% | 0.52% | - |
| HSV(B) | 14.06º | 0.8% | 0.86% | - |
| XYZ | 33.32 | 22.06 | 4.98 | - |
| YUV | 121.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 45 | 0 | 0.61 | 0.80 | 0.14 | 14.06 | 0.71 | 0.52 |
| Hex | DC | 56 | 2D | 0 | 3D | 50 | E | E | 47 | 34 |
| Octal | 334 | 126 | 55 | 0 | 75 | 120 | 16 | 16 | 107 | 64 |
| Binary | 11011100 | 1010110 | 101101 | 0 | 111101 | 1010000 | 1110 | 1110 | 1000111 | 110100 |
Color Harmonies of #DC562D
Complementary color
Monochromatic Colors of #DC562D
Black with #DC562D
Text Example
Text Example
White with #DC562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC562D; }
p { color: rgb(220,86,45); }
H1.HeaderClassName
{
color: #DC562D;
}
.AnyTagClassName
{
color: #DC562D;
}
</style>
background-color css
<style>
a { background-color: #DC562D; }
a { background-color: rgb(220,86,45); }
div.DivClassName
{
background-color: #DC562D;
}
.BgClassName
{
background-color: #DC562D;
}
</style>
border-color css
<style>
span { border-color: #DC562D; }
span { border-color: rgb(220,86,45); }
td.TdClassName
{
border-color: #DC562D;
}
.TagClassName
{
border-color: #DC562D;
}
</style>