Shades of Chilean Fire #DC531F
Tints of Chilean Fire #DC531F
RGB
CMYK
RGB Variations
Color information
#DC531F (or 0xDC531F) is known color: Chilean Fire. HEX triplet: DC, 53 and 1F. RGB value is (220,83,31). Sum of RGB (Red+Green+Blue) = 220+83+31=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC531F is #23ACE0. Grayscale: #767676. Windows color (decimal): -2338017 or 2053084. OLE color: 2053084.
HSL color Cylindrical-coordinate representation of color #DC531F: hue angle of 16.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC531F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.14 |
| HSL | 16.51º | 0.75% | 0.49% | - |
| HSV(B) | 16.51º | 0.86% | 0.86% | - |
| XYZ | 32.86 | 21.5 | 3.71 | - |
| YUV | 118.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 31 | 0 | 0.62 | 0.86 | 0.14 | 16.51 | 0.75 | 0.49 |
| Hex | DC | 53 | 1F | 0 | 3E | 56 | E | 11 | 4B | 31 |
| Octal | 334 | 123 | 37 | 0 | 76 | 126 | 16 | 21 | 113 | 61 |
| Binary | 11011100 | 1010011 | 11111 | 0 | 111110 | 1010110 | 1110 | 10001 | 1001011 | 110001 |
Color Harmonies of #DC531F
Complementary color
Monochromatic Colors of #DC531F
Black with #DC531F
Text Example
Text Example
White with #DC531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC531F; }
p { color: rgb(220,83,31); }
H1.HeaderClassName
{
color: #DC531F;
}
.AnyTagClassName
{
color: #DC531F;
}
</style>
background-color css
<style>
a { background-color: #DC531F; }
a { background-color: rgb(220,83,31); }
div.DivClassName
{
background-color: #DC531F;
}
.BgClassName
{
background-color: #DC531F;
}
</style>
border-color css
<style>
span { border-color: #DC531F; }
span { border-color: rgb(220,83,31); }
td.TdClassName
{
border-color: #DC531F;
}
.TagClassName
{
border-color: #DC531F;
}
</style>