Shades of Chilean Fire #DC5925
Tints of Chilean Fire #DC5925
RGB
CMYK
RGB Variations
Color information
#DC5925 (or 0xDC5925) is known color: Chilean Fire. HEX triplet: DC, 59 and 25. RGB value is (220,89,37). Sum of RGB (Red+Green+Blue) = 220+89+37=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5925 is #23A6DA. Grayscale: #7A7A7A. Windows color (decimal): -2336475 or 2447836. OLE color: 2447836.
HSL color Cylindrical-coordinate representation of color #DC5925: hue angle of 17.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC5925 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 37 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.14 |
| HSL | 17.05º | 0.72% | 0.5% | - |
| HSV(B) | 17.05º | 0.83% | 0.86% | - |
| XYZ | 33.42 | 22.49 | 4.33 | - |
| YUV | 122.24 | 79.9 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 37 | 0 | 0.60 | 0.83 | 0.14 | 17.05 | 0.72 | 0.5 |
| Hex | DC | 59 | 25 | 0 | 3C | 53 | E | 11 | 48 | 32 |
| Octal | 334 | 131 | 45 | 0 | 74 | 123 | 16 | 21 | 110 | 62 |
| Binary | 11011100 | 1011001 | 100101 | 0 | 111100 | 1010011 | 1110 | 10001 | 1001000 | 110010 |
Color Harmonies of #DC5925
Complementary color
Monochromatic Colors of #DC5925
Black with #DC5925
Text Example
Text Example
White with #DC5925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5925; }
p { color: rgb(220,89,37); }
H1.HeaderClassName
{
color: #DC5925;
}
.AnyTagClassName
{
color: #DC5925;
}
</style>
background-color css
<style>
a { background-color: #DC5925; }
a { background-color: rgb(220,89,37); }
div.DivClassName
{
background-color: #DC5925;
}
.BgClassName
{
background-color: #DC5925;
}
</style>
border-color css
<style>
span { border-color: #DC5925; }
span { border-color: rgb(220,89,37); }
td.TdClassName
{
border-color: #DC5925;
}
.TagClassName
{
border-color: #DC5925;
}
</style>