Shades of Chilean Fire #DB5536
Tints of Chilean Fire #DB5536
RGB
CMYK
RGB Variations
Color information
#DB5536 (or 0xDB5536) is known color: Chilean Fire. HEX triplet: DB, 55 and 36. RGB value is (219,85,54). Sum of RGB (Red+Green+Blue) = 219+85+54=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5536 is #24AAC9. Grayscale: #797979. Windows color (decimal): -2403018 or 3560923. OLE color: 3560923.
HSL color Cylindrical-coordinate representation of color #DB5536: hue angle of 11.27º 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 #DB5536 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 54 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.14 |
| HSL | 11.27º | 0.7% | 0.54% | - |
| HSV(B) | 11.27º | 0.75% | 0.86% | - |
| XYZ | 33.13 | 21.82 | 5.96 | - |
| YUV | 121.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 54 | 0 | 0.61 | 0.75 | 0.14 | 11.27 | 0.7 | 0.54 |
| Hex | DB | 55 | 36 | 0 | 3D | 4B | E | B | 46 | 36 |
| Octal | 333 | 125 | 66 | 0 | 75 | 113 | 16 | 13 | 106 | 66 |
| Binary | 11011011 | 1010101 | 110110 | 0 | 111101 | 1001011 | 1110 | 1011 | 1000110 | 110110 |
Color Harmonies of #DB5536
Complementary color
Monochromatic Colors of #DB5536
Black with #DB5536
Text Example
Text Example
White with #DB5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5536; }
p { color: rgb(219,85,54); }
H1.HeaderClassName
{
color: #DB5536;
}
.AnyTagClassName
{
color: #DB5536;
}
</style>
background-color css
<style>
a { background-color: #DB5536; }
a { background-color: rgb(219,85,54); }
div.DivClassName
{
background-color: #DB5536;
}
.BgClassName
{
background-color: #DB5536;
}
</style>
border-color css
<style>
span { border-color: #DB5536; }
span { border-color: rgb(219,85,54); }
td.TdClassName
{
border-color: #DB5536;
}
.TagClassName
{
border-color: #DB5536;
}
</style>