Shades of Chilean Fire #DB5F37
Tints of Chilean Fire #DB5F37
RGB
CMYK
RGB Variations
Color information
#DB5F37 (or 0xDB5F37) is known color: Chilean Fire. HEX triplet: DB, 5F and 37. RGB value is (219,95,55). Sum of RGB (Red+Green+Blue) = 219+95+55=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F37 is #24A0C8. Grayscale: #7F7F7F. Windows color (decimal): -2400457 or 3629019. OLE color: 3629019.
HSL color Cylindrical-coordinate representation of color #DB5F37: hue angle of 14.63º 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 #DB5F37 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 55 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.14 |
| HSL | 14.63º | 0.69% | 0.54% | - |
| HSV(B) | 14.63º | 0.75% | 0.86% | - |
| XYZ | 34 | 23.52 | 6.36 | - |
| YUV | 127.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 55 | 0 | 0.57 | 0.75 | 0.14 | 14.63 | 0.69 | 0.54 |
| Hex | DB | 5F | 37 | 0 | 39 | 4B | E | F | 45 | 36 |
| Octal | 333 | 137 | 67 | 0 | 71 | 113 | 16 | 17 | 105 | 66 |
| Binary | 11011011 | 1011111 | 110111 | 0 | 111001 | 1001011 | 1110 | 1111 | 1000101 | 110110 |
Color Harmonies of #DB5F37
Complementary color
Monochromatic Colors of #DB5F37
Black with #DB5F37
Text Example
Text Example
White with #DB5F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F37; }
p { color: rgb(219,95,55); }
H1.HeaderClassName
{
color: #DB5F37;
}
.AnyTagClassName
{
color: #DB5F37;
}
</style>
background-color css
<style>
a { background-color: #DB5F37; }
a { background-color: rgb(219,95,55); }
div.DivClassName
{
background-color: #DB5F37;
}
.BgClassName
{
background-color: #DB5F37;
}
</style>
border-color css
<style>
span { border-color: #DB5F37; }
span { border-color: rgb(219,95,55); }
td.TdClassName
{
border-color: #DB5F37;
}
.TagClassName
{
border-color: #DB5F37;
}
</style>