Shades of Chilean Fire #DC532D
Tints of Chilean Fire #DC532D
RGB
CMYK
RGB Variations
Color information
#DC532D (or 0xDC532D) is known color: Chilean Fire. HEX triplet: DC, 53 and 2D. RGB value is (220,83,45). Sum of RGB (Red+Green+Blue) = 220+83+45=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC532D is #23ACD2. Grayscale: #777777. Windows color (decimal): -2338003 or 2970588. OLE color: 2970588.
HSL color Cylindrical-coordinate representation of color #DC532D: hue angle of 13.03º 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 #DC532D is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 45 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.14 |
| HSL | 13.03º | 0.71% | 0.52% | - |
| HSV(B) | 13.03º | 0.8% | 0.86% | - |
| XYZ | 33.08 | 21.59 | 4.91 | - |
| YUV | 119.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 45 | 0 | 0.62 | 0.80 | 0.14 | 13.03 | 0.71 | 0.52 |
| Hex | DC | 53 | 2D | 0 | 3E | 50 | E | D | 47 | 34 |
| Octal | 334 | 123 | 55 | 0 | 76 | 120 | 16 | 15 | 107 | 64 |
| Binary | 11011100 | 1010011 | 101101 | 0 | 111110 | 1010000 | 1110 | 1101 | 1000111 | 110100 |
Color Harmonies of #DC532D
Complementary color
Monochromatic Colors of #DC532D
Black with #DC532D
Text Example
Text Example
White with #DC532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC532D; }
p { color: rgb(220,83,45); }
H1.HeaderClassName
{
color: #DC532D;
}
.AnyTagClassName
{
color: #DC532D;
}
</style>
background-color css
<style>
a { background-color: #DC532D; }
a { background-color: rgb(220,83,45); }
div.DivClassName
{
background-color: #DC532D;
}
.BgClassName
{
background-color: #DC532D;
}
</style>
border-color css
<style>
span { border-color: #DC532D; }
span { border-color: rgb(220,83,45); }
td.TdClassName
{
border-color: #DC532D;
}
.TagClassName
{
border-color: #DC532D;
}
</style>