Shades of Chilean Fire #DC5835
Tints of Chilean Fire #DC5835
RGB
CMYK
RGB Variations
Color information
#DC5835 (or 0xDC5835) is known color: Chilean Fire. HEX triplet: DC, 58 and 35. RGB value is (220,88,53). Sum of RGB (Red+Green+Blue) = 220+88+53=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5835 is #23A7CA. Grayscale: #7B7B7B. Windows color (decimal): -2336715 or 3496156. OLE color: 3496156.
HSL color Cylindrical-coordinate representation of color #DC5835: hue angle of 12.57º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC5835 is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 53 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.14 |
| HSL | 12.57º | 0.7% | 0.54% | - |
| HSV(B) | 12.57º | 0.76% | 0.86% | - |
| XYZ | 33.65 | 22.45 | 5.93 | - |
| YUV | 123.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 53 | 0 | 0.6 | 0.76 | 0.14 | 12.57 | 0.7 | 0.54 |
| Hex | DC | 58 | 35 | 0 | 3C | 4C | E | D | 46 | 36 |
| Octal | 334 | 130 | 65 | 0 | 74 | 114 | 16 | 15 | 106 | 66 |
| Binary | 11011100 | 1011000 | 110101 | 0 | 111100 | 1001100 | 1110 | 1101 | 1000110 | 110110 |
Color Harmonies of #DC5835
Complementary color
Monochromatic Colors of #DC5835
Black with #DC5835
Text Example
Text Example
White with #DC5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5835; }
p { color: rgb(220,88,53); }
H1.HeaderClassName
{
color: #DC5835;
}
.AnyTagClassName
{
color: #DC5835;
}
</style>
background-color css
<style>
a { background-color: #DC5835; }
a { background-color: rgb(220,88,53); }
div.DivClassName
{
background-color: #DC5835;
}
.BgClassName
{
background-color: #DC5835;
}
</style>
border-color css
<style>
span { border-color: #DC5835; }
span { border-color: rgb(220,88,53); }
td.TdClassName
{
border-color: #DC5835;
}
.TagClassName
{
border-color: #DC5835;
}
</style>