Shades of Chilean Fire #DB5630
Tints of Chilean Fire #DB5630
RGB
CMYK
RGB Variations
Color information
#DB5630 (or 0xDB5630) is known color: Chilean Fire. HEX triplet: DB, 56 and 30. RGB value is (219,86,48). Sum of RGB (Red+Green+Blue) = 219+86+48=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5630 is #24A9CF. Grayscale: #797979. Windows color (decimal): -2402768 or 3167963. OLE color: 3167963.
HSL color Cylindrical-coordinate representation of color #DB5630: hue angle of 13.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB5630 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 48 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.14 |
| HSL | 13.33º | 0.7% | 0.52% | - |
| HSV(B) | 13.33º | 0.78% | 0.86% | - |
| XYZ | 33.07 | 21.93 | 5.29 | - |
| YUV | 121.44 | 86.56 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 48 | 0 | 0.61 | 0.78 | 0.14 | 13.33 | 0.7 | 0.52 |
| Hex | DB | 56 | 30 | 0 | 3D | 4E | E | D | 46 | 34 |
| Octal | 333 | 126 | 60 | 0 | 75 | 116 | 16 | 15 | 106 | 64 |
| Binary | 11011011 | 1010110 | 110000 | 0 | 111101 | 1001110 | 1110 | 1101 | 1000110 | 110100 |
Color Harmonies of #DB5630
Complementary color
Monochromatic Colors of #DB5630
Black with #DB5630
Text Example
Text Example
White with #DB5630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5630; }
p { color: rgb(219,86,48); }
H1.HeaderClassName
{
color: #DB5630;
}
.AnyTagClassName
{
color: #DB5630;
}
</style>
background-color css
<style>
a { background-color: #DB5630; }
a { background-color: rgb(219,86,48); }
div.DivClassName
{
background-color: #DB5630;
}
.BgClassName
{
background-color: #DB5630;
}
</style>
border-color css
<style>
span { border-color: #DB5630; }
span { border-color: rgb(219,86,48); }
td.TdClassName
{
border-color: #DB5630;
}
.TagClassName
{
border-color: #DB5630;
}
</style>