Shades of Chilean Fire #DB5131
Tints of Chilean Fire #DB5131
RGB
CMYK
RGB Variations
Color information
#DB5131 (or 0xDB5131) is known color: Chilean Fire. HEX triplet: DB, 51 and 31. RGB value is (219,81,49). Sum of RGB (Red+Green+Blue) = 219+81+49=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5131 is #24AECE. Grayscale: #767676. Windows color (decimal): -2404047 or 3232219. OLE color: 3232219.
HSL color Cylindrical-coordinate representation of color #DB5131: hue angle of 11.29º 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 #DB5131 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 49 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.14 |
| HSL | 11.29º | 0.7% | 0.53% | - |
| HSV(B) | 11.29º | 0.78% | 0.86% | - |
| XYZ | 32.71 | 21.17 | 5.27 | - |
| YUV | 118.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 49 | 0 | 0.63 | 0.78 | 0.14 | 11.29 | 0.7 | 0.53 |
| Hex | DB | 51 | 31 | 0 | 3F | 4E | E | B | 46 | 35 |
| Octal | 333 | 121 | 61 | 0 | 77 | 116 | 16 | 13 | 106 | 65 |
| Binary | 11011011 | 1010001 | 110001 | 0 | 111111 | 1001110 | 1110 | 1011 | 1000110 | 110101 |
Color Harmonies of #DB5131
Complementary color
Monochromatic Colors of #DB5131
Black with #DB5131
Text Example
Text Example
White with #DB5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5131; }
p { color: rgb(219,81,49); }
H1.HeaderClassName
{
color: #DB5131;
}
.AnyTagClassName
{
color: #DB5131;
}
</style>
background-color css
<style>
a { background-color: #DB5131; }
a { background-color: rgb(219,81,49); }
div.DivClassName
{
background-color: #DB5131;
}
.BgClassName
{
background-color: #DB5131;
}
</style>
border-color css
<style>
span { border-color: #DB5131; }
span { border-color: rgb(219,81,49); }
td.TdClassName
{
border-color: #DB5131;
}
.TagClassName
{
border-color: #DB5131;
}
</style>