Shades of Chilean Fire #DB5D29
Tints of Chilean Fire #DB5D29
RGB
CMYK
RGB Variations
Color information
#DB5D29 (or 0xDB5D29) is known color: Chilean Fire. HEX triplet: DB, 5D and 29. RGB value is (219,93,41). Sum of RGB (Red+Green+Blue) = 219+93+41=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D29 is #24A2D6. Grayscale: #7D7D7D. Windows color (decimal): -2400983 or 2711003. OLE color: 2711003.
HSL color Cylindrical-coordinate representation of color #DB5D29: hue angle of 17.53º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB5D29 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 41 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.14 |
| HSL | 17.53º | 0.71% | 0.51% | - |
| HSV(B) | 17.53º | 0.81% | 0.86% | - |
| XYZ | 33.53 | 23.05 | 4.78 | - |
| YUV | 124.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 41 | 0 | 0.58 | 0.81 | 0.14 | 17.53 | 0.71 | 0.51 |
| Hex | DB | 5D | 29 | 0 | 3A | 51 | E | 12 | 47 | 33 |
| Octal | 333 | 135 | 51 | 0 | 72 | 121 | 16 | 22 | 107 | 63 |
| Binary | 11011011 | 1011101 | 101001 | 0 | 111010 | 1010001 | 1110 | 10010 | 1000111 | 110011 |
Color Harmonies of #DB5D29
Complementary color
Monochromatic Colors of #DB5D29
Black with #DB5D29
Text Example
Text Example
White with #DB5D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D29; }
p { color: rgb(219,93,41); }
H1.HeaderClassName
{
color: #DB5D29;
}
.AnyTagClassName
{
color: #DB5D29;
}
</style>
background-color css
<style>
a { background-color: #DB5D29; }
a { background-color: rgb(219,93,41); }
div.DivClassName
{
background-color: #DB5D29;
}
.BgClassName
{
background-color: #DB5D29;
}
</style>
border-color css
<style>
span { border-color: #DB5D29; }
span { border-color: rgb(219,93,41); }
td.TdClassName
{
border-color: #DB5D29;
}
.TagClassName
{
border-color: #DB5D29;
}
</style>