Shades of Chilean Fire #DC5B3C
Tints of Chilean Fire #DC5B3C
RGB
CMYK
RGB Variations
Color information
#DC5B3C (or 0xDC5B3C) is known color: Chilean Fire. HEX triplet: DC, 5B and 3C. RGB value is (220,91,60). Sum of RGB (Red+Green+Blue) = 220+91+60=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B3C is #23A4C3. Grayscale: #7E7E7E. Windows color (decimal): -2335940 or 3955676. OLE color: 3955676.
HSL color Cylindrical-coordinate representation of color #DC5B3C: hue angle of 11.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC5B3C is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 60 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.14 |
| HSL | 11.63º | 0.7% | 0.55% | - |
| HSV(B) | 11.63º | 0.73% | 0.86% | - |
| XYZ | 34.07 | 23.02 | 6.92 | - |
| YUV | 126.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 60 | 0 | 0.59 | 0.73 | 0.14 | 11.63 | 0.7 | 0.55 |
| Hex | DC | 5B | 3C | 0 | 3B | 49 | E | C | 46 | 37 |
| Octal | 334 | 133 | 74 | 0 | 73 | 111 | 16 | 14 | 106 | 67 |
| Binary | 11011100 | 1011011 | 111100 | 0 | 111011 | 1001001 | 1110 | 1100 | 1000110 | 110111 |
Color Harmonies of #DC5B3C
Complementary color
Monochromatic Colors of #DC5B3C
Black with #DC5B3C
Text Example
Text Example
White with #DC5B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B3C; }
p { color: rgb(220,91,60); }
H1.HeaderClassName
{
color: #DC5B3C;
}
.AnyTagClassName
{
color: #DC5B3C;
}
</style>
background-color css
<style>
a { background-color: #DC5B3C; }
a { background-color: rgb(220,91,60); }
div.DivClassName
{
background-color: #DC5B3C;
}
.BgClassName
{
background-color: #DC5B3C;
}
</style>
border-color css
<style>
span { border-color: #DC5B3C; }
span { border-color: rgb(220,91,60); }
td.TdClassName
{
border-color: #DC5B3C;
}
.TagClassName
{
border-color: #DC5B3C;
}
</style>