Shades of Chilean Fire #DB5932
Tints of Chilean Fire #DB5932
RGB
CMYK
RGB Variations
Color information
#DB5932 (or 0xDB5932) is known color: Chilean Fire. HEX triplet: DB, 59 and 32. RGB value is (219,89,50). Sum of RGB (Red+Green+Blue) = 219+89+50=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5932 is #24A6CD. Grayscale: #7B7B7B. Windows color (decimal): -2401998 or 3299803. OLE color: 3299803.
HSL color Cylindrical-coordinate representation of color #DB5932: hue angle of 13.85º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB5932 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 50 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.14 |
| HSL | 13.85º | 0.7% | 0.53% | - |
| HSV(B) | 13.85º | 0.77% | 0.86% | - |
| XYZ | 33.36 | 22.44 | 5.59 | - |
| YUV | 123.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 50 | 0 | 0.59 | 0.77 | 0.14 | 13.85 | 0.7 | 0.53 |
| Hex | DB | 59 | 32 | 0 | 3B | 4D | E | E | 46 | 35 |
| Octal | 333 | 131 | 62 | 0 | 73 | 115 | 16 | 16 | 106 | 65 |
| Binary | 11011011 | 1011001 | 110010 | 0 | 111011 | 1001101 | 1110 | 1110 | 1000110 | 110101 |
Color Harmonies of #DB5932
Complementary color
Monochromatic Colors of #DB5932
Black with #DB5932
Text Example
Text Example
White with #DB5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5932; }
p { color: rgb(219,89,50); }
H1.HeaderClassName
{
color: #DB5932;
}
.AnyTagClassName
{
color: #DB5932;
}
</style>
background-color css
<style>
a { background-color: #DB5932; }
a { background-color: rgb(219,89,50); }
div.DivClassName
{
background-color: #DB5932;
}
.BgClassName
{
background-color: #DB5932;
}
</style>
border-color css
<style>
span { border-color: #DB5932; }
span { border-color: rgb(219,89,50); }
td.TdClassName
{
border-color: #DB5932;
}
.TagClassName
{
border-color: #DB5932;
}
</style>