Shades of Chilean Fire #DC582C
Tints of Chilean Fire #DC582C
RGB
CMYK
RGB Variations
Color information
#DC582C (or 0xDC582C) is known color: Chilean Fire. HEX triplet: DC, 58 and 2C. RGB value is (220,88,44). Sum of RGB (Red+Green+Blue) = 220+88+44=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC582C is #23A7D3. Grayscale: #7A7A7A. Windows color (decimal): -2336724 or 2906332. OLE color: 2906332.
HSL color Cylindrical-coordinate representation of color #DC582C: hue angle of 15º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC582C is Cyan = 0, Magento = 0.6, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 44 | - |
| CMYK | 0 | 0.6 | 0.8 | 0.14 |
| HSL | 15º | 0.72% | 0.52% | - |
| HSV(B) | 15º | 0.8% | 0.86% | - |
| XYZ | 33.46 | 22.38 | 4.94 | - |
| YUV | 122.45 | 83.73 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 44 | 0 | 0.6 | 0.8 | 0.14 | 15 | 0.72 | 0.52 |
| Hex | DC | 58 | 2C | 0 | 3C | 50 | E | F | 48 | 34 |
| Octal | 334 | 130 | 54 | 0 | 74 | 120 | 16 | 17 | 110 | 64 |
| Binary | 11011100 | 1011000 | 101100 | 0 | 111100 | 1010000 | 1110 | 1111 | 1001000 | 110100 |
Color Harmonies of #DC582C
Complementary color
Monochromatic Colors of #DC582C
Black with #DC582C
Text Example
Text Example
White with #DC582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC582C; }
p { color: rgb(220,88,44); }
H1.HeaderClassName
{
color: #DC582C;
}
.AnyTagClassName
{
color: #DC582C;
}
</style>
background-color css
<style>
a { background-color: #DC582C; }
a { background-color: rgb(220,88,44); }
div.DivClassName
{
background-color: #DC582C;
}
.BgClassName
{
background-color: #DC582C;
}
</style>
border-color css
<style>
span { border-color: #DC582C; }
span { border-color: rgb(220,88,44); }
td.TdClassName
{
border-color: #DC582C;
}
.TagClassName
{
border-color: #DC582C;
}
</style>