Shades of Chilean Fire #DB5626
Tints of Chilean Fire #DB5626
RGB
CMYK
RGB Variations
Color information
#DB5626 (or 0xDB5626) is known color: Chilean Fire. HEX triplet: DB, 56 and 26. RGB value is (219,86,38). Sum of RGB (Red+Green+Blue) = 219+86+38=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5626 is #24A9D9. Grayscale: #787878. Windows color (decimal): -2402778 or 2512603. OLE color: 2512603.
HSL color Cylindrical-coordinate representation of color #DB5626: hue angle of 15.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB5626 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 38 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.14 |
| HSL | 15.91º | 0.72% | 0.5% | - |
| HSV(B) | 15.91º | 0.83% | 0.86% | - |
| XYZ | 32.89 | 21.86 | 4.32 | - |
| YUV | 120.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 38 | 0 | 0.61 | 0.83 | 0.14 | 15.91 | 0.72 | 0.5 |
| Hex | DB | 56 | 26 | 0 | 3D | 53 | E | 10 | 48 | 32 |
| Octal | 333 | 126 | 46 | 0 | 75 | 123 | 16 | 20 | 110 | 62 |
| Binary | 11011011 | 1010110 | 100110 | 0 | 111101 | 1010011 | 1110 | 10000 | 1001000 | 110010 |
Color Harmonies of #DB5626
Complementary color
Monochromatic Colors of #DB5626
Black with #DB5626
Text Example
Text Example
White with #DB5626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5626; }
p { color: rgb(219,86,38); }
H1.HeaderClassName
{
color: #DB5626;
}
.AnyTagClassName
{
color: #DB5626;
}
</style>
background-color css
<style>
a { background-color: #DB5626; }
a { background-color: rgb(219,86,38); }
div.DivClassName
{
background-color: #DB5626;
}
.BgClassName
{
background-color: #DB5626;
}
</style>
border-color css
<style>
span { border-color: #DB5626; }
span { border-color: rgb(219,86,38); }
td.TdClassName
{
border-color: #DB5626;
}
.TagClassName
{
border-color: #DB5626;
}
</style>