Shades of Chilean Fire #DC5A32
Tints of Chilean Fire #DC5A32
RGB
CMYK
RGB Variations
Color information
#DC5A32 (or 0xDC5A32) is known color: Chilean Fire. HEX triplet: DC, 5A and 32. RGB value is (220,90,50). Sum of RGB (Red+Green+Blue) = 220+90+50=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A32 is #23A5CD. Grayscale: #7C7C7C. Windows color (decimal): -2336206 or 3300060. OLE color: 3300060.
HSL color Cylindrical-coordinate representation of color #DC5A32: hue angle of 14.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC5A32 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 50 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.14 |
| HSL | 14.12º | 0.71% | 0.53% | - |
| HSV(B) | 14.12º | 0.77% | 0.86% | - |
| XYZ | 33.75 | 22.76 | 5.63 | - |
| YUV | 124.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 50 | 0 | 0.59 | 0.77 | 0.14 | 14.12 | 0.71 | 0.53 |
| Hex | DC | 5A | 32 | 0 | 3B | 4D | E | E | 47 | 35 |
| Octal | 334 | 132 | 62 | 0 | 73 | 115 | 16 | 16 | 107 | 65 |
| Binary | 11011100 | 1011010 | 110010 | 0 | 111011 | 1001101 | 1110 | 1110 | 1000111 | 110101 |
Color Harmonies of #DC5A32
Complementary color
Monochromatic Colors of #DC5A32
Black with #DC5A32
Text Example
Text Example
White with #DC5A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A32; }
p { color: rgb(220,90,50); }
H1.HeaderClassName
{
color: #DC5A32;
}
.AnyTagClassName
{
color: #DC5A32;
}
</style>
background-color css
<style>
a { background-color: #DC5A32; }
a { background-color: rgb(220,90,50); }
div.DivClassName
{
background-color: #DC5A32;
}
.BgClassName
{
background-color: #DC5A32;
}
</style>
border-color css
<style>
span { border-color: #DC5A32; }
span { border-color: rgb(220,90,50); }
td.TdClassName
{
border-color: #DC5A32;
}
.TagClassName
{
border-color: #DC5A32;
}
</style>