Shades of Chilean Fire #DC5822
Tints of Chilean Fire #DC5822
RGB
CMYK
RGB Variations
Color information
#DC5822 (or 0xDC5822) is known color: Chilean Fire. HEX triplet: DC, 58 and 22. RGB value is (220,88,34). Sum of RGB (Red+Green+Blue) = 220+88+34=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5822 is #23A7DD. Grayscale: #797979. Windows color (decimal): -2336734 or 2250972. OLE color: 2250972.
HSL color Cylindrical-coordinate representation of color #DC5822: hue angle of 17.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5822 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 34 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.14 |
| HSL | 17.42º | 0.73% | 0.5% | - |
| HSV(B) | 17.42º | 0.85% | 0.86% | - |
| XYZ | 33.29 | 22.31 | 4.06 | - |
| YUV | 121.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 34 | 0 | 0.6 | 0.85 | 0.14 | 17.42 | 0.73 | 0.5 |
| Hex | DC | 58 | 22 | 0 | 3C | 55 | E | 11 | 49 | 32 |
| Octal | 334 | 130 | 42 | 0 | 74 | 125 | 16 | 21 | 111 | 62 |
| Binary | 11011100 | 1011000 | 100010 | 0 | 111100 | 1010101 | 1110 | 10001 | 1001001 | 110010 |
Color Harmonies of #DC5822
Complementary color
Monochromatic Colors of #DC5822
Black with #DC5822
Text Example
Text Example
White with #DC5822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5822; }
p { color: rgb(220,88,34); }
H1.HeaderClassName
{
color: #DC5822;
}
.AnyTagClassName
{
color: #DC5822;
}
</style>
background-color css
<style>
a { background-color: #DC5822; }
a { background-color: rgb(220,88,34); }
div.DivClassName
{
background-color: #DC5822;
}
.BgClassName
{
background-color: #DC5822;
}
</style>
border-color css
<style>
span { border-color: #DC5822; }
span { border-color: rgb(220,88,34); }
td.TdClassName
{
border-color: #DC5822;
}
.TagClassName
{
border-color: #DC5822;
}
</style>