Shades of Chilean Fire #DB5029
Tints of Chilean Fire #DB5029
RGB
CMYK
RGB Variations
Color information
#DB5029 (or 0xDB5029) is known color: Chilean Fire. HEX triplet: DB, 50 and 29. RGB value is (219,80,41). Sum of RGB (Red+Green+Blue) = 219+80+41=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5029 is #24AFD6. Grayscale: #757575. Windows color (decimal): -2404311 or 2707675. OLE color: 2707675.
HSL color Cylindrical-coordinate representation of color #DB5029: hue angle of 13.15º 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 #DB5029 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 41 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.14 |
| HSL | 13.15º | 0.71% | 0.51% | - |
| HSV(B) | 13.15º | 0.81% | 0.86% | - |
| XYZ | 32.48 | 20.96 | 4.43 | - |
| YUV | 117.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 41 | 0 | 0.63 | 0.81 | 0.14 | 13.15 | 0.71 | 0.51 |
| Hex | DB | 50 | 29 | 0 | 3F | 51 | E | D | 47 | 33 |
| Octal | 333 | 120 | 51 | 0 | 77 | 121 | 16 | 15 | 107 | 63 |
| Binary | 11011011 | 1010000 | 101001 | 0 | 111111 | 1010001 | 1110 | 1101 | 1000111 | 110011 |
Color Harmonies of #DB5029
Complementary color
Monochromatic Colors of #DB5029
Black with #DB5029
Text Example
Text Example
White with #DB5029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5029; }
p { color: rgb(219,80,41); }
H1.HeaderClassName
{
color: #DB5029;
}
.AnyTagClassName
{
color: #DB5029;
}
</style>
background-color css
<style>
a { background-color: #DB5029; }
a { background-color: rgb(219,80,41); }
div.DivClassName
{
background-color: #DB5029;
}
.BgClassName
{
background-color: #DB5029;
}
</style>
border-color css
<style>
span { border-color: #DB5029; }
span { border-color: rgb(219,80,41); }
td.TdClassName
{
border-color: #DB5029;
}
.TagClassName
{
border-color: #DB5029;
}
</style>