Shades of Chilean Fire #DB5937
Tints of Chilean Fire #DB5937
RGB
CMYK
RGB Variations
Color information
#DB5937 (or 0xDB5937) is known color: Chilean Fire. HEX triplet: DB, 59 and 37. RGB value is (219,89,55). Sum of RGB (Red+Green+Blue) = 219+89+55=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5937 is #24A6C8. Grayscale: #7C7C7C. Windows color (decimal): -2401993 or 3627483. OLE color: 3627483.
HSL color Cylindrical-coordinate representation of color #DB5937: hue angle of 12.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB5937 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 55 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.14 |
| HSL | 12.44º | 0.69% | 0.54% | - |
| HSV(B) | 12.44º | 0.75% | 0.86% | - |
| XYZ | 33.48 | 22.48 | 6.19 | - |
| YUV | 123.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 55 | 0 | 0.59 | 0.75 | 0.14 | 12.44 | 0.69 | 0.54 |
| Hex | DB | 59 | 37 | 0 | 3B | 4B | E | C | 45 | 36 |
| Octal | 333 | 131 | 67 | 0 | 73 | 113 | 16 | 14 | 105 | 66 |
| Binary | 11011011 | 1011001 | 110111 | 0 | 111011 | 1001011 | 1110 | 1100 | 1000101 | 110110 |
Color Harmonies of #DB5937
Complementary color
Monochromatic Colors of #DB5937
Black with #DB5937
Text Example
Text Example
White with #DB5937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5937; }
p { color: rgb(219,89,55); }
H1.HeaderClassName
{
color: #DB5937;
}
.AnyTagClassName
{
color: #DB5937;
}
</style>
background-color css
<style>
a { background-color: #DB5937; }
a { background-color: rgb(219,89,55); }
div.DivClassName
{
background-color: #DB5937;
}
.BgClassName
{
background-color: #DB5937;
}
</style>
border-color css
<style>
span { border-color: #DB5937; }
span { border-color: rgb(219,89,55); }
td.TdClassName
{
border-color: #DB5937;
}
.TagClassName
{
border-color: #DB5937;
}
</style>