Shades of Chilean Fire #DB5B24
Tints of Chilean Fire #DB5B24
RGB
CMYK
RGB Variations
Color information
#DB5B24 (or 0xDB5B24) is known color: Chilean Fire. HEX triplet: DB, 5B and 24. RGB value is (219,91,36). Sum of RGB (Red+Green+Blue) = 219+91+36=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B24 is #24A4DB. Grayscale: #7B7B7B. Windows color (decimal): -2401500 or 2382811. OLE color: 2382811.
HSL color Cylindrical-coordinate representation of color #DB5B24: hue angle of 18.03º 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 #DB5B24 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 36 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.14 |
| HSL | 18.03º | 0.72% | 0.5% | - |
| HSV(B) | 18.03º | 0.84% | 0.86% | - |
| XYZ | 33.27 | 22.67 | 4.29 | - |
| YUV | 123 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 36 | 0 | 0.58 | 0.84 | 0.14 | 18.03 | 0.72 | 0.5 |
| Hex | DB | 5B | 24 | 0 | 3A | 54 | E | 12 | 48 | 32 |
| Octal | 333 | 133 | 44 | 0 | 72 | 124 | 16 | 22 | 110 | 62 |
| Binary | 11011011 | 1011011 | 100100 | 0 | 111010 | 1010100 | 1110 | 10010 | 1001000 | 110010 |
Color Harmonies of #DB5B24
Complementary color
Monochromatic Colors of #DB5B24
Black with #DB5B24
Text Example
Text Example
White with #DB5B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B24; }
p { color: rgb(219,91,36); }
H1.HeaderClassName
{
color: #DB5B24;
}
.AnyTagClassName
{
color: #DB5B24;
}
</style>
background-color css
<style>
a { background-color: #DB5B24; }
a { background-color: rgb(219,91,36); }
div.DivClassName
{
background-color: #DB5B24;
}
.BgClassName
{
background-color: #DB5B24;
}
</style>
border-color css
<style>
span { border-color: #DB5B24; }
span { border-color: rgb(219,91,36); }
td.TdClassName
{
border-color: #DB5B24;
}
.TagClassName
{
border-color: #DB5B24;
}
</style>