Shades of Chilean Fire #DB5222
Tints of Chilean Fire #DB5222
RGB
CMYK
RGB Variations
Color information
#DB5222 (or 0xDB5222) is known color: Chilean Fire. HEX triplet: DB, 52 and 22. RGB value is (219,82,34). Sum of RGB (Red+Green+Blue) = 219+82+34=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5222 is #24ADDD. Grayscale: #757575. Windows color (decimal): -2403806 or 2249435. OLE color: 2249435.
HSL color Cylindrical-coordinate representation of color #DB5222: hue angle of 15.57º 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 #DB5222 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 34 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.14 |
| HSL | 15.57º | 0.73% | 0.5% | - |
| HSV(B) | 15.57º | 0.84% | 0.86% | - |
| XYZ | 32.52 | 21.21 | 3.89 | - |
| YUV | 117.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 34 | 0 | 0.63 | 0.84 | 0.14 | 15.57 | 0.73 | 0.5 |
| Hex | DB | 52 | 22 | 0 | 3F | 54 | E | 10 | 49 | 32 |
| Octal | 333 | 122 | 42 | 0 | 77 | 124 | 16 | 20 | 111 | 62 |
| Binary | 11011011 | 1010010 | 100010 | 0 | 111111 | 1010100 | 1110 | 10000 | 1001001 | 110010 |
Color Harmonies of #DB5222
Complementary color
Monochromatic Colors of #DB5222
Black with #DB5222
Text Example
Text Example
White with #DB5222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5222; }
p { color: rgb(219,82,34); }
H1.HeaderClassName
{
color: #DB5222;
}
.AnyTagClassName
{
color: #DB5222;
}
</style>
background-color css
<style>
a { background-color: #DB5222; }
a { background-color: rgb(219,82,34); }
div.DivClassName
{
background-color: #DB5222;
}
.BgClassName
{
background-color: #DB5222;
}
</style>
border-color css
<style>
span { border-color: #DB5222; }
span { border-color: rgb(219,82,34); }
td.TdClassName
{
border-color: #DB5222;
}
.TagClassName
{
border-color: #DB5222;
}
</style>