Shades of Chilean Fire #DB5936
Tints of Chilean Fire #DB5936
RGB
CMYK
RGB Variations
Color information
#DB5936 (or 0xDB5936) is known color: Chilean Fire. HEX triplet: DB, 59 and 36. RGB value is (219,89,54). Sum of RGB (Red+Green+Blue) = 219+89+54=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5936 is #24A6C9. Grayscale: #7C7C7C. Windows color (decimal): -2401994 or 3561947. OLE color: 3561947.
HSL color Cylindrical-coordinate representation of color #DB5936: hue angle of 12.73º degrees, saturation: 0.7, 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 #DB5936 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 54 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.14 |
| HSL | 12.73º | 0.7% | 0.54% | - |
| HSV(B) | 12.73º | 0.75% | 0.86% | - |
| XYZ | 33.45 | 22.47 | 6.06 | - |
| YUV | 123.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 54 | 0 | 0.59 | 0.75 | 0.14 | 12.73 | 0.7 | 0.54 |
| Hex | DB | 59 | 36 | 0 | 3B | 4B | E | D | 46 | 36 |
| Octal | 333 | 131 | 66 | 0 | 73 | 113 | 16 | 15 | 106 | 66 |
| Binary | 11011011 | 1011001 | 110110 | 0 | 111011 | 1001011 | 1110 | 1101 | 1000110 | 110110 |
Color Harmonies of #DB5936
Complementary color
Monochromatic Colors of #DB5936
Black with #DB5936
Text Example
Text Example
White with #DB5936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5936; }
p { color: rgb(219,89,54); }
H1.HeaderClassName
{
color: #DB5936;
}
.AnyTagClassName
{
color: #DB5936;
}
</style>
background-color css
<style>
a { background-color: #DB5936; }
a { background-color: rgb(219,89,54); }
div.DivClassName
{
background-color: #DB5936;
}
.BgClassName
{
background-color: #DB5936;
}
</style>
border-color css
<style>
span { border-color: #DB5936; }
span { border-color: rgb(219,89,54); }
td.TdClassName
{
border-color: #DB5936;
}
.TagClassName
{
border-color: #DB5936;
}
</style>