Shades of Chilean Fire #DB5532
Tints of Chilean Fire #DB5532
RGB
CMYK
RGB Variations
Color information
#DB5532 (or 0xDB5532) is known color: Chilean Fire. HEX triplet: DB, 55 and 32. RGB value is (219,85,50). Sum of RGB (Red+Green+Blue) = 219+85+50=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5532 is #24AACD. Grayscale: #797979. Windows color (decimal): -2403022 or 3298779. OLE color: 3298779.
HSL color Cylindrical-coordinate representation of color #DB5532: hue angle of 12.43º 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 #DB5532 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 50 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.14 |
| HSL | 12.43º | 0.7% | 0.53% | - |
| HSV(B) | 12.43º | 0.77% | 0.86% | - |
| XYZ | 33.04 | 21.79 | 5.48 | - |
| YUV | 121.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 50 | 0 | 0.61 | 0.77 | 0.14 | 12.43 | 0.7 | 0.53 |
| Hex | DB | 55 | 32 | 0 | 3D | 4D | E | C | 46 | 35 |
| Octal | 333 | 125 | 62 | 0 | 75 | 115 | 16 | 14 | 106 | 65 |
| Binary | 11011011 | 1010101 | 110010 | 0 | 111101 | 1001101 | 1110 | 1100 | 1000110 | 110101 |
Color Harmonies of #DB5532
Complementary color
Monochromatic Colors of #DB5532
Black with #DB5532
Text Example
Text Example
White with #DB5532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5532; }
p { color: rgb(219,85,50); }
H1.HeaderClassName
{
color: #DB5532;
}
.AnyTagClassName
{
color: #DB5532;
}
</style>
background-color css
<style>
a { background-color: #DB5532; }
a { background-color: rgb(219,85,50); }
div.DivClassName
{
background-color: #DB5532;
}
.BgClassName
{
background-color: #DB5532;
}
</style>
border-color css
<style>
span { border-color: #DB5532; }
span { border-color: rgb(219,85,50); }
td.TdClassName
{
border-color: #DB5532;
}
.TagClassName
{
border-color: #DB5532;
}
</style>