Shades of Chilean Fire #DB5539
Tints of Chilean Fire #DB5539
RGB
CMYK
RGB Variations
Color information
#DB5539 (or 0xDB5539) is known color: Chilean Fire. HEX triplet: DB, 55 and 39. RGB value is (219,85,57). Sum of RGB (Red+Green+Blue) = 219+85+57=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5539 is #24AAC6. Grayscale: #7A7A7A. Windows color (decimal): -2403015 or 3757531. OLE color: 3757531.
HSL color Cylindrical-coordinate representation of color #DB5539: hue angle of 10.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB5539 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 57 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.14 |
| HSL | 10.37º | 0.69% | 0.54% | - |
| HSV(B) | 10.37º | 0.74% | 0.86% | - |
| XYZ | 33.2 | 21.85 | 6.34 | - |
| YUV | 121.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 57 | 0 | 0.61 | 0.74 | 0.14 | 10.37 | 0.69 | 0.54 |
| Hex | DB | 55 | 39 | 0 | 3D | 4A | E | A | 45 | 36 |
| Octal | 333 | 125 | 71 | 0 | 75 | 112 | 16 | 12 | 105 | 66 |
| Binary | 11011011 | 1010101 | 111001 | 0 | 111101 | 1001010 | 1110 | 1010 | 1000101 | 110110 |
Color Harmonies of #DB5539
Complementary color
Monochromatic Colors of #DB5539
Black with #DB5539
Text Example
Text Example
White with #DB5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5539; }
p { color: rgb(219,85,57); }
H1.HeaderClassName
{
color: #DB5539;
}
.AnyTagClassName
{
color: #DB5539;
}
</style>
background-color css
<style>
a { background-color: #DB5539; }
a { background-color: rgb(219,85,57); }
div.DivClassName
{
background-color: #DB5539;
}
.BgClassName
{
background-color: #DB5539;
}
</style>
border-color css
<style>
span { border-color: #DB5539; }
span { border-color: rgb(219,85,57); }
td.TdClassName
{
border-color: #DB5539;
}
.TagClassName
{
border-color: #DB5539;
}
</style>