Shades of Chilean Fire #DC521E
Tints of Chilean Fire #DC521E
RGB
CMYK
RGB Variations
Color information
#DC521E (or 0xDC521E) is known color: Chilean Fire. HEX triplet: DC, 52 and 1E. RGB value is (220,82,30). Sum of RGB (Red+Green+Blue) = 220+82+30=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC521E is #23ADE1. Grayscale: #757575. Windows color (decimal): -2338274 or 1987292. OLE color: 1987292.
HSL color Cylindrical-coordinate representation of color #DC521E: hue angle of 16.42º degrees, saturation: 0.76, 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 #DC521E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 30 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.14 |
| HSL | 16.42º | 0.76% | 0.49% | - |
| HSV(B) | 16.42º | 0.86% | 0.86% | - |
| XYZ | 32.77 | 21.34 | 3.62 | - |
| YUV | 117.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 30 | 0 | 0.63 | 0.86 | 0.14 | 16.42 | 0.76 | 0.49 |
| Hex | DC | 52 | 1E | 0 | 3F | 56 | E | 10 | 4C | 31 |
| Octal | 334 | 122 | 36 | 0 | 77 | 126 | 16 | 20 | 114 | 61 |
| Binary | 11011100 | 1010010 | 11110 | 0 | 111111 | 1010110 | 1110 | 10000 | 1001100 | 110001 |
Color Harmonies of #DC521E
Complementary color
Monochromatic Colors of #DC521E
Black with #DC521E
Text Example
Text Example
White with #DC521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC521E; }
p { color: rgb(220,82,30); }
H1.HeaderClassName
{
color: #DC521E;
}
.AnyTagClassName
{
color: #DC521E;
}
</style>
background-color css
<style>
a { background-color: #DC521E; }
a { background-color: rgb(220,82,30); }
div.DivClassName
{
background-color: #DC521E;
}
.BgClassName
{
background-color: #DC521E;
}
</style>
border-color css
<style>
span { border-color: #DC521E; }
span { border-color: rgb(220,82,30); }
td.TdClassName
{
border-color: #DC521E;
}
.TagClassName
{
border-color: #DC521E;
}
</style>