Shades of Chilean Fire #DB5834
Tints of Chilean Fire #DB5834
RGB
CMYK
RGB Variations
Color information
#DB5834 (or 0xDB5834) is known color: Chilean Fire. HEX triplet: DB, 58 and 34. RGB value is (219,88,52). Sum of RGB (Red+Green+Blue) = 219+88+52=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5834 is #24A7CB. Grayscale: #7B7B7B. Windows color (decimal): -2402252 or 3430619. OLE color: 3430619.
HSL color Cylindrical-coordinate representation of color #DB5834: hue angle of 12.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB5834 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 52 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.14 |
| HSL | 12.93º | 0.7% | 0.53% | - |
| HSV(B) | 12.93º | 0.76% | 0.86% | - |
| XYZ | 33.32 | 22.29 | 5.79 | - |
| YUV | 123.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 52 | 0 | 0.60 | 0.76 | 0.14 | 12.93 | 0.7 | 0.53 |
| Hex | DB | 58 | 34 | 0 | 3C | 4C | E | D | 46 | 35 |
| Octal | 333 | 130 | 64 | 0 | 74 | 114 | 16 | 15 | 106 | 65 |
| Binary | 11011011 | 1011000 | 110100 | 0 | 111100 | 1001100 | 1110 | 1101 | 1000110 | 110101 |
Color Harmonies of #DB5834
Complementary color
Monochromatic Colors of #DB5834
Black with #DB5834
Text Example
Text Example
White with #DB5834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5834; }
p { color: rgb(219,88,52); }
H1.HeaderClassName
{
color: #DB5834;
}
.AnyTagClassName
{
color: #DB5834;
}
</style>
background-color css
<style>
a { background-color: #DB5834; }
a { background-color: rgb(219,88,52); }
div.DivClassName
{
background-color: #DB5834;
}
.BgClassName
{
background-color: #DB5834;
}
</style>
border-color css
<style>
span { border-color: #DB5834; }
span { border-color: rgb(219,88,52); }
td.TdClassName
{
border-color: #DB5834;
}
.TagClassName
{
border-color: #DB5834;
}
</style>