Shades of Chilean Fire #DC5326
Tints of Chilean Fire #DC5326
RGB
CMYK
RGB Variations
Color information
#DC5326 (or 0xDC5326) is known color: Chilean Fire. HEX triplet: DC, 53 and 26. RGB value is (220,83,38). Sum of RGB (Red+Green+Blue) = 220+83+38=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5326 is #23ACD9. Grayscale: #777777. Windows color (decimal): -2338010 or 2511836. OLE color: 2511836.
HSL color Cylindrical-coordinate representation of color #DC5326: hue angle of 14.84º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC5326 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 38 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.14 |
| HSL | 14.84º | 0.72% | 0.51% | - |
| HSV(B) | 14.84º | 0.83% | 0.86% | - |
| XYZ | 32.96 | 21.54 | 4.25 | - |
| YUV | 118.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 38 | 0 | 0.62 | 0.83 | 0.14 | 14.84 | 0.72 | 0.51 |
| Hex | DC | 53 | 26 | 0 | 3E | 53 | E | F | 48 | 33 |
| Octal | 334 | 123 | 46 | 0 | 76 | 123 | 16 | 17 | 110 | 63 |
| Binary | 11011100 | 1010011 | 100110 | 0 | 111110 | 1010011 | 1110 | 1111 | 1001000 | 110011 |
Color Harmonies of #DC5326
Complementary color
Monochromatic Colors of #DC5326
Black with #DC5326
Text Example
Text Example
White with #DC5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5326; }
p { color: rgb(220,83,38); }
H1.HeaderClassName
{
color: #DC5326;
}
.AnyTagClassName
{
color: #DC5326;
}
</style>
background-color css
<style>
a { background-color: #DC5326; }
a { background-color: rgb(220,83,38); }
div.DivClassName
{
background-color: #DC5326;
}
.BgClassName
{
background-color: #DC5326;
}
</style>
border-color css
<style>
span { border-color: #DC5326; }
span { border-color: rgb(220,83,38); }
td.TdClassName
{
border-color: #DC5326;
}
.TagClassName
{
border-color: #DC5326;
}
</style>