Shades of Chilean Fire #DC5C25
Tints of Chilean Fire #DC5C25
RGB
CMYK
RGB Variations
Color information
#DC5C25 (or 0xDC5C25) is known color: Chilean Fire. HEX triplet: DC, 5C and 25. RGB value is (220,92,37). Sum of RGB (Red+Green+Blue) = 220+92+37=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C25 is #23A3DA. Grayscale: #7C7C7C. Windows color (decimal): -2335707 or 2448604. OLE color: 2448604.
HSL color Cylindrical-coordinate representation of color #DC5C25: hue angle of 18.03º 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 #DC5C25 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 37 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.14 |
| HSL | 18.03º | 0.72% | 0.5% | - |
| HSV(B) | 18.03º | 0.83% | 0.86% | - |
| XYZ | 33.68 | 23 | 4.42 | - |
| YUV | 124 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 37 | 0 | 0.58 | 0.83 | 0.14 | 18.03 | 0.72 | 0.5 |
| Hex | DC | 5C | 25 | 0 | 3A | 53 | E | 12 | 48 | 32 |
| Octal | 334 | 134 | 45 | 0 | 72 | 123 | 16 | 22 | 110 | 62 |
| Binary | 11011100 | 1011100 | 100101 | 0 | 111010 | 1010011 | 1110 | 10010 | 1001000 | 110010 |
Color Harmonies of #DC5C25
Complementary color
Monochromatic Colors of #DC5C25
Black with #DC5C25
Text Example
Text Example
White with #DC5C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C25; }
p { color: rgb(220,92,37); }
H1.HeaderClassName
{
color: #DC5C25;
}
.AnyTagClassName
{
color: #DC5C25;
}
</style>
background-color css
<style>
a { background-color: #DC5C25; }
a { background-color: rgb(220,92,37); }
div.DivClassName
{
background-color: #DC5C25;
}
.BgClassName
{
background-color: #DC5C25;
}
</style>
border-color css
<style>
span { border-color: #DC5C25; }
span { border-color: rgb(220,92,37); }
td.TdClassName
{
border-color: #DC5C25;
}
.TagClassName
{
border-color: #DC5C25;
}
</style>