Shades of Chilean Fire #DC5124
Tints of Chilean Fire #DC5124
RGB
CMYK
RGB Variations
Color information
#DC5124 (or 0xDC5124) is known color: Chilean Fire. HEX triplet: DC, 51 and 24. RGB value is (220,81,36). Sum of RGB (Red+Green+Blue) = 220+81+36=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5124 is #23AEDB. Grayscale: #757575. Windows color (decimal): -2338524 or 2380252. OLE color: 2380252.
HSL color Cylindrical-coordinate representation of color #DC5124: hue angle of 14.67º degrees, saturation: 0.72, 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 #DC5124 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 36 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.14 |
| HSL | 14.67º | 0.72% | 0.5% | - |
| HSV(B) | 14.67º | 0.84% | 0.86% | - |
| XYZ | 32.78 | 21.23 | 4.04 | - |
| YUV | 117.43 | 82.05 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 36 | 0 | 0.63 | 0.84 | 0.14 | 14.67 | 0.72 | 0.5 |
| Hex | DC | 51 | 24 | 0 | 3F | 54 | E | F | 48 | 32 |
| Octal | 334 | 121 | 44 | 0 | 77 | 124 | 16 | 17 | 110 | 62 |
| Binary | 11011100 | 1010001 | 100100 | 0 | 111111 | 1010100 | 1110 | 1111 | 1001000 | 110010 |
Color Harmonies of #DC5124
Complementary color
Monochromatic Colors of #DC5124
Black with #DC5124
Text Example
Text Example
White with #DC5124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5124; }
p { color: rgb(220,81,36); }
H1.HeaderClassName
{
color: #DC5124;
}
.AnyTagClassName
{
color: #DC5124;
}
</style>
background-color css
<style>
a { background-color: #DC5124; }
a { background-color: rgb(220,81,36); }
div.DivClassName
{
background-color: #DC5124;
}
.BgClassName
{
background-color: #DC5124;
}
</style>
border-color css
<style>
span { border-color: #DC5124; }
span { border-color: rgb(220,81,36); }
td.TdClassName
{
border-color: #DC5124;
}
.TagClassName
{
border-color: #DC5124;
}
</style>