Shades of Chilean Fire #DB5434
Tints of Chilean Fire #DB5434
RGB
CMYK
RGB Variations
Color information
#DB5434 (or 0xDB5434) is known color: Chilean Fire. HEX triplet: DB, 54 and 34. RGB value is (219,84,52). Sum of RGB (Red+Green+Blue) = 219+84+52=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5434 is #24ABCB. Grayscale: #787878. Windows color (decimal): -2403276 or 3429595. OLE color: 3429595.
HSL color Cylindrical-coordinate representation of color #DB5434: hue angle of 11.5º 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 #DB5434 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 52 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.14 |
| HSL | 11.5º | 0.7% | 0.53% | - |
| HSV(B) | 11.5º | 0.76% | 0.86% | - |
| XYZ | 33 | 21.65 | 5.69 | - |
| YUV | 120.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 52 | 0 | 0.62 | 0.76 | 0.14 | 11.5 | 0.7 | 0.53 |
| Hex | DB | 54 | 34 | 0 | 3E | 4C | E | B | 46 | 35 |
| Octal | 333 | 124 | 64 | 0 | 76 | 114 | 16 | 13 | 106 | 65 |
| Binary | 11011011 | 1010100 | 110100 | 0 | 111110 | 1001100 | 1110 | 1011 | 1000110 | 110101 |
Color Harmonies of #DB5434
Complementary color
Monochromatic Colors of #DB5434
Black with #DB5434
Text Example
Text Example
White with #DB5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5434; }
p { color: rgb(219,84,52); }
H1.HeaderClassName
{
color: #DB5434;
}
.AnyTagClassName
{
color: #DB5434;
}
</style>
background-color css
<style>
a { background-color: #DB5434; }
a { background-color: rgb(219,84,52); }
div.DivClassName
{
background-color: #DB5434;
}
.BgClassName
{
background-color: #DB5434;
}
</style>
border-color css
<style>
span { border-color: #DB5434; }
span { border-color: rgb(219,84,52); }
td.TdClassName
{
border-color: #DB5434;
}
.TagClassName
{
border-color: #DB5434;
}
</style>