Shades of Chilean Fire #DB6131
Tints of Chilean Fire #DB6131
RGB
CMYK
RGB Variations
Color information
#DB6131 (or 0xDB6131) is known color: Chilean Fire. HEX triplet: DB, 61 and 31. RGB value is (219,97,49). Sum of RGB (Red+Green+Blue) = 219+97+49=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6131 is #249ECE. Grayscale: #808080. Windows color (decimal): -2399951 or 3236315. OLE color: 3236315.
HSL color Cylindrical-coordinate representation of color #DB6131: hue angle of 16.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB6131 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 49 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.14 |
| HSL | 16.94º | 0.7% | 0.53% | - |
| HSV(B) | 16.94º | 0.78% | 0.86% | - |
| XYZ | 34.04 | 23.83 | 5.71 | - |
| YUV | 128.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 49 | 0 | 0.56 | 0.78 | 0.14 | 16.94 | 0.7 | 0.53 |
| Hex | DB | 61 | 31 | 0 | 38 | 4E | E | 11 | 46 | 35 |
| Octal | 333 | 141 | 61 | 0 | 70 | 116 | 16 | 21 | 106 | 65 |
| Binary | 11011011 | 1100001 | 110001 | 0 | 111000 | 1001110 | 1110 | 10001 | 1000110 | 110101 |
Color Harmonies of #DB6131
Complementary color
Monochromatic Colors of #DB6131
Black with #DB6131
Text Example
Text Example
White with #DB6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6131; }
p { color: rgb(219,97,49); }
H1.HeaderClassName
{
color: #DB6131;
}
.AnyTagClassName
{
color: #DB6131;
}
</style>
background-color css
<style>
a { background-color: #DB6131; }
a { background-color: rgb(219,97,49); }
div.DivClassName
{
background-color: #DB6131;
}
.BgClassName
{
background-color: #DB6131;
}
</style>
border-color css
<style>
span { border-color: #DB6131; }
span { border-color: rgb(219,97,49); }
td.TdClassName
{
border-color: #DB6131;
}
.TagClassName
{
border-color: #DB6131;
}
</style>