Shades of Chilean Fire #DC5325
Tints of Chilean Fire #DC5325
RGB
CMYK
RGB Variations
Color information
#DC5325 (or 0xDC5325) is known color: Chilean Fire. HEX triplet: DC, 53 and 25. RGB value is (220,83,37). Sum of RGB (Red+Green+Blue) = 220+83+37=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5325 is #23ACDA. Grayscale: #777777. Windows color (decimal): -2338011 or 2446300. OLE color: 2446300.
HSL color Cylindrical-coordinate representation of color #DC5325: hue angle of 15.08º 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 #DC5325 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 37 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.14 |
| HSL | 15.08º | 0.72% | 0.5% | - |
| HSV(B) | 15.08º | 0.83% | 0.86% | - |
| XYZ | 32.94 | 21.54 | 4.17 | - |
| YUV | 118.72 | 81.89 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 37 | 0 | 0.62 | 0.83 | 0.14 | 15.08 | 0.72 | 0.5 |
| Hex | DC | 53 | 25 | 0 | 3E | 53 | E | F | 48 | 32 |
| Octal | 334 | 123 | 45 | 0 | 76 | 123 | 16 | 17 | 110 | 62 |
| Binary | 11011100 | 1010011 | 100101 | 0 | 111110 | 1010011 | 1110 | 1111 | 1001000 | 110010 |
Color Harmonies of #DC5325
Complementary color
Monochromatic Colors of #DC5325
Black with #DC5325
Text Example
Text Example
White with #DC5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5325; }
p { color: rgb(220,83,37); }
H1.HeaderClassName
{
color: #DC5325;
}
.AnyTagClassName
{
color: #DC5325;
}
</style>
background-color css
<style>
a { background-color: #DC5325; }
a { background-color: rgb(220,83,37); }
div.DivClassName
{
background-color: #DC5325;
}
.BgClassName
{
background-color: #DC5325;
}
</style>
border-color css
<style>
span { border-color: #DC5325; }
span { border-color: rgb(220,83,37); }
td.TdClassName
{
border-color: #DC5325;
}
.TagClassName
{
border-color: #DC5325;
}
</style>