Shades of Chilean Fire #DB5022
Tints of Chilean Fire #DB5022
RGB
CMYK
RGB Variations
Color information
#DB5022 (or 0xDB5022) is known color: Chilean Fire. HEX triplet: DB, 50 and 22. RGB value is (219,80,34). Sum of RGB (Red+Green+Blue) = 219+80+34=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5022 is #24AFDD. Grayscale: #747474. Windows color (decimal): -2404318 or 2248923. OLE color: 2248923.
HSL color Cylindrical-coordinate representation of color #DB5022: hue angle of 14.92º degrees, saturation: 0.73, 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 #DB5022 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 34 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.14 |
| HSL | 14.92º | 0.73% | 0.5% | - |
| HSV(B) | 14.92º | 0.84% | 0.86% | - |
| XYZ | 32.37 | 20.91 | 3.84 | - |
| YUV | 116.32 | 81.55 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 34 | 0 | 0.63 | 0.84 | 0.14 | 14.92 | 0.73 | 0.5 |
| Hex | DB | 50 | 22 | 0 | 3F | 54 | E | F | 49 | 32 |
| Octal | 333 | 120 | 42 | 0 | 77 | 124 | 16 | 17 | 111 | 62 |
| Binary | 11011011 | 1010000 | 100010 | 0 | 111111 | 1010100 | 1110 | 1111 | 1001001 | 110010 |
Color Harmonies of #DB5022
Complementary color
Monochromatic Colors of #DB5022
Black with #DB5022
Text Example
Text Example
White with #DB5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5022; }
p { color: rgb(219,80,34); }
H1.HeaderClassName
{
color: #DB5022;
}
.AnyTagClassName
{
color: #DB5022;
}
</style>
background-color css
<style>
a { background-color: #DB5022; }
a { background-color: rgb(219,80,34); }
div.DivClassName
{
background-color: #DB5022;
}
.BgClassName
{
background-color: #DB5022;
}
</style>
border-color css
<style>
span { border-color: #DB5022; }
span { border-color: rgb(219,80,34); }
td.TdClassName
{
border-color: #DB5022;
}
.TagClassName
{
border-color: #DB5022;
}
</style>