Shades of Chilean Fire #DC5339
Tints of Chilean Fire #DC5339
RGB
CMYK
RGB Variations
Color information
#DC5339 (or 0xDC5339) is known color: Chilean Fire. HEX triplet: DC, 53 and 39. RGB value is (220,83,57). Sum of RGB (Red+Green+Blue) = 220+83+57=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5339 is #23ACC6. Grayscale: #797979. Windows color (decimal): -2337991 or 3757020. OLE color: 3757020.
HSL color Cylindrical-coordinate representation of color #DC5339: hue angle of 9.57º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC5339 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 57 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.14 |
| HSL | 9.57º | 0.7% | 0.54% | - |
| HSV(B) | 9.57º | 0.74% | 0.86% | - |
| XYZ | 33.35 | 21.7 | 6.3 | - |
| YUV | 121 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 57 | 0 | 0.62 | 0.74 | 0.14 | 9.57 | 0.7 | 0.54 |
| Hex | DC | 53 | 39 | 0 | 3E | 4A | E | A | 46 | 36 |
| Octal | 334 | 123 | 71 | 0 | 76 | 112 | 16 | 12 | 106 | 66 |
| Binary | 11011100 | 1010011 | 111001 | 0 | 111110 | 1001010 | 1110 | 1010 | 1000110 | 110110 |
Color Harmonies of #DC5339
Complementary color
Monochromatic Colors of #DC5339
Black with #DC5339
Text Example
Text Example
White with #DC5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5339; }
p { color: rgb(220,83,57); }
H1.HeaderClassName
{
color: #DC5339;
}
.AnyTagClassName
{
color: #DC5339;
}
</style>
background-color css
<style>
a { background-color: #DC5339; }
a { background-color: rgb(220,83,57); }
div.DivClassName
{
background-color: #DC5339;
}
.BgClassName
{
background-color: #DC5339;
}
</style>
border-color css
<style>
span { border-color: #DC5339; }
span { border-color: rgb(220,83,57); }
td.TdClassName
{
border-color: #DC5339;
}
.TagClassName
{
border-color: #DC5339;
}
</style>