Shades of Chilean Fire #DB5523
Tints of Chilean Fire #DB5523
RGB
CMYK
RGB Variations
Color information
#DB5523 (or 0xDB5523) is known color: Chilean Fire. HEX triplet: DB, 55 and 23. RGB value is (219,85,35). Sum of RGB (Red+Green+Blue) = 219+85+35=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5523 is #24AADC. Grayscale: #777777. Windows color (decimal): -2403037 or 2315739. OLE color: 2315739.
HSL color Cylindrical-coordinate representation of color #DB5523: hue angle of 16.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB5523 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 35 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.14 |
| HSL | 16.3º | 0.72% | 0.5% | - |
| HSV(B) | 16.3º | 0.84% | 0.86% | - |
| XYZ | 32.77 | 21.68 | 4.05 | - |
| YUV | 119.37 | 80.39 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 35 | 0 | 0.61 | 0.84 | 0.14 | 16.3 | 0.72 | 0.5 |
| Hex | DB | 55 | 23 | 0 | 3D | 54 | E | 10 | 48 | 32 |
| Octal | 333 | 125 | 43 | 0 | 75 | 124 | 16 | 20 | 110 | 62 |
| Binary | 11011011 | 1010101 | 100011 | 0 | 111101 | 1010100 | 1110 | 10000 | 1001000 | 110010 |
Color Harmonies of #DB5523
Complementary color
Monochromatic Colors of #DB5523
Black with #DB5523
Text Example
Text Example
White with #DB5523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5523; }
p { color: rgb(219,85,35); }
H1.HeaderClassName
{
color: #DB5523;
}
.AnyTagClassName
{
color: #DB5523;
}
</style>
background-color css
<style>
a { background-color: #DB5523; }
a { background-color: rgb(219,85,35); }
div.DivClassName
{
background-color: #DB5523;
}
.BgClassName
{
background-color: #DB5523;
}
</style>
border-color css
<style>
span { border-color: #DB5523; }
span { border-color: rgb(219,85,35); }
td.TdClassName
{
border-color: #DB5523;
}
.TagClassName
{
border-color: #DB5523;
}
</style>