Shades of Chilean Fire #DC582D
Tints of Chilean Fire #DC582D
RGB
CMYK
RGB Variations
Color information
#DC582D (or 0xDC582D) is known color: Chilean Fire. HEX triplet: DC, 58 and 2D. RGB value is (220,88,45). Sum of RGB (Red+Green+Blue) = 220+88+45=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC582D is #23A7D2. Grayscale: #7A7A7A. Windows color (decimal): -2336723 or 2971868. OLE color: 2971868.
HSL color Cylindrical-coordinate representation of color #DC582D: hue angle of 14.74º degrees, saturation: 0.71, 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 #DC582D is Cyan = 0, Magento = 0.6, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 45 | - |
| CMYK | 0 | 0.6 | 0.80 | 0.14 |
| HSL | 14.74º | 0.71% | 0.52% | - |
| HSV(B) | 14.74º | 0.8% | 0.86% | - |
| XYZ | 33.48 | 22.38 | 5.04 | - |
| YUV | 122.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 45 | 0 | 0.6 | 0.80 | 0.14 | 14.74 | 0.71 | 0.52 |
| Hex | DC | 58 | 2D | 0 | 3C | 50 | E | F | 47 | 34 |
| Octal | 334 | 130 | 55 | 0 | 74 | 120 | 16 | 17 | 107 | 64 |
| Binary | 11011100 | 1011000 | 101101 | 0 | 111100 | 1010000 | 1110 | 1111 | 1000111 | 110100 |
Color Harmonies of #DC582D
Complementary color
Monochromatic Colors of #DC582D
Black with #DC582D
Text Example
Text Example
White with #DC582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC582D; }
p { color: rgb(220,88,45); }
H1.HeaderClassName
{
color: #DC582D;
}
.AnyTagClassName
{
color: #DC582D;
}
</style>
background-color css
<style>
a { background-color: #DC582D; }
a { background-color: rgb(220,88,45); }
div.DivClassName
{
background-color: #DC582D;
}
.BgClassName
{
background-color: #DC582D;
}
</style>
border-color css
<style>
span { border-color: #DC582D; }
span { border-color: rgb(220,88,45); }
td.TdClassName
{
border-color: #DC582D;
}
.TagClassName
{
border-color: #DC582D;
}
</style>