Shades of Chilean Fire #DB5934
Tints of Chilean Fire #DB5934
RGB
CMYK
RGB Variations
Color information
#DB5934 (or 0xDB5934) is known color: Chilean Fire. HEX triplet: DB, 59 and 34. RGB value is (219,89,52). Sum of RGB (Red+Green+Blue) = 219+89+52=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5934 is #24A6CB. Grayscale: #7B7B7B. Windows color (decimal): -2401996 or 3430875. OLE color: 3430875.
HSL color Cylindrical-coordinate representation of color #DB5934: hue angle of 13.29º 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 #DB5934 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 52 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.14 |
| HSL | 13.29º | 0.7% | 0.53% | - |
| HSV(B) | 13.29º | 0.76% | 0.86% | - |
| XYZ | 33.41 | 22.45 | 5.82 | - |
| YUV | 123.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 52 | 0 | 0.59 | 0.76 | 0.14 | 13.29 | 0.7 | 0.53 |
| Hex | DB | 59 | 34 | 0 | 3B | 4C | E | D | 46 | 35 |
| Octal | 333 | 131 | 64 | 0 | 73 | 114 | 16 | 15 | 106 | 65 |
| Binary | 11011011 | 1011001 | 110100 | 0 | 111011 | 1001100 | 1110 | 1101 | 1000110 | 110101 |
Color Harmonies of #DB5934
Complementary color
Monochromatic Colors of #DB5934
Black with #DB5934
Text Example
Text Example
White with #DB5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5934; }
p { color: rgb(219,89,52); }
H1.HeaderClassName
{
color: #DB5934;
}
.AnyTagClassName
{
color: #DB5934;
}
</style>
background-color css
<style>
a { background-color: #DB5934; }
a { background-color: rgb(219,89,52); }
div.DivClassName
{
background-color: #DB5934;
}
.BgClassName
{
background-color: #DB5934;
}
</style>
border-color css
<style>
span { border-color: #DB5934; }
span { border-color: rgb(219,89,52); }
td.TdClassName
{
border-color: #DB5934;
}
.TagClassName
{
border-color: #DB5934;
}
</style>