Shades of Chilean Fire #DB5831
Tints of Chilean Fire #DB5831
RGB
CMYK
RGB Variations
Color information
#DB5831 (or 0xDB5831) is known color: Chilean Fire. HEX triplet: DB, 58 and 31. RGB value is (219,88,49). Sum of RGB (Red+Green+Blue) = 219+88+49=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5831 is #24A7CE. Grayscale: #7B7B7B. Windows color (decimal): -2402255 or 3234011. OLE color: 3234011.
HSL color Cylindrical-coordinate representation of color #DB5831: hue angle of 13.76º 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 #DB5831 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 49 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.14 |
| HSL | 13.76º | 0.7% | 0.53% | - |
| HSV(B) | 13.76º | 0.78% | 0.86% | - |
| XYZ | 33.26 | 22.26 | 5.45 | - |
| YUV | 122.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 49 | 0 | 0.60 | 0.78 | 0.14 | 13.76 | 0.7 | 0.53 |
| Hex | DB | 58 | 31 | 0 | 3C | 4E | E | E | 46 | 35 |
| Octal | 333 | 130 | 61 | 0 | 74 | 116 | 16 | 16 | 106 | 65 |
| Binary | 11011011 | 1011000 | 110001 | 0 | 111100 | 1001110 | 1110 | 1110 | 1000110 | 110101 |
Color Harmonies of #DB5831
Complementary color
Monochromatic Colors of #DB5831
Black with #DB5831
Text Example
Text Example
White with #DB5831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5831; }
p { color: rgb(219,88,49); }
H1.HeaderClassName
{
color: #DB5831;
}
.AnyTagClassName
{
color: #DB5831;
}
</style>
background-color css
<style>
a { background-color: #DB5831; }
a { background-color: rgb(219,88,49); }
div.DivClassName
{
background-color: #DB5831;
}
.BgClassName
{
background-color: #DB5831;
}
</style>
border-color css
<style>
span { border-color: #DB5831; }
span { border-color: rgb(219,88,49); }
td.TdClassName
{
border-color: #DB5831;
}
.TagClassName
{
border-color: #DB5831;
}
</style>