Shades of Chilean Fire #DB5621
Tints of Chilean Fire #DB5621
RGB
CMYK
RGB Variations
Color information
#DB5621 (or 0xDB5621) is known color: Chilean Fire. HEX triplet: DB, 56 and 21. RGB value is (219,86,33). Sum of RGB (Red+Green+Blue) = 219+86+33=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5621 is #24A9DE. Grayscale: #787878. Windows color (decimal): -2402783 or 2184923. OLE color: 2184923.
HSL color Cylindrical-coordinate representation of color #DB5621: hue angle of 17.1º degrees, saturation: 0.74, 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 #DB5621 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 33 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.14 |
| HSL | 17.1º | 0.74% | 0.49% | - |
| HSV(B) | 17.1º | 0.85% | 0.86% | - |
| XYZ | 32.82 | 21.83 | 3.92 | - |
| YUV | 119.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 33 | 0 | 0.61 | 0.85 | 0.14 | 17.1 | 0.74 | 0.49 |
| Hex | DB | 56 | 21 | 0 | 3D | 55 | E | 11 | 4A | 31 |
| Octal | 333 | 126 | 41 | 0 | 75 | 125 | 16 | 21 | 112 | 61 |
| Binary | 11011011 | 1010110 | 100001 | 0 | 111101 | 1010101 | 1110 | 10001 | 1001010 | 110001 |
Color Harmonies of #DB5621
Complementary color
Monochromatic Colors of #DB5621
Black with #DB5621
Text Example
Text Example
White with #DB5621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5621; }
p { color: rgb(219,86,33); }
H1.HeaderClassName
{
color: #DB5621;
}
.AnyTagClassName
{
color: #DB5621;
}
</style>
background-color css
<style>
a { background-color: #DB5621; }
a { background-color: rgb(219,86,33); }
div.DivClassName
{
background-color: #DB5621;
}
.BgClassName
{
background-color: #DB5621;
}
</style>
border-color css
<style>
span { border-color: #DB5621; }
span { border-color: rgb(219,86,33); }
td.TdClassName
{
border-color: #DB5621;
}
.TagClassName
{
border-color: #DB5621;
}
</style>