Shades of Chilean Fire #DB5220
Tints of Chilean Fire #DB5220
RGB
CMYK
RGB Variations
Color information
#DB5220 (or 0xDB5220) is known color: Chilean Fire. HEX triplet: DB, 52 and 20. RGB value is (219,82,32). Sum of RGB (Red+Green+Blue) = 219+82+32=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5220 is #24ADDF. Grayscale: #757575. Windows color (decimal): -2403808 or 2118363. OLE color: 2118363.
HSL color Cylindrical-coordinate representation of color #DB5220: hue angle of 16.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB5220 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 32 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.14 |
| HSL | 16.04º | 0.75% | 0.49% | - |
| HSV(B) | 16.04º | 0.85% | 0.86% | - |
| XYZ | 32.49 | 21.2 | 3.75 | - |
| YUV | 117.26 | 79.89 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 32 | 0 | 0.63 | 0.85 | 0.14 | 16.04 | 0.75 | 0.49 |
| Hex | DB | 52 | 20 | 0 | 3F | 55 | E | 10 | 4B | 31 |
| Octal | 333 | 122 | 40 | 0 | 77 | 125 | 16 | 20 | 113 | 61 |
| Binary | 11011011 | 1010010 | 100000 | 0 | 111111 | 1010101 | 1110 | 10000 | 1001011 | 110001 |
Color Harmonies of #DB5220
Complementary color
Monochromatic Colors of #DB5220
Black with #DB5220
Text Example
Text Example
White with #DB5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5220; }
p { color: rgb(219,82,32); }
H1.HeaderClassName
{
color: #DB5220;
}
.AnyTagClassName
{
color: #DB5220;
}
</style>
background-color css
<style>
a { background-color: #DB5220; }
a { background-color: rgb(219,82,32); }
div.DivClassName
{
background-color: #DB5220;
}
.BgClassName
{
background-color: #DB5220;
}
</style>
border-color css
<style>
span { border-color: #DB5220; }
span { border-color: rgb(219,82,32); }
td.TdClassName
{
border-color: #DB5220;
}
.TagClassName
{
border-color: #DB5220;
}
</style>