Shades of Chilean Fire #DC6035
Tints of Chilean Fire #DC6035
RGB
CMYK
RGB Variations
Color information
#DC6035 (or 0xDC6035) is known color: Chilean Fire. HEX triplet: DC, 60 and 35. RGB value is (220,96,53). Sum of RGB (Red+Green+Blue) = 220+96+53=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6035 is #239FCA. Grayscale: #808080. Windows color (decimal): -2334667 or 3498204. OLE color: 3498204.
HSL color Cylindrical-coordinate representation of color #DC6035: hue angle of 15.45º 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 #DC6035 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 53 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.14 |
| HSL | 15.45º | 0.7% | 0.54% | - |
| HSV(B) | 15.45º | 0.76% | 0.86% | - |
| XYZ | 34.34 | 23.84 | 6.16 | - |
| YUV | 128.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 53 | 0 | 0.56 | 0.76 | 0.14 | 15.45 | 0.7 | 0.54 |
| Hex | DC | 60 | 35 | 0 | 38 | 4C | E | F | 46 | 36 |
| Octal | 334 | 140 | 65 | 0 | 70 | 114 | 16 | 17 | 106 | 66 |
| Binary | 11011100 | 1100000 | 110101 | 0 | 111000 | 1001100 | 1110 | 1111 | 1000110 | 110110 |
Color Harmonies of #DC6035
Complementary color
Monochromatic Colors of #DC6035
Black with #DC6035
Text Example
Text Example
White with #DC6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6035; }
p { color: rgb(220,96,53); }
H1.HeaderClassName
{
color: #DC6035;
}
.AnyTagClassName
{
color: #DC6035;
}
</style>
background-color css
<style>
a { background-color: #DC6035; }
a { background-color: rgb(220,96,53); }
div.DivClassName
{
background-color: #DC6035;
}
.BgClassName
{
background-color: #DC6035;
}
</style>
border-color css
<style>
span { border-color: #DC6035; }
span { border-color: rgb(220,96,53); }
td.TdClassName
{
border-color: #DC6035;
}
.TagClassName
{
border-color: #DC6035;
}
</style>