Shades of Chilean Fire #DB5D28
Tints of Chilean Fire #DB5D28
RGB
CMYK
RGB Variations
Color information
#DB5D28 (or 0xDB5D28) is known color: Chilean Fire. HEX triplet: DB, 5D and 28. RGB value is (219,93,40). Sum of RGB (Red+Green+Blue) = 219+93+40=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D28 is #24A2D7. Grayscale: #7C7C7C. Windows color (decimal): -2400984 or 2645467. OLE color: 2645467.
HSL color Cylindrical-coordinate representation of color #DB5D28: hue angle of 17.77º 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 #DB5D28 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 40 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.14 |
| HSL | 17.77º | 0.71% | 0.51% | - |
| HSV(B) | 17.77º | 0.82% | 0.86% | - |
| XYZ | 33.51 | 23.04 | 4.69 | - |
| YUV | 124.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 40 | 0 | 0.58 | 0.82 | 0.14 | 17.77 | 0.71 | 0.51 |
| Hex | DB | 5D | 28 | 0 | 3A | 52 | E | 12 | 47 | 33 |
| Octal | 333 | 135 | 50 | 0 | 72 | 122 | 16 | 22 | 107 | 63 |
| Binary | 11011011 | 1011101 | 101000 | 0 | 111010 | 1010010 | 1110 | 10010 | 1000111 | 110011 |
Color Harmonies of #DB5D28
Complementary color
Monochromatic Colors of #DB5D28
Black with #DB5D28
Text Example
Text Example
White with #DB5D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D28; }
p { color: rgb(219,93,40); }
H1.HeaderClassName
{
color: #DB5D28;
}
.AnyTagClassName
{
color: #DB5D28;
}
</style>
background-color css
<style>
a { background-color: #DB5D28; }
a { background-color: rgb(219,93,40); }
div.DivClassName
{
background-color: #DB5D28;
}
.BgClassName
{
background-color: #DB5D28;
}
</style>
border-color css
<style>
span { border-color: #DB5D28; }
span { border-color: rgb(219,93,40); }
td.TdClassName
{
border-color: #DB5D28;
}
.TagClassName
{
border-color: #DB5D28;
}
</style>