Shades of Chilean Fire #DB5420
Tints of Chilean Fire #DB5420
RGB
CMYK
RGB Variations
Color information
#DB5420 (or 0xDB5420) is known color: Chilean Fire. HEX triplet: DB, 54 and 20. RGB value is (219,84,32). Sum of RGB (Red+Green+Blue) = 219+84+32=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5420 is #24ABDF. Grayscale: #767676. Windows color (decimal): -2403296 or 2118875. OLE color: 2118875.
HSL color Cylindrical-coordinate representation of color #DB5420: hue angle of 16.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB5420 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 32 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.14 |
| HSL | 16.68º | 0.75% | 0.49% | - |
| HSV(B) | 16.68º | 0.85% | 0.86% | - |
| XYZ | 32.64 | 21.51 | 3.8 | - |
| YUV | 118.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 32 | 0 | 0.62 | 0.85 | 0.14 | 16.68 | 0.75 | 0.49 |
| Hex | DB | 54 | 20 | 0 | 3E | 55 | E | 11 | 4B | 31 |
| Octal | 333 | 124 | 40 | 0 | 76 | 125 | 16 | 21 | 113 | 61 |
| Binary | 11011011 | 1010100 | 100000 | 0 | 111110 | 1010101 | 1110 | 10001 | 1001011 | 110001 |
Color Harmonies of #DB5420
Complementary color
Monochromatic Colors of #DB5420
Black with #DB5420
Text Example
Text Example
White with #DB5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5420; }
p { color: rgb(219,84,32); }
H1.HeaderClassName
{
color: #DB5420;
}
.AnyTagClassName
{
color: #DB5420;
}
</style>
background-color css
<style>
a { background-color: #DB5420; }
a { background-color: rgb(219,84,32); }
div.DivClassName
{
background-color: #DB5420;
}
.BgClassName
{
background-color: #DB5420;
}
</style>
border-color css
<style>
span { border-color: #DB5420; }
span { border-color: rgb(219,84,32); }
td.TdClassName
{
border-color: #DB5420;
}
.TagClassName
{
border-color: #DB5420;
}
</style>