Shades of Chilean Fire #DB5024
Tints of Chilean Fire #DB5024
RGB
CMYK
RGB Variations
Color information
#DB5024 (or 0xDB5024) is known color: Chilean Fire. HEX triplet: DB, 50 and 24. RGB value is (219,80,36). Sum of RGB (Red+Green+Blue) = 219+80+36=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5024 is #24AFDB. Grayscale: #747474. Windows color (decimal): -2404316 or 2379995. OLE color: 2379995.
HSL color Cylindrical-coordinate representation of color #DB5024: hue angle of 14.43º 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 #DB5024 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 36 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.14 |
| HSL | 14.43º | 0.72% | 0.5% | - |
| HSV(B) | 14.43º | 0.84% | 0.86% | - |
| XYZ | 32.4 | 20.92 | 4 | - |
| YUV | 116.55 | 82.55 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 36 | 0 | 0.63 | 0.84 | 0.14 | 14.43 | 0.72 | 0.5 |
| Hex | DB | 50 | 24 | 0 | 3F | 54 | E | E | 48 | 32 |
| Octal | 333 | 120 | 44 | 0 | 77 | 124 | 16 | 16 | 110 | 62 |
| Binary | 11011011 | 1010000 | 100100 | 0 | 111111 | 1010100 | 1110 | 1110 | 1001000 | 110010 |
Color Harmonies of #DB5024
Complementary color
Monochromatic Colors of #DB5024
Black with #DB5024
Text Example
Text Example
White with #DB5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5024; }
p { color: rgb(219,80,36); }
H1.HeaderClassName
{
color: #DB5024;
}
.AnyTagClassName
{
color: #DB5024;
}
</style>
background-color css
<style>
a { background-color: #DB5024; }
a { background-color: rgb(219,80,36); }
div.DivClassName
{
background-color: #DB5024;
}
.BgClassName
{
background-color: #DB5024;
}
</style>
border-color css
<style>
span { border-color: #DB5024; }
span { border-color: rgb(219,80,36); }
td.TdClassName
{
border-color: #DB5024;
}
.TagClassName
{
border-color: #DB5024;
}
</style>