Shades of Chilean Fire #DB5E28
Tints of Chilean Fire #DB5E28
RGB
CMYK
RGB Variations
Color information
#DB5E28 (or 0xDB5E28) is known color: Chilean Fire. HEX triplet: DB, 5E and 28. RGB value is (219,94,40). Sum of RGB (Red+Green+Blue) = 219+94+40=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E28 is #24A1D7. Grayscale: #7D7D7D. Windows color (decimal): -2400728 or 2645723. OLE color: 2645723.
HSL color Cylindrical-coordinate representation of color #DB5E28: hue angle of 18.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB5E28 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 40 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.14 |
| HSL | 18.1º | 0.71% | 0.51% | - |
| HSV(B) | 18.1º | 0.82% | 0.86% | - |
| XYZ | 33.6 | 23.22 | 4.72 | - |
| YUV | 125.22 | 79.91 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 40 | 0 | 0.57 | 0.82 | 0.14 | 18.1 | 0.71 | 0.51 |
| Hex | DB | 5E | 28 | 0 | 39 | 52 | E | 12 | 47 | 33 |
| Octal | 333 | 136 | 50 | 0 | 71 | 122 | 16 | 22 | 107 | 63 |
| Binary | 11011011 | 1011110 | 101000 | 0 | 111001 | 1010010 | 1110 | 10010 | 1000111 | 110011 |
Color Harmonies of #DB5E28
Complementary color
Monochromatic Colors of #DB5E28
Black with #DB5E28
Text Example
Text Example
White with #DB5E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E28; }
p { color: rgb(219,94,40); }
H1.HeaderClassName
{
color: #DB5E28;
}
.AnyTagClassName
{
color: #DB5E28;
}
</style>
background-color css
<style>
a { background-color: #DB5E28; }
a { background-color: rgb(219,94,40); }
div.DivClassName
{
background-color: #DB5E28;
}
.BgClassName
{
background-color: #DB5E28;
}
</style>
border-color css
<style>
span { border-color: #DB5E28; }
span { border-color: rgb(219,94,40); }
td.TdClassName
{
border-color: #DB5E28;
}
.TagClassName
{
border-color: #DB5E28;
}
</style>