Shades of Chilean Fire #DC5C35
Tints of Chilean Fire #DC5C35
RGB
CMYK
RGB Variations
Color information
#DC5C35 (or 0xDC5C35) is known color: Chilean Fire. HEX triplet: DC, 5C and 35. RGB value is (220,92,53). Sum of RGB (Red+Green+Blue) = 220+92+53=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C35 is #23A3CA. Grayscale: #7E7E7E. Windows color (decimal): -2335691 or 3497180. OLE color: 3497180.
HSL color Cylindrical-coordinate representation of color #DC5C35: hue angle of 14.01º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC5C35 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 53 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.14 |
| HSL | 14.01º | 0.7% | 0.54% | - |
| HSV(B) | 14.01º | 0.76% | 0.86% | - |
| XYZ | 33.98 | 23.13 | 6.04 | - |
| YUV | 125.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 53 | 0 | 0.58 | 0.76 | 0.14 | 14.01 | 0.7 | 0.54 |
| Hex | DC | 5C | 35 | 0 | 3A | 4C | E | E | 46 | 36 |
| Octal | 334 | 134 | 65 | 0 | 72 | 114 | 16 | 16 | 106 | 66 |
| Binary | 11011100 | 1011100 | 110101 | 0 | 111010 | 1001100 | 1110 | 1110 | 1000110 | 110110 |
Color Harmonies of #DC5C35
Complementary color
Monochromatic Colors of #DC5C35
Black with #DC5C35
Text Example
Text Example
White with #DC5C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C35; }
p { color: rgb(220,92,53); }
H1.HeaderClassName
{
color: #DC5C35;
}
.AnyTagClassName
{
color: #DC5C35;
}
</style>
background-color css
<style>
a { background-color: #DC5C35; }
a { background-color: rgb(220,92,53); }
div.DivClassName
{
background-color: #DC5C35;
}
.BgClassName
{
background-color: #DC5C35;
}
</style>
border-color css
<style>
span { border-color: #DC5C35; }
span { border-color: rgb(220,92,53); }
td.TdClassName
{
border-color: #DC5C35;
}
.TagClassName
{
border-color: #DC5C35;
}
</style>