Shades of Chilean Fire #DB5634
Tints of Chilean Fire #DB5634
RGB
CMYK
RGB Variations
Color information
#DB5634 (or 0xDB5634) is known color: Chilean Fire. HEX triplet: DB, 56 and 34. RGB value is (219,86,52). Sum of RGB (Red+Green+Blue) = 219+86+52=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5634 is #24A9CB. Grayscale: #7A7A7A. Windows color (decimal): -2402764 or 3430107. OLE color: 3430107.
HSL color Cylindrical-coordinate representation of color #DB5634: hue angle of 12.22º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB5634 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 52 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.14 |
| HSL | 12.22º | 0.7% | 0.53% | - |
| HSV(B) | 12.22º | 0.76% | 0.86% | - |
| XYZ | 33.16 | 21.96 | 5.74 | - |
| YUV | 121.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 52 | 0 | 0.61 | 0.76 | 0.14 | 12.22 | 0.7 | 0.53 |
| Hex | DB | 56 | 34 | 0 | 3D | 4C | E | C | 46 | 35 |
| Octal | 333 | 126 | 64 | 0 | 75 | 114 | 16 | 14 | 106 | 65 |
| Binary | 11011011 | 1010110 | 110100 | 0 | 111101 | 1001100 | 1110 | 1100 | 1000110 | 110101 |
Color Harmonies of #DB5634
Complementary color
Monochromatic Colors of #DB5634
Black with #DB5634
Text Example
Text Example
White with #DB5634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5634; }
p { color: rgb(219,86,52); }
H1.HeaderClassName
{
color: #DB5634;
}
.AnyTagClassName
{
color: #DB5634;
}
</style>
background-color css
<style>
a { background-color: #DB5634; }
a { background-color: rgb(219,86,52); }
div.DivClassName
{
background-color: #DB5634;
}
.BgClassName
{
background-color: #DB5634;
}
</style>
border-color css
<style>
span { border-color: #DB5634; }
span { border-color: rgb(219,86,52); }
td.TdClassName
{
border-color: #DB5634;
}
.TagClassName
{
border-color: #DB5634;
}
</style>