Shades of Chilean Fire #DB5437
Tints of Chilean Fire #DB5437
RGB
CMYK
RGB Variations
Color information
#DB5437 (or 0xDB5437) is known color: Chilean Fire. HEX triplet: DB, 54 and 37. RGB value is (219,84,55). Sum of RGB (Red+Green+Blue) = 219+84+55=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5437 is #24ABC8. Grayscale: #797979. Windows color (decimal): -2403273 or 3626203. OLE color: 3626203.
HSL color Cylindrical-coordinate representation of color #DB5437: hue angle of 10.61º 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 #DB5437 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 55 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.14 |
| HSL | 10.61º | 0.69% | 0.54% | - |
| HSV(B) | 10.61º | 0.75% | 0.86% | - |
| XYZ | 33.07 | 21.68 | 6.06 | - |
| YUV | 121.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 55 | 0 | 0.62 | 0.75 | 0.14 | 10.61 | 0.69 | 0.54 |
| Hex | DB | 54 | 37 | 0 | 3E | 4B | E | B | 45 | 36 |
| Octal | 333 | 124 | 67 | 0 | 76 | 113 | 16 | 13 | 105 | 66 |
| Binary | 11011011 | 1010100 | 110111 | 0 | 111110 | 1001011 | 1110 | 1011 | 1000101 | 110110 |
Color Harmonies of #DB5437
Complementary color
Monochromatic Colors of #DB5437
Black with #DB5437
Text Example
Text Example
White with #DB5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5437; }
p { color: rgb(219,84,55); }
H1.HeaderClassName
{
color: #DB5437;
}
.AnyTagClassName
{
color: #DB5437;
}
</style>
background-color css
<style>
a { background-color: #DB5437; }
a { background-color: rgb(219,84,55); }
div.DivClassName
{
background-color: #DB5437;
}
.BgClassName
{
background-color: #DB5437;
}
</style>
border-color css
<style>
span { border-color: #DB5437; }
span { border-color: rgb(219,84,55); }
td.TdClassName
{
border-color: #DB5437;
}
.TagClassName
{
border-color: #DB5437;
}
</style>