Shades of Chilean Fire #DC5336
Tints of Chilean Fire #DC5336
RGB
CMYK
RGB Variations
Color information
#DC5336 (or 0xDC5336) is known color: Chilean Fire. HEX triplet: DC, 53 and 36. RGB value is (220,83,54). Sum of RGB (Red+Green+Blue) = 220+83+54=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5336 is #23ACC9. Grayscale: #787878. Windows color (decimal): -2337994 or 3560412. OLE color: 3560412.
HSL color Cylindrical-coordinate representation of color #DC5336: hue angle of 10.48º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5336 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 54 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.14 |
| HSL | 10.48º | 0.7% | 0.54% | - |
| HSV(B) | 10.48º | 0.75% | 0.86% | - |
| XYZ | 33.27 | 21.67 | 5.92 | - |
| YUV | 120.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 54 | 0 | 0.62 | 0.75 | 0.14 | 10.48 | 0.7 | 0.54 |
| Hex | DC | 53 | 36 | 0 | 3E | 4B | E | A | 46 | 36 |
| Octal | 334 | 123 | 66 | 0 | 76 | 113 | 16 | 12 | 106 | 66 |
| Binary | 11011100 | 1010011 | 110110 | 0 | 111110 | 1001011 | 1110 | 1010 | 1000110 | 110110 |
Color Harmonies of #DC5336
Complementary color
Monochromatic Colors of #DC5336
Black with #DC5336
Text Example
Text Example
White with #DC5336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5336; }
p { color: rgb(220,83,54); }
H1.HeaderClassName
{
color: #DC5336;
}
.AnyTagClassName
{
color: #DC5336;
}
</style>
background-color css
<style>
a { background-color: #DC5336; }
a { background-color: rgb(220,83,54); }
div.DivClassName
{
background-color: #DC5336;
}
.BgClassName
{
background-color: #DC5336;
}
</style>
border-color css
<style>
span { border-color: #DC5336; }
span { border-color: rgb(220,83,54); }
td.TdClassName
{
border-color: #DC5336;
}
.TagClassName
{
border-color: #DC5336;
}
</style>