Shades of Chilean Fire #DC5A36
Tints of Chilean Fire #DC5A36
RGB
CMYK
RGB Variations
Color information
#DC5A36 (or 0xDC5A36) is known color: Chilean Fire. HEX triplet: DC, 5A and 36. RGB value is (220,90,54). Sum of RGB (Red+Green+Blue) = 220+90+54=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A36 is #23A5C9. Grayscale: #7D7D7D. Windows color (decimal): -2336202 or 3562204. OLE color: 3562204.
HSL color Cylindrical-coordinate representation of color #DC5A36: hue angle of 13.01º 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 #DC5A36 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 54 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.14 |
| HSL | 13.01º | 0.7% | 0.54% | - |
| HSV(B) | 13.01º | 0.75% | 0.86% | - |
| XYZ | 33.84 | 22.79 | 6.11 | - |
| YUV | 124.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 54 | 0 | 0.59 | 0.75 | 0.14 | 13.01 | 0.7 | 0.54 |
| Hex | DC | 5A | 36 | 0 | 3B | 4B | E | D | 46 | 36 |
| Octal | 334 | 132 | 66 | 0 | 73 | 113 | 16 | 15 | 106 | 66 |
| Binary | 11011100 | 1011010 | 110110 | 0 | 111011 | 1001011 | 1110 | 1101 | 1000110 | 110110 |
Color Harmonies of #DC5A36
Complementary color
Monochromatic Colors of #DC5A36
Black with #DC5A36
Text Example
Text Example
White with #DC5A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A36; }
p { color: rgb(220,90,54); }
H1.HeaderClassName
{
color: #DC5A36;
}
.AnyTagClassName
{
color: #DC5A36;
}
</style>
background-color css
<style>
a { background-color: #DC5A36; }
a { background-color: rgb(220,90,54); }
div.DivClassName
{
background-color: #DC5A36;
}
.BgClassName
{
background-color: #DC5A36;
}
</style>
border-color css
<style>
span { border-color: #DC5A36; }
span { border-color: rgb(220,90,54); }
td.TdClassName
{
border-color: #DC5A36;
}
.TagClassName
{
border-color: #DC5A36;
}
</style>