Shades of Chilean Fire #DB5628
Tints of Chilean Fire #DB5628
RGB
CMYK
RGB Variations
Color information
#DB5628 (or 0xDB5628) is known color: Chilean Fire. HEX triplet: DB, 56 and 28. RGB value is (219,86,40). Sum of RGB (Red+Green+Blue) = 219+86+40=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5628 is #24A9D7. Grayscale: #787878. Windows color (decimal): -2402776 or 2643675. OLE color: 2643675.
HSL color Cylindrical-coordinate representation of color #DB5628: hue angle of 15.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB5628 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 40 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.14 |
| HSL | 15.42º | 0.71% | 0.51% | - |
| HSV(B) | 15.42º | 0.82% | 0.86% | - |
| XYZ | 32.92 | 21.87 | 4.49 | - |
| YUV | 120.52 | 82.56 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 40 | 0 | 0.61 | 0.82 | 0.14 | 15.42 | 0.71 | 0.51 |
| Hex | DB | 56 | 28 | 0 | 3D | 52 | E | F | 47 | 33 |
| Octal | 333 | 126 | 50 | 0 | 75 | 122 | 16 | 17 | 107 | 63 |
| Binary | 11011011 | 1010110 | 101000 | 0 | 111101 | 1010010 | 1110 | 1111 | 1000111 | 110011 |
Color Harmonies of #DB5628
Complementary color
Monochromatic Colors of #DB5628
Black with #DB5628
Text Example
Text Example
White with #DB5628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5628; }
p { color: rgb(219,86,40); }
H1.HeaderClassName
{
color: #DB5628;
}
.AnyTagClassName
{
color: #DB5628;
}
</style>
background-color css
<style>
a { background-color: #DB5628; }
a { background-color: rgb(219,86,40); }
div.DivClassName
{
background-color: #DB5628;
}
.BgClassName
{
background-color: #DB5628;
}
</style>
border-color css
<style>
span { border-color: #DB5628; }
span { border-color: rgb(219,86,40); }
td.TdClassName
{
border-color: #DB5628;
}
.TagClassName
{
border-color: #DB5628;
}
</style>