Shades of Chilean Fire #DB5324
Tints of Chilean Fire #DB5324
RGB
CMYK
RGB Variations
Color information
#DB5324 (or 0xDB5324) is known color: Chilean Fire. HEX triplet: DB, 53 and 24. RGB value is (219,83,36). Sum of RGB (Red+Green+Blue) = 219+83+36=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5324 is #24ACDB. Grayscale: #767676. Windows color (decimal): -2403548 or 2380763. OLE color: 2380763.
HSL color Cylindrical-coordinate representation of color #DB5324: hue angle of 15.41º 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 #DB5324 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 36 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.14 |
| HSL | 15.41º | 0.72% | 0.5% | - |
| HSV(B) | 15.41º | 0.84% | 0.86% | - |
| XYZ | 32.63 | 21.37 | 4.08 | - |
| YUV | 118.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 36 | 0 | 0.62 | 0.84 | 0.14 | 15.41 | 0.72 | 0.5 |
| Hex | DB | 53 | 24 | 0 | 3E | 54 | E | F | 48 | 32 |
| Octal | 333 | 123 | 44 | 0 | 76 | 124 | 16 | 17 | 110 | 62 |
| Binary | 11011011 | 1010011 | 100100 | 0 | 111110 | 1010100 | 1110 | 1111 | 1001000 | 110010 |
Color Harmonies of #DB5324
Complementary color
Monochromatic Colors of #DB5324
Black with #DB5324
Text Example
Text Example
White with #DB5324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5324; }
p { color: rgb(219,83,36); }
H1.HeaderClassName
{
color: #DB5324;
}
.AnyTagClassName
{
color: #DB5324;
}
</style>
background-color css
<style>
a { background-color: #DB5324; }
a { background-color: rgb(219,83,36); }
div.DivClassName
{
background-color: #DB5324;
}
.BgClassName
{
background-color: #DB5324;
}
</style>
border-color css
<style>
span { border-color: #DB5324; }
span { border-color: rgb(219,83,36); }
td.TdClassName
{
border-color: #DB5324;
}
.TagClassName
{
border-color: #DB5324;
}
</style>