Shades of Chilean Fire #DC562E
Tints of Chilean Fire #DC562E
RGB
CMYK
RGB Variations
Color information
#DC562E (or 0xDC562E) is known color: Chilean Fire. HEX triplet: DC, 56 and 2E. RGB value is (220,86,46). Sum of RGB (Red+Green+Blue) = 220+86+46=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC562E is #23A9D1. Grayscale: #797979. Windows color (decimal): -2337234 or 3036892. OLE color: 3036892.
HSL color Cylindrical-coordinate representation of color #DC562E: hue angle of 13.79º 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 #DC562E is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 46 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.14 |
| HSL | 13.79º | 0.71% | 0.52% | - |
| HSV(B) | 13.79º | 0.79% | 0.86% | - |
| XYZ | 33.34 | 22.07 | 5.09 | - |
| YUV | 121.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 46 | 0 | 0.61 | 0.79 | 0.14 | 13.79 | 0.71 | 0.52 |
| Hex | DC | 56 | 2E | 0 | 3D | 4F | E | E | 47 | 34 |
| Octal | 334 | 126 | 56 | 0 | 75 | 117 | 16 | 16 | 107 | 64 |
| Binary | 11011100 | 1010110 | 101110 | 0 | 111101 | 1001111 | 1110 | 1110 | 1000111 | 110100 |
Color Harmonies of #DC562E
Complementary color
Monochromatic Colors of #DC562E
Black with #DC562E
Text Example
Text Example
White with #DC562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC562E; }
p { color: rgb(220,86,46); }
H1.HeaderClassName
{
color: #DC562E;
}
.AnyTagClassName
{
color: #DC562E;
}
</style>
background-color css
<style>
a { background-color: #DC562E; }
a { background-color: rgb(220,86,46); }
div.DivClassName
{
background-color: #DC562E;
}
.BgClassName
{
background-color: #DC562E;
}
</style>
border-color css
<style>
span { border-color: #DC562E; }
span { border-color: rgb(220,86,46); }
td.TdClassName
{
border-color: #DC562E;
}
.TagClassName
{
border-color: #DC562E;
}
</style>