Shades of Chilean Fire #DC553B
Tints of Chilean Fire #DC553B
RGB
CMYK
RGB Variations
Color information
#DC553B (or 0xDC553B) is known color: Chilean Fire. HEX triplet: DC, 55 and 3B. RGB value is (220,85,59). Sum of RGB (Red+Green+Blue) = 220+85+59=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC553B is #23AAC4. Grayscale: #7A7A7A. Windows color (decimal): -2337477 or 3888604. OLE color: 3888604.
HSL color Cylindrical-coordinate representation of color #DC553B: hue angle of 9.69º 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 #DC553B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 59 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.14 |
| HSL | 9.69º | 0.7% | 0.55% | - |
| HSV(B) | 9.69º | 0.73% | 0.86% | - |
| XYZ | 33.55 | 22.03 | 6.62 | - |
| YUV | 122.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 59 | 0 | 0.61 | 0.73 | 0.14 | 9.69 | 0.7 | 0.55 |
| Hex | DC | 55 | 3B | 0 | 3D | 49 | E | A | 46 | 37 |
| Octal | 334 | 125 | 73 | 0 | 75 | 111 | 16 | 12 | 106 | 67 |
| Binary | 11011100 | 1010101 | 111011 | 0 | 111101 | 1001001 | 1110 | 1010 | 1000110 | 110111 |
Color Harmonies of #DC553B
Complementary color
Monochromatic Colors of #DC553B
Black with #DC553B
Text Example
Text Example
White with #DC553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC553B; }
p { color: rgb(220,85,59); }
H1.HeaderClassName
{
color: #DC553B;
}
.AnyTagClassName
{
color: #DC553B;
}
</style>
background-color css
<style>
a { background-color: #DC553B; }
a { background-color: rgb(220,85,59); }
div.DivClassName
{
background-color: #DC553B;
}
.BgClassName
{
background-color: #DC553B;
}
</style>
border-color css
<style>
span { border-color: #DC553B; }
span { border-color: rgb(220,85,59); }
td.TdClassName
{
border-color: #DC553B;
}
.TagClassName
{
border-color: #DC553B;
}
</style>