Shades of Chilean Fire #DC5436
Tints of Chilean Fire #DC5436
RGB
CMYK
RGB Variations
Color information
#DC5436 (or 0xDC5436) is known color: Chilean Fire. HEX triplet: DC, 54 and 36. RGB value is (220,84,54). Sum of RGB (Red+Green+Blue) = 220+84+54=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5436 is #23ABC9. Grayscale: #797979. Windows color (decimal): -2337738 or 3560668. OLE color: 3560668.
HSL color Cylindrical-coordinate representation of color #DC5436: hue angle of 10.84º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5436 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 54 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.14 |
| HSL | 10.84º | 0.7% | 0.54% | - |
| HSV(B) | 10.84º | 0.75% | 0.86% | - |
| XYZ | 33.35 | 21.82 | 5.94 | - |
| YUV | 121.24 | 90.06 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 54 | 0 | 0.62 | 0.75 | 0.14 | 10.84 | 0.7 | 0.54 |
| Hex | DC | 54 | 36 | 0 | 3E | 4B | E | B | 46 | 36 |
| Octal | 334 | 124 | 66 | 0 | 76 | 113 | 16 | 13 | 106 | 66 |
| Binary | 11011100 | 1010100 | 110110 | 0 | 111110 | 1001011 | 1110 | 1011 | 1000110 | 110110 |
Color Harmonies of #DC5436
Complementary color
Monochromatic Colors of #DC5436
Black with #DC5436
Text Example
Text Example
White with #DC5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5436; }
p { color: rgb(220,84,54); }
H1.HeaderClassName
{
color: #DC5436;
}
.AnyTagClassName
{
color: #DC5436;
}
</style>
background-color css
<style>
a { background-color: #DC5436; }
a { background-color: rgb(220,84,54); }
div.DivClassName
{
background-color: #DC5436;
}
.BgClassName
{
background-color: #DC5436;
}
</style>
border-color css
<style>
span { border-color: #DC5436; }
span { border-color: rgb(220,84,54); }
td.TdClassName
{
border-color: #DC5436;
}
.TagClassName
{
border-color: #DC5436;
}
</style>