Shades of Chilean Fire #DC5337
Tints of Chilean Fire #DC5337
RGB
CMYK
RGB Variations
Color information
#DC5337 (or 0xDC5337) is known color: Chilean Fire. HEX triplet: DC, 53 and 37. RGB value is (220,83,55). Sum of RGB (Red+Green+Blue) = 220+83+55=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5337 is #23ACC8. Grayscale: #797979. Windows color (decimal): -2337993 or 3625948. OLE color: 3625948.
HSL color Cylindrical-coordinate representation of color #DC5337: hue angle of 10.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5337 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 55 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.14 |
| HSL | 10.18º | 0.7% | 0.54% | - |
| HSV(B) | 10.18º | 0.75% | 0.86% | - |
| XYZ | 33.3 | 21.68 | 6.04 | - |
| YUV | 120.77 | 90.89 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 55 | 0 | 0.62 | 0.75 | 0.14 | 10.18 | 0.7 | 0.54 |
| Hex | DC | 53 | 37 | 0 | 3E | 4B | E | A | 46 | 36 |
| Octal | 334 | 123 | 67 | 0 | 76 | 113 | 16 | 12 | 106 | 66 |
| Binary | 11011100 | 1010011 | 110111 | 0 | 111110 | 1001011 | 1110 | 1010 | 1000110 | 110110 |
Color Harmonies of #DC5337
Complementary color
Monochromatic Colors of #DC5337
Black with #DC5337
Text Example
Text Example
White with #DC5337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5337; }
p { color: rgb(220,83,55); }
H1.HeaderClassName
{
color: #DC5337;
}
.AnyTagClassName
{
color: #DC5337;
}
</style>
background-color css
<style>
a { background-color: #DC5337; }
a { background-color: rgb(220,83,55); }
div.DivClassName
{
background-color: #DC5337;
}
.BgClassName
{
background-color: #DC5337;
}
</style>
border-color css
<style>
span { border-color: #DC5337; }
span { border-color: rgb(220,83,55); }
td.TdClassName
{
border-color: #DC5337;
}
.TagClassName
{
border-color: #DC5337;
}
</style>