Shades of Chilean Fire #DC5226
Tints of Chilean Fire #DC5226
RGB
CMYK
RGB Variations
Color information
#DC5226 (or 0xDC5226) is known color: Chilean Fire. HEX triplet: DC, 52 and 26. RGB value is (220,82,38). Sum of RGB (Red+Green+Blue) = 220+82+38=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5226 is #23ADD9. Grayscale: #767676. Windows color (decimal): -2338266 or 2511580. OLE color: 2511580.
HSL color Cylindrical-coordinate representation of color #DC5226: hue angle of 14.51º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC5226 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 38 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.14 |
| HSL | 14.51º | 0.72% | 0.51% | - |
| HSV(B) | 14.51º | 0.83% | 0.86% | - |
| XYZ | 32.88 | 21.39 | 4.23 | - |
| YUV | 118.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 38 | 0 | 0.63 | 0.83 | 0.14 | 14.51 | 0.72 | 0.51 |
| Hex | DC | 52 | 26 | 0 | 3F | 53 | E | F | 48 | 33 |
| Octal | 334 | 122 | 46 | 0 | 77 | 123 | 16 | 17 | 110 | 63 |
| Binary | 11011100 | 1010010 | 100110 | 0 | 111111 | 1010011 | 1110 | 1111 | 1001000 | 110011 |
Color Harmonies of #DC5226
Complementary color
Monochromatic Colors of #DC5226
Black with #DC5226
Text Example
Text Example
White with #DC5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5226; }
p { color: rgb(220,82,38); }
H1.HeaderClassName
{
color: #DC5226;
}
.AnyTagClassName
{
color: #DC5226;
}
</style>
background-color css
<style>
a { background-color: #DC5226; }
a { background-color: rgb(220,82,38); }
div.DivClassName
{
background-color: #DC5226;
}
.BgClassName
{
background-color: #DC5226;
}
</style>
border-color css
<style>
span { border-color: #DC5226; }
span { border-color: rgb(220,82,38); }
td.TdClassName
{
border-color: #DC5226;
}
.TagClassName
{
border-color: #DC5226;
}
</style>