Shades of Chilean Fire #DC5322
Tints of Chilean Fire #DC5322
RGB
CMYK
RGB Variations
Color information
#DC5322 (or 0xDC5322) is known color: Chilean Fire. HEX triplet: DC, 53 and 22. RGB value is (220,83,34). Sum of RGB (Red+Green+Blue) = 220+83+34=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5322 is #23ACDD. Grayscale: #767676. Windows color (decimal): -2338014 or 2249692. OLE color: 2249692.
HSL color Cylindrical-coordinate representation of color #DC5322: hue angle of 15.81º 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 #DC5322 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 34 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.14 |
| HSL | 15.81º | 0.73% | 0.5% | - |
| HSV(B) | 15.81º | 0.85% | 0.86% | - |
| XYZ | 32.9 | 21.52 | 3.93 | - |
| YUV | 118.38 | 80.39 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 34 | 0 | 0.62 | 0.85 | 0.14 | 15.81 | 0.73 | 0.5 |
| Hex | DC | 53 | 22 | 0 | 3E | 55 | E | 10 | 49 | 32 |
| Octal | 334 | 123 | 42 | 0 | 76 | 125 | 16 | 20 | 111 | 62 |
| Binary | 11011100 | 1010011 | 100010 | 0 | 111110 | 1010101 | 1110 | 10000 | 1001001 | 110010 |
Color Harmonies of #DC5322
Complementary color
Monochromatic Colors of #DC5322
Black with #DC5322
Text Example
Text Example
White with #DC5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5322; }
p { color: rgb(220,83,34); }
H1.HeaderClassName
{
color: #DC5322;
}
.AnyTagClassName
{
color: #DC5322;
}
</style>
background-color css
<style>
a { background-color: #DC5322; }
a { background-color: rgb(220,83,34); }
div.DivClassName
{
background-color: #DC5322;
}
.BgClassName
{
background-color: #DC5322;
}
</style>
border-color css
<style>
span { border-color: #DC5322; }
span { border-color: rgb(220,83,34); }
td.TdClassName
{
border-color: #DC5322;
}
.TagClassName
{
border-color: #DC5322;
}
</style>