Shades of Chilean Fire #DC5D36
Tints of Chilean Fire #DC5D36
RGB
CMYK
RGB Variations
Color information
#DC5D36 (or 0xDC5D36) is known color: Chilean Fire. HEX triplet: DC, 5D and 36. RGB value is (220,93,54). Sum of RGB (Red+Green+Blue) = 220+93+54=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D36 is #23A2C9. Grayscale: #7E7E7E. Windows color (decimal): -2335434 or 3562972. OLE color: 3562972.
HSL color Cylindrical-coordinate representation of color #DC5D36: hue angle of 14.1º 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 #DC5D36 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 54 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.14 |
| HSL | 14.1º | 0.7% | 0.54% | - |
| HSV(B) | 14.1º | 0.75% | 0.86% | - |
| XYZ | 34.1 | 23.31 | 6.19 | - |
| YUV | 126.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 54 | 0 | 0.58 | 0.75 | 0.14 | 14.1 | 0.7 | 0.54 |
| Hex | DC | 5D | 36 | 0 | 3A | 4B | E | E | 46 | 36 |
| Octal | 334 | 135 | 66 | 0 | 72 | 113 | 16 | 16 | 106 | 66 |
| Binary | 11011100 | 1011101 | 110110 | 0 | 111010 | 1001011 | 1110 | 1110 | 1000110 | 110110 |
Color Harmonies of #DC5D36
Complementary color
Monochromatic Colors of #DC5D36
Black with #DC5D36
Text Example
Text Example
White with #DC5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D36; }
p { color: rgb(220,93,54); }
H1.HeaderClassName
{
color: #DC5D36;
}
.AnyTagClassName
{
color: #DC5D36;
}
</style>
background-color css
<style>
a { background-color: #DC5D36; }
a { background-color: rgb(220,93,54); }
div.DivClassName
{
background-color: #DC5D36;
}
.BgClassName
{
background-color: #DC5D36;
}
</style>
border-color css
<style>
span { border-color: #DC5D36; }
span { border-color: rgb(220,93,54); }
td.TdClassName
{
border-color: #DC5D36;
}
.TagClassName
{
border-color: #DC5D36;
}
</style>