Shades of Chilean Fire #DC5823
Tints of Chilean Fire #DC5823
RGB
CMYK
RGB Variations
Color information
#DC5823 (or 0xDC5823) is known color: Chilean Fire. HEX triplet: DC, 58 and 23. RGB value is (220,88,35). Sum of RGB (Red+Green+Blue) = 220+88+35=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5823 is #23A7DC. Grayscale: #797979. Windows color (decimal): -2336733 or 2316508. OLE color: 2316508.
HSL color Cylindrical-coordinate representation of color #DC5823: hue angle of 17.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC5823 is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 35 | - |
| CMYK | 0 | 0.6 | 0.84 | 0.14 |
| HSL | 17.19º | 0.73% | 0.5% | - |
| HSV(B) | 17.19º | 0.84% | 0.86% | - |
| XYZ | 33.31 | 22.32 | 4.14 | - |
| YUV | 121.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 35 | 0 | 0.6 | 0.84 | 0.14 | 17.19 | 0.73 | 0.5 |
| Hex | DC | 58 | 23 | 0 | 3C | 54 | E | 11 | 49 | 32 |
| Octal | 334 | 130 | 43 | 0 | 74 | 124 | 16 | 21 | 111 | 62 |
| Binary | 11011100 | 1011000 | 100011 | 0 | 111100 | 1010100 | 1110 | 10001 | 1001001 | 110010 |
Color Harmonies of #DC5823
Complementary color
Monochromatic Colors of #DC5823
Black with #DC5823
Text Example
Text Example
White with #DC5823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5823; }
p { color: rgb(220,88,35); }
H1.HeaderClassName
{
color: #DC5823;
}
.AnyTagClassName
{
color: #DC5823;
}
</style>
background-color css
<style>
a { background-color: #DC5823; }
a { background-color: rgb(220,88,35); }
div.DivClassName
{
background-color: #DC5823;
}
.BgClassName
{
background-color: #DC5823;
}
</style>
border-color css
<style>
span { border-color: #DC5823; }
span { border-color: rgb(220,88,35); }
td.TdClassName
{
border-color: #DC5823;
}
.TagClassName
{
border-color: #DC5823;
}
</style>